28 #ifndef ROSLIB_MESSAGE_OPERATIONS_H 29 #define ROSLIB_MESSAGE_OPERATIONS_H 35 namespace message_operations
41 template<
typename Stream>
42 static void stream(Stream& s,
const std::string& indent,
const M& value)
54 template<
typename Stream>
55 static void stream(Stream& s,
const std::string& indent, int8_t value)
58 s << static_cast<int32_t>(value) <<
"\n";
65 template<
typename Stream>
66 static void stream(Stream& s,
const std::string& indent, uint8_t value)
69 s << static_cast<uint32_t>(value) <<
"\n";
76 #endif // ROSLIB_MESSAGE_OPERATIONS_H static void stream(Stream &s, const std::string &indent, uint8_t value)
static void stream(Stream &s, const std::string &indent, const M &value)
static void stream(Stream &s, const std::string &indent, int8_t value)