5 #ifndef DIAGNOSTIC_MSGS_MESSAGE_KEYVALUE_H 6 #define DIAGNOSTIC_MSGS_MESSAGE_KEYVALUE_H 21 template <
class ContainerAllocator>
38 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_key_type;
41 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_value_type;
47 typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_<ContainerAllocator> >
Ptr;
48 typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_<ContainerAllocator>
const>
ConstPtr;
52 typedef ::diagnostic_msgs::KeyValue_<std::allocator<void> >
KeyValue;
54 typedef std::shared_ptr< ::diagnostic_msgs::KeyValue >
KeyValuePtr;
61 template<
typename ContainerAllocator>
62 std::ostream& operator<<(std::ostream& s, const ::diagnostic_msgs::KeyValue_<ContainerAllocator> &
v)
72 namespace message_traits
85 template <
class ContainerAllocator>
90 template <
class ContainerAllocator>
95 template <
class ContainerAllocator>
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
116 template<
class ContainerAllocator>
121 return "cf57fdc6617a881a88c16e768132149c";
124 static const char*
value(const ::diagnostic_msgs::KeyValue_<ContainerAllocator>&) {
return value(); }
125 static const uint64_t static_value1 = 0xcf57fdc6617a881aULL;
126 static const uint64_t static_value2 = 0x88c16e768132149cULL;
129 template<
class ContainerAllocator>
134 return "diagnostic_msgs/KeyValue";
137 static const char*
value(const ::diagnostic_msgs::KeyValue_<ContainerAllocator>&) {
return value(); }
140 template<
class ContainerAllocator>
145 return "string key # what to label this value when viewing\n\ 146 string value # a value to track over time\n\ 150 static const char*
value(const ::diagnostic_msgs::KeyValue_<ContainerAllocator>&) {
return value(); }
158 namespace serialization
166 stream.next(m.value);
177 namespace message_operations
180 template<
class ContainerAllocator>
183 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::diagnostic_msgs::KeyValue_<ContainerAllocator>&
v)
185 s << indent <<
"key: ";
187 s << indent <<
"value: ";
195 #endif // DIAGNOSTIC_MSGS_MESSAGE_KEYVALUE_H
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
KeyValue_(const ContainerAllocator &_alloc)
std::shared_ptr< ::diagnostic_msgs::KeyValue_< ContainerAllocator > const > ConstPtr
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
::diagnostic_msgs::KeyValue_< std::allocator< void > > KeyValue
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
KeyValue_< ContainerAllocator > Type
std::shared_ptr< ::diagnostic_msgs::KeyValue_< ContainerAllocator > > Ptr
static void allInOne(Stream &stream, T m)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
static const char * value(const ::diagnostic_msgs::KeyValue_< ContainerAllocator > &)
Stream base-class, provides common functionality for IStream and OStream.
static const char * value()
std::shared_ptr< ::diagnostic_msgs::KeyValue const > KeyValueConstPtr
static const char * value()
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _key_type
static const char * value(const ::diagnostic_msgs::KeyValue_< ContainerAllocator > &)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value()
std::shared_ptr< ::diagnostic_msgs::KeyValue > KeyValuePtr
static void stream(Stream &s, const std::string &indent, const ::diagnostic_msgs::KeyValue_< ContainerAllocator > &v)
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _value_type
static const char * value(const ::diagnostic_msgs::KeyValue_< ContainerAllocator > &)