Include this file if you want to override the ROS_ or NODELET_ logging macros with CRAS logging macros. Type CRAS_RESTORE_ROS_LOG
to get the original definitions back. Use this with care.
More...
Go to the source code of this file.
Include this file if you want to override the ROS_ or NODELET_ logging macros with CRAS logging macros. Type CRAS_RESTORE_ROS_LOG
to get the original definitions back. Use this with care.
Definition in file inject_rosconsole.h.
#define CRAS_RESTORE_ROS_LOG |
Restore original ROS_*
and NODELET_*
macro definitions after they were altered by including inject_rosconsole.h.
Definition at line 42 of file inject_rosconsole.h.
#define ROS_LOG_DELAYED_THROTTLE | ( | ... | ) | CRAS_LOG_DELAYED_THROTTLE(getCrasLogger(), __VA_ARGS__) |
Definition at line 34 of file inject_rosconsole.h.
#define ROS_LOG_STREAM_DELAYED_THROTTLE | ( | ... | ) | CRAS_LOG_STREAM_DELAYED_THROTTLE(getCrasLogger(), __VA_ARGS__) |
Definition at line 35 of file inject_rosconsole.h.
#define ROS_LOG_STREAM_THROTTLE | ( | ... | ) | CRAS_LOG_STREAM_THROTTLE(getCrasLogger(), __VA_ARGS__) |
Definition at line 33 of file inject_rosconsole.h.
#define ROS_LOG_THROTTLE | ( | ... | ) | CRAS_LOG_THROTTLE(getCrasLogger(), __VA_ARGS__) |
Definition at line 32 of file inject_rosconsole.h.
#define ROSCONSOLE_AUTOINIT | ( | ... | ) | CRASCONSOLE_AUTOINIT(getCrasLogger(), __VA_ARGS__) |
Definition at line 28 of file inject_rosconsole.h.
#define ROSCONSOLE_DEFINE_LOCATION | ( | ... | ) | CRASCONSOLE_DEFINE_LOCATION(getCrasLogger(), __VA_ARGS__) |
Definition at line 31 of file inject_rosconsole.h.
#define ROSCONSOLE_PRINT_AT_LOCATION_WITH_FILTER | ( | ... | ) | CRASCONSOLE_PRINT_AT_LOCATION_WITH_FILTER(getCrasLogger(), __VA_ARGS__) /* NOLINT */ |
Definition at line 29 of file inject_rosconsole.h.
#define ROSCONSOLE_PRINT_STREAM_AT_LOCATION_WITH_FILTER | ( | ... | ) | CRASCONSOLE_PRINT_STREAM_AT_LOCATION_WITH_FILTER(getCrasLogger(), __VA_ARGS__) /* NOLINT */ |
Definition at line 30 of file inject_rosconsole.h.