
Public Member Functions | |
| def | __init__ |
| def | advertise |
| def | finish |
| def | unadvertise |
Static Public Attributes | |
| list | advertise_msg_fields = [(True, "topic", (str, unicode)), (True, "type", (str, unicode))] |
| list | unadvertise_msg_fields = [(True, "topic", (str, unicode))] |
Private Attributes | |
| _registrations | |
Definition at line 72 of file advertise.py.
| def rosbridge_library.capabilities.advertise.Advertise.__init__ | ( | self, | |
| protocol | |||
| ) |
Abstract class constructor. All capabilities require a handle to the containing protocol. Keyword arguments: protocol -- the protocol instance for this capability instance
Reimplemented from rosbridge_library.capability.Capability.
Definition at line 77 of file advertise.py.
| def rosbridge_library.capabilities.advertise.Advertise.advertise | ( | self, | |
| message | |||
| ) |
Definition at line 88 of file advertise.py.
Notify this capability that the client is finished and that it's time to free up resources.
Reimplemented from rosbridge_library.capability.Capability.
Definition at line 121 of file advertise.py.
| def rosbridge_library.capabilities.advertise.Advertise.unadvertise | ( | self, | |
| message | |||
| ) |
Definition at line 104 of file advertise.py.
Definition at line 77 of file advertise.py.
list rosbridge_library::capabilities::advertise.Advertise::advertise_msg_fields = [(True, "topic", (str, unicode)), (True, "type", (str, unicode))] [static] |
Definition at line 74 of file advertise.py.
list rosbridge_library::capabilities::advertise.Advertise::unadvertise_msg_fields = [(True, "topic", (str, unicode))] [static] |
Definition at line 75 of file advertise.py.