Go to the documentation of this file.
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 error(const std::string &message) override
Message handler implementation for ROS environments.
void info(const std::string &message) override
void fatal(const std::string &message) override
Abstract base class for message handler.
void debug(const std::string &message) override
void warn(const std::string &message) override
async_comm
Author(s):
autogenerated on Tue Mar 1 2022 23:49:04