Spinner which runs in a single thread. More...
#include <spinner.h>
Public Member Functions | |
virtual void | spin (CallbackQueue *queue=0) |
Spin on a callback queue (defaults to the global one). Blocks until roscpp has been shutdown. More... | |
Public Member Functions inherited from ros::Spinner | |
virtual | ~Spinner () |
|
virtual |
Spin on a callback queue (defaults to the global one). Blocks until roscpp has been shutdown.
Implements ros::Spinner.
Definition at line 123 of file spinner.cpp.