
Public Member Functions | |
| def | __init__ |
| def | finish |
| def | publish |
Static Public Attributes | |
| list | publish_msg_fields = [(True, "topic", (str, unicode))] |
Private Attributes | |
| _published | |
Definition at line 37 of file publish.py.
| def rosbridge_library.capabilities.publish.Publish.__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 41 of file publish.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 67 of file publish.py.
| def rosbridge_library.capabilities.publish.Publish.publish | ( | self, | |
| message | |||
| ) |
Definition at line 51 of file publish.py.
Definition at line 41 of file publish.py.
list rosbridge_library::capabilities::publish.Publish::publish_msg_fields = [(True, "topic", (str, unicode))] [static] |
Definition at line 39 of file publish.py.