Home | Trees | Indices | Help |
|
---|
|
object --+ | RegistrationListener --+ | RegManager
Registration manager used by Node implemenation. Communicates with ROS Master to maintain topic registration information. Also responds to publisher updates to create topic connections
Instance Methods | |||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
ctor.
|
Start the RegManager. This should be passed in as an argument to a thread starter as the RegManager is designed to spin in its own thread
|
Check if Node has been registered yet.
|
Main RegManager thread loop. Periodically checks the update queue and generates topic connections |
Cleans up registrations with master and releases topic and service resources
|
RegistrationListener callback
|
RegistrationListener callback
|
Inform psmanager of latest publisher list for a topic. This will cause RegManager to create a topic connection for all new publishers (in a separate thread).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |