38 #ifndef ASYNC_COMM_MESSAGE_HANDLER_ROS_H 39 #define ASYNC_COMM_MESSAGE_HANDLER_ROS_H 60 inline void debug(
const std::string &message)
override { ROS_DEBUG(
"[async_comm]: %s", message.c_str()); }
61 inline void info(
const std::string &message)
override { ROS_INFO(
"[async_comm]: %s", message.c_str()); }
62 inline void warn(
const std::string &message)
override { ROS_WARN(
"[async_comm]: %s", message.c_str()); }
63 inline void error(
const std::string &message)
override { ROS_ERROR(
"[async_comm]: %s", message.c_str()); }
64 inline void fatal(
const std::string &message)
override { ROS_FATAL(
"[async_comm]: %s", message.c_str()); }
70 #endif // ASYNC_COMM_MESSAGE_HANDLER_ROS_H void fatal(const std::string &message) override
void debug(const std::string &message) override
void warn(const std::string &message) override
void error(const std::string &message) override
Abstract base class for message handler.
Message handler implementation for ROS environments.
void info(const std::string &message) override