
Public Member Functions | |
| def | __init__ (self, topic, delay, rate, count=20) |
| def | publish (self) |
Public Attributes | |
| count | |
| delay | |
| publisher | |
| rate | |
| thread | |
Definition at line 10 of file test_publisher.py.
| def test_publisher.TestPublisher.__init__ | ( | self, | |
| topic, | |||
| delay, | |||
| rate, | |||
count = 20 |
|||
| ) |
Definition at line 12 of file test_publisher.py.
| def test_publisher.TestPublisher.publish | ( | self | ) |
Definition at line 21 of file test_publisher.py.
| test_publisher.TestPublisher.count |
Definition at line 15 of file test_publisher.py.
| test_publisher.TestPublisher.delay |
Definition at line 16 of file test_publisher.py.
| test_publisher.TestPublisher.publisher |
Definition at line 14 of file test_publisher.py.
| test_publisher.TestPublisher.rate |
Definition at line 17 of file test_publisher.py.
| test_publisher.TestPublisher.thread |
Definition at line 18 of file test_publisher.py.