Project: bml_lib License: BSD Dependencies: Used by: |
edu::wpi::hri::comm::MasterSpinner Class Reference
Detailed DescriptionThe MasterSpinner class is in charge of ensuring that there is always a thread which is waiting for commands from ROS. When a service is called, the MasterSpinner object should be updated to fire off another thread to wait for the service to end. Definition at line 51 of file MasterSpinner.java. Constructor & Destructor Documentation
Create a new Master Spinner object
Definition at line 66 of file MasterSpinner.java. Member Function Documentation
This method is used to create a new master thread internally. Definition at line 97 of file MasterSpinner.java.
When the node is dying, call the joinOldMasters function in order to ensure that there aren't any stragglers. Definition at line 121 of file MasterSpinner.java.
Call this function when a service is started in order to ensure we receive all of the service requests in a timely fashion. Definition at line 89 of file MasterSpinner.java.
Stop the Master Spinner from running since we have hit the end of the program. Definition at line 158 of file MasterSpinner.java. Member Data Documentation
Definition at line 56 of file MasterSpinner.java.
Definition at line 54 of file MasterSpinner.java.
Definition at line 53 of file MasterSpinner.java.
Definition at line 55 of file MasterSpinner.java. The documentation for this class was generated from the following file:
|