Callbacks. More...
Public Member Functions | |
| def | __init__ |
| def | start |
Private Member Functions | |
| def | _race_finished_one_callback |
| Callbacks. | |
| def | _race_finished_three_callback |
| def | _race_finished_two_callback |
Private Attributes | |
| _finished_subscribers | |
| _race_finished | |
| _start_publisher | |
| _winner_publishers | |
Callbacks.
Definition at line 18 of file announcer.py.
| def announcer.Announcer.__init__ | ( | self | ) |
Definition at line 20 of file announcer.py.
| def announcer.Announcer._race_finished_one_callback | ( | self, | |
| data | |||
| ) | [private] |
Callbacks.
These should be merged and use something smart to distinguish - either msg data or resolved namespace or something
Definition at line 42 of file announcer.py.
| def announcer.Announcer._race_finished_three_callback | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 52 of file announcer.py.
| def announcer.Announcer._race_finished_two_callback | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 47 of file announcer.py.
| def announcer.Announcer.start | ( | self | ) |
Definition at line 32 of file announcer.py.
Definition at line 20 of file announcer.py.
announcer.Announcer::_race_finished [private] |
Definition at line 20 of file announcer.py.
announcer.Announcer::_start_publisher [private] |
Definition at line 20 of file announcer.py.
announcer.Announcer::_winner_publishers [private] |
Definition at line 20 of file announcer.py.