Functions | |
ROSCONSOLE_BACKEND_DECL void | notifyLoggerLevelsChanged () |
ROSCONSOLE_BACKEND_DECL void | print (void *logger_handle, ::ros::console::Level level, const char *str, const char *file, const char *function, int line) |
Variables | |
ROSCONSOLE_BACKEND_DECL void(* | function_notifyLoggerLevelsChanged )() |
ROSCONSOLE_BACKEND_DECL void(* | function_print )(void *, ::ros::console::Level, const char *, const char *, const char *, int) |
void ros::console::backend::notifyLoggerLevelsChanged | ( | ) |
Definition at line 39 of file rosconsole_backend.cpp.
void ros::console::backend::print | ( | void * | logger_handle, |
::ros::console::Level | level, | ||
const char * | str, | ||
const char * | file, | ||
const char * | function, | ||
int | line | ||
) |
Definition at line 49 of file rosconsole_backend.cpp.
void(* ros::console::backend::function_notifyLoggerLevelsChanged)()=0 |
Definition at line 47 of file rosconsole_backend.cpp.
void(* ros::console::backend::function_print)(void *,::ros::console::Level, const char *, const char *, const char *, int)=0 |
Definition at line 57 of file rosconsole_backend.cpp.