5 #ifndef REALSENSE_MSGS_MESSAGE_NOTIFICATION_H 6 #define REALSENSE_MSGS_MESSAGE_NOTIFICATION_H 21 template <
class ContainerAllocator>
47 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_category_type;
50 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_severity_type;
53 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_description_type;
56 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_serialized_data_type;
62 typedef std::shared_ptr< ::realsense_msgs::Notification_<ContainerAllocator> >
Ptr;
63 typedef std::shared_ptr< ::realsense_msgs::Notification_<ContainerAllocator>
const>
ConstPtr;
67 typedef ::realsense_msgs::Notification_<std::allocator<void> >
Notification;
76 template<
typename ContainerAllocator>
77 std::ostream& operator<<(std::ostream& s, const ::realsense_msgs::Notification_<ContainerAllocator> &
v)
87 namespace message_traits
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
120 template <
class ContainerAllocator>
125 template <
class ContainerAllocator>
131 template<
class ContainerAllocator>
136 return "cdb7a97a510446301f8e6fb67d8cccb0";
139 static const char*
value(const ::realsense_msgs::Notification_<ContainerAllocator>&) {
return value(); }
140 static const uint64_t static_value1 = 0xcdb7a97a51044630ULL;
141 static const uint64_t static_value2 = 0x1f8e6fb67d8cccb0ULL;
144 template<
class ContainerAllocator>
149 return "realsense_msgs/Notification";
152 static const char*
value(const ::realsense_msgs::Notification_<ContainerAllocator>&) {
return value(); }
155 template<
class ContainerAllocator>
160 return "# This message defines a notification\n\ 162 time timestamp # The time of occurrence \n\ 163 string category # The category of the notification\n\ 164 string severity # The severity of the notification\n\ 165 string description # Human readable description of the notification\n\ 166 string serialized_data # JSON string with additional data\n\ 170 static const char*
value(const ::realsense_msgs::Notification_<ContainerAllocator>&) {
return value(); }
178 namespace serialization
185 stream.next(m.timestamp);
186 stream.next(m.category);
187 stream.next(m.severity);
188 stream.next(m.description);
189 stream.next(m.serialized_data);
200 namespace message_operations
203 template<
class ContainerAllocator>
206 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::realsense_msgs::Notification_<ContainerAllocator>&
v)
208 s << indent <<
"timestamp: ";
210 s << indent <<
"category: ";
212 s << indent <<
"severity: ";
214 s << indent <<
"description: ";
216 s << indent <<
"serialized_data: ";
224 #endif // REALSENSE_MSGS_MESSAGE_NOTIFICATION_H
GLenum GLuint GLenum severity
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _category_type
Notification_(const ContainerAllocator &_alloc)
Specialize to provide the md5sum for a message.
static const char * value(const ::realsense_msgs::Notification_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
rs2rosinternal::Time _timestamp_type
_description_type description
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::shared_ptr< ::realsense_msgs::Notification_< ContainerAllocator > > Ptr
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _description_type
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
std::shared_ptr< ::realsense_msgs::Notification > NotificationPtr
_serialized_data_type serialized_data
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Stream base-class, provides common functionality for IStream and OStream.
Notification_< ContainerAllocator > Type
static const char * value()
Time representation. May either represent wall clock time or ROS clock time.
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
static void stream(Stream &s, const std::string &indent, const ::realsense_msgs::Notification_< ContainerAllocator > &v)
Specialize to provide the definition for a message.
static const char * value(const ::realsense_msgs::Notification_< ContainerAllocator > &)
std::shared_ptr< ::realsense_msgs::Notification const > NotificationConstPtr
std::shared_ptr< ::realsense_msgs::Notification_< ContainerAllocator > const > ConstPtr
static const char * value()
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value(const ::realsense_msgs::Notification_< ContainerAllocator > &)
_timestamp_type timestamp
static const char * value()
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _severity_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _serialized_data_type
::realsense_msgs::Notification_< std::allocator< void > > Notification