|
def | _failure (self, cid, service, exc) |
|
def | _success (self, cid, service, fragment_size, compression, message) |
|
Definition at line 40 of file call_service.py.
◆ __init__()
def rosbridge_library.capabilities.call_service.CallService.__init__ |
( |
|
self, |
|
|
|
protocol |
|
) |
| |
◆ _failure()
def rosbridge_library.capabilities.call_service.CallService._failure |
( |
|
self, |
|
|
|
cid, |
|
|
|
service, |
|
|
|
exc |
|
) |
| |
|
private |
◆ _success()
def rosbridge_library.capabilities.call_service.CallService._success |
( |
|
self, |
|
|
|
cid, |
|
|
|
service, |
|
|
|
fragment_size, |
|
|
|
compression, |
|
|
|
message |
|
) |
| |
|
private |
◆ call_service()
def rosbridge_library.capabilities.call_service.CallService.call_service |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ call_service_msg_fields
list rosbridge_library.capabilities.call_service.CallService.call_service_msg_fields |
|
static |
Initial value:= [(True, "service", string_types),
(False, "fragment_size", (int, type(None))),
(False, "compression", string_types)]
Definition at line 42 of file call_service.py.
◆ services_glob
rosbridge_library.capabilities.call_service.CallService.services_glob = None |
|
static |
The documentation for this class was generated from the following file: