Functions | |
| std::string | get_backtrace (int index=-1) |
| std::string | get_symbol (void *funptr) |
| template<typename T > | |
| const void * | getCallbackFunction (const boost::shared_ptr< T > &cb) |
| get the function being pointed to by the CallbackInterfacePtr More... | |
| std::string | getCallbackInfo (const void *func_ptr, const char *name) |
| try to get a name for the function inside the CallbackInterfacePtr More... | |
| template<typename T > | |
| std::string | getCallbackInfo (const boost::shared_ptr< T > &cb) |
| std::string ros::trace::impl::get_backtrace | ( | int | index = -1 | ) |
Definition at line 247 of file tracetools.cpp.
| std::string ros::trace::impl::get_symbol | ( | void * | funptr | ) |
Definition at line 277 of file tracetools.cpp.
| const void* ros::trace::impl::getCallbackFunction | ( | const boost::shared_ptr< T > & | cb | ) |
get the function being pointed to by the CallbackInterfacePtr
Definition at line 222 of file tracetools.h.
| std::string ros::trace::impl::getCallbackInfo | ( | const void * | func_ptr, |
| const char * | name | ||
| ) |
try to get a name for the function inside the CallbackInterfacePtr
Definition at line 287 of file tracetools.cpp.
| std::string ros::trace::impl::getCallbackInfo | ( | const boost::shared_ptr< T > & | cb | ) |
Definition at line 230 of file tracetools.h.