Generic implementation of TCPROS exchange routines for both topics and
services
|
|
|
|
|
|
|
|
|
connect(self,
dest_addr,
dest_port,
endpoint_id,
timeout=None)
Establish TCP connection to the specified address/port. |
source code
|
|
|
write_header(self)
Writes the TCPROS header to the active connection. |
source code
|
|
|
read_header(self)
Read TCPROS header from active socket @raise TransportInitError if
header fails to validate |
source code
|
|
|
send_message(self,
msg,
seq)
Convenience routine for services to send a message across a
particular connection. |
source code
|
|
|
|
[Msg]
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|