Public Member Functions | |
def | __init__ (self) |
def | close (self) |
def | fileno (self) |
def | getsockname (self) |
def | send (self, d) |
def | sendall (self, d) |
def | setblocking (self, args) |
def | setsockopt (self, args) |
Public Attributes | |
data | |
sockopt | |
Definition at line 41 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.__init__ | ( | self | ) |
Definition at line 42 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.close | ( | self | ) |
Definition at line 57 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.fileno | ( | self | ) |
Definition at line 45 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.getsockname | ( | self | ) |
Definition at line 59 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.send | ( | self, | |
d | |||
) |
Definition at line 52 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.sendall | ( | self, | |
d | |||
) |
Definition at line 55 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.setblocking | ( | self, | |
args | |||
) |
Definition at line 48 of file test_rospy_tcpros_pubsub.py.
def unit.test_rospy_tcpros_pubsub.FakeSocket.setsockopt | ( | self, | |
args | |||
) |
Definition at line 50 of file test_rospy_tcpros_pubsub.py.
unit.test_rospy_tcpros_pubsub.FakeSocket.data |
Definition at line 43 of file test_rospy_tcpros_pubsub.py.
unit.test_rospy_tcpros_pubsub.FakeSocket.sockopt |
Definition at line 44 of file test_rospy_tcpros_pubsub.py.