Public Member Functions | |
def | __init__ |
def | callback |
def | callback_with_timeout |
def | error_callback |
def | test_blocking_call |
def | test_blocking_call_with_timeout |
def | test_non_blocking_call |
def | test_non_blocking_call_with_timeout |
Public Attributes | |
response_message | |
testies | |
Private Attributes | |
_non_blocking_event | |
_non_blocking_msg_id | |
_non_blocking_msg_response | |
_non_blocking_with_timeout_event | |
_non_blocking_with_timeout_msg_id | |
_non_blocking_with_timeout_msg_response |
Definition at line 22 of file test_service_pair_client.py.
def test_service_pair_client.TestServicePairClient.__init__ | ( | self, | |
args | |||
) |
Definition at line 24 of file test_service_pair_client.py.
def test_service_pair_client.TestServicePairClient.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 62 of file test_service_pair_client.py.
def test_service_pair_client.TestServicePairClient.callback_with_timeout | ( | self, | |
msg_id, | |||
msg | |||
) |
Definition at line 75 of file test_service_pair_client.py.
def test_service_pair_client.TestServicePairClient.error_callback | ( | self, | |
error_message | |||
) |
User callback to pick up error messages.
Definition at line 80 of file test_service_pair_client.py.
Definition at line 36 of file test_service_pair_client.py.
Definition at line 41 of file test_service_pair_client.py.
Definition at line 46 of file test_service_pair_client.py.
Definition at line 53 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
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 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.
Definition at line 24 of file test_service_pair_client.py.