#include <ros/macros.h>

Go to the source code of this file.
Namespaces | |
| ros | |
| ros::console | |
| ros::console::backend | |
| ros::console::levels | |
Macros | |
| #define | ROSCONSOLE_BACKEND_DECL |
Typedefs | |
| typedef levels::Level | ros::console::Level |
Functions | |
| ROSCONSOLE_BACKEND_DECL void | ros::console::backend::notifyLoggerLevelsChanged () |
| ROSCONSOLE_BACKEND_DECL void | ros::console::backend::print (void *logger_handle, ::ros::console::Level level, const char *str, const char *file, const char *function, int line) |
Variables | |
| ROSCONSOLE_BACKEND_DECL void(* | ros::console::backend::function_notifyLoggerLevelsChanged )() |
| ROSCONSOLE_BACKEND_DECL void(* | ros::console::backend::function_print )(void *, ::ros::console::Level, const char *, const char *, const char *, int) |
| #define ROSCONSOLE_BACKEND_DECL |
Definition at line 43 of file console_backend.h.