
Public Member Functions | |
| def | __init__ |
| def | service_response |
Static Public Attributes | |
| list | service_response_msg_fields |
Definition at line 6 of file service_response.py.
| def rosbridge_library.capabilities.service_response.ServiceResponse.__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 13 of file service_response.py.
| def rosbridge_library.capabilities.service_response.ServiceResponse.service_response | ( | self, | |
| message | |||
| ) |
Definition at line 20 of file service_response.py.
list rosbridge_library::capabilities::service_response.ServiceResponse::service_response_msg_fields [static] |
[
(True, "service", string_types), (False, "id", string_types),
(False, "values", string_types), (True, "result", bool)
]
Definition at line 8 of file service_response.py.