class documentation
class TCPROSPub(TCPROSTransportProtocol):
Constructor: TCPROSPub(resolved_name, pub_data_class, is_latch, headers)
Publisher transport implementation for publishing topic data via peer-to-peer TCP/IP sockets.
Method | __init__ |
ctor. @param resolved_name: resolved topic name @type resolved_name: str @param pub_data_class: class to instance to receive messages @type pub_data_class: L{rospy.Message} class @param is_latch: If True, Publisher is latching @type is_latch: bool... |
Method | get |
Undocumented |
Instance Variable | direction |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | is |
Undocumented |
Instance Variable | pub |
Undocumented |