Public Member Functions | |
| def | finish |
| def | handle |
| def | send_message |
| def | setup |
Public Attributes | |
| protocol | |
Static Public Attributes | |
| busy = False | |
| list | queue = [] |
TCP Socket server for rosbridge
Definition at line 39 of file rosbridge_tcp.py.
| def rosbridge_tcp.RosbridgeTcpSocket.finish | ( | self | ) |
Called when TCP connection finishes
Definition at line 94 of file rosbridge_tcp.py.
| def rosbridge_tcp.RosbridgeTcpSocket.handle | ( | self | ) |
Listen for TCP messages
Definition at line 74 of file rosbridge_tcp.py.
| def rosbridge_tcp.RosbridgeTcpSocket.send_message | ( | self, | |
message = None |
|||
| ) |
Callback from rosbridge
Definition at line 103 of file rosbridge_tcp.py.
| def rosbridge_tcp.RosbridgeTcpSocket.setup | ( | self | ) |
Definition at line 47 of file rosbridge_tcp.py.
rosbridge_tcp.RosbridgeTcpSocket::busy = False [static] |
Definition at line 44 of file rosbridge_tcp.py.
Definition at line 47 of file rosbridge_tcp.py.
list rosbridge_tcp.RosbridgeTcpSocket::queue = [] [static] |
Definition at line 45 of file rosbridge_tcp.py.