Public Member Functions | |
| def | __init__ |
| def | callback |
| def | error_callback |
| def | test_non_blocking_call_with_timeout |
| def | test_wait_for_service_pair_server |
Public Attributes | |
| response_message | |
| testies | |
Private Attributes | |
| _error_event | |
| _error_msg_id | |
| _error_response | |
Definition at line 22 of file test_service_pair_timeouts.py.
| def test_service_pair_timeouts.TestServicePairTimeouts.__init__ | ( | self, | |
| args | |||
| ) |
Definition at line 24 of file test_service_pair_timeouts.py.
| def test_service_pair_timeouts.TestServicePairTimeouts.callback | ( | self, | |
| msg_id, | |||
| msg | |||
| ) |
User callback to feed into non-blocking requests. @param msg_id : id of the request-response pair. @type uuid_msgs.UniqueID @param msg : message response received @type <name>Response
Definition at line 44 of file test_service_pair_timeouts.py.
| def test_service_pair_timeouts.TestServicePairTimeouts.error_callback | ( | self, | |
| msg_id, | |||
| error_message | |||
| ) |
User callback to feed into non-blocking requests. @param msg_id : id of the request-response pair. @type uuid_msgs.UniqueID @param error_message : error string received @type str
Definition at line 55 of file test_service_pair_timeouts.py.
Definition at line 33 of file test_service_pair_timeouts.py.
Definition at line 39 of file test_service_pair_timeouts.py.
Definition at line 24 of file test_service_pair_timeouts.py.
Definition at line 24 of file test_service_pair_timeouts.py.
Definition at line 24 of file test_service_pair_timeouts.py.
Definition at line 24 of file test_service_pair_timeouts.py.
Definition at line 24 of file test_service_pair_timeouts.py.