This mixin allows the nodelet to update the OS name of the thread in which it is currently executing. More...
#include <thread_name_updating_nodelet.hpp>
Public Member Functions | |
~ThreadNameUpdatingNodelet () override | |
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 () |
Protected Member Functions | |
void | updateThreadName () const |
Set custom name of the current thread to this nodelet's name. More... | |
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 |
This mixin allows the nodelet to update the OS name of the thread in which it is currently executing.
NodeletType | Type of the base nodelet. |
Definition at line 21 of file thread_name_updating_nodelet.hpp.
|
override |
|
protected |
Set custom name of the current thread to this nodelet's name.