Public Member Functions | |
DriverNodelet () | |
~DriverNodelet () | |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Private Member Functions | |
virtual void | devicePoll (void) |
Device poll thread main loop. More... | |
virtual void | onInit (void) |
Private Attributes | |
boost::shared_ptr< boost::thread > | deviceThread_ |
boost::shared_ptr< rslidarDriver > | dvr_ |
driver implementation class More... | |
volatile bool | running_ |
device thread is running More... | |
Additional Inherited Members | |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Definition at line 63 of file nodelet.cc.
|
inline |
Definition at line 66 of file nodelet.cc.
|
inline |
Definition at line 70 of file nodelet.cc.
|
privatevirtual |
Device poll thread main loop.
Definition at line 103 of file nodelet.cc.
|
privatevirtual |
Implements nodelet::Nodelet.
Definition at line 91 of file nodelet.cc.
|
private |
Definition at line 86 of file nodelet.cc.
|
private |
driver implementation class
Definition at line 88 of file nodelet.cc.
|
private |
device thread is running
Definition at line 85 of file nodelet.cc.