Public Member Functions | |
def | __init__ (self, endpoint_id) |
def | set_cleanup_callback (self, cb) |
def | write_data (self, data) |
Public Attributes | |
data | |
endpoint_id | |
Definition at line 47 of file test_rospy_topics.py.
def unit.test_rospy_topics.ConnectionOverride.__init__ | ( | self, | |
endpoint_id | |||
) |
Definition at line 48 of file test_rospy_topics.py.
def unit.test_rospy_topics.ConnectionOverride.set_cleanup_callback | ( | self, | |
cb | |||
) |
Definition at line 53 of file test_rospy_topics.py.
def unit.test_rospy_topics.ConnectionOverride.write_data | ( | self, | |
data | |||
) |
Definition at line 54 of file test_rospy_topics.py.
unit.test_rospy_topics.ConnectionOverride.data |
Definition at line 51 of file test_rospy_topics.py.
unit.test_rospy_topics.ConnectionOverride.endpoint_id |
Definition at line 50 of file test_rospy_topics.py.