
Go to the source code of this file.
Defines | |
| #define | CONNECTION_DEBUG(fmt,...) ROS_DEBUG_NAMED("ConnectionMonitor", fmt,##__VA_ARGS__) |
| #define | CONNECTION_WARN(fmt,...) ROS_WARN_NAMED("ConnectionMonitor", fmt,##__VA_ARGS__) |
| #define CONNECTION_DEBUG | ( | fmt, | |
| ... | |||
| ) | ROS_DEBUG_NAMED("ConnectionMonitor", fmt,##__VA_ARGS__) |
Definition at line 44 of file connection_monitor.cpp.
| #define CONNECTION_WARN | ( | fmt, | |
| ... | |||
| ) | ROS_WARN_NAMED("ConnectionMonitor", fmt,##__VA_ARGS__) |
Definition at line 47 of file connection_monitor.cpp.