| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
               object --+    
                        |    
transport.ProtocolHandler --+
                            |
                           TCPROSHandler
ROS Protocol handler for TCPROS. Accepts both TCPROS topic connections as well as ROS service connections over TCP. TCP server socket is run once start_server() is called -- this is implicitly called during init_publisher().
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| (int, str, int) | 
 | ||
| bool | 
 | ||
| 
 | |||
| (int, str, list) | 
 | ||
| str | 
 | ||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 ctor 
 | 
| 
 
 | 
| 
 stops the TCP/IP server responsible for receiving inbound connections 
 | 
| 
 Connect to topic resolved_name on Publisher pub_uri using TCPROS. 
 | 
| 
 
 | 
| 
 Get supported protocols 
 | 
| 
 Initialize this node to receive an inbound TCP connection, i.e. startup a TCP server if one is not already running. 
 | 
| 
 Process incoming topic connection. Reads in topic name from handshake and creates the appropriate TCPROSPub handler for the connection. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |