SelfTestRequest.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 // Generated by gencpp from file diagnostic_msgs/SelfTestRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef DIAGNOSTIC_MSGS_MESSAGE_SELFTESTREQUEST_H
7 #define DIAGNOSTIC_MSGS_MESSAGE_SELFTESTREQUEST_H
8 
9 
10 #include <string>
11 #include <vector>
12 #include <map>
13 
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
18 
19 
20 namespace diagnostic_msgs
21 {
22 template <class ContainerAllocator>
24 {
26 
28  {
29  }
30  SelfTestRequest_(const ContainerAllocator& _alloc)
31  {
32  (void)_alloc;
33  }
34 
35 
36 
37 
38 
39 
40  typedef std::shared_ptr< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> > Ptr;
41  typedef std::shared_ptr< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> const> ConstPtr;
42 
43 }; // struct SelfTestRequest_
44 
45 typedef ::diagnostic_msgs::SelfTestRequest_<std::allocator<void> > SelfTestRequest;
46 
47 typedef std::shared_ptr< ::diagnostic_msgs::SelfTestRequest > SelfTestRequestPtr;
48 typedef std::shared_ptr< ::diagnostic_msgs::SelfTestRequest const> SelfTestRequestConstPtr;
49 
50 // constants requiring out of line definition
51 
52 
53 
54 template<typename ContainerAllocator>
55 std::ostream& operator<<(std::ostream& s, const ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> & v)
56 {
58 return s;
59 }
60 
61 } // namespace diagnostic_msgs
62 
63 namespace roswrap
64 {
65 namespace message_traits
66 {
67 
68 
69 
70 // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
71 // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'diagnostic_msgs': ['/tmp/binarydeb/ros-kinetic-diagnostic-msgs-1.12.5/msg']}
72 
73 // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
74 
75 
76 
77 
78 template <class ContainerAllocator>
79 struct IsFixedSize< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
80  : TrueType
81  { };
82 
83 template <class ContainerAllocator>
84 struct IsFixedSize< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> const>
85  : TrueType
86  { };
87 
88 template <class ContainerAllocator>
89 struct IsMessage< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
90  : TrueType
91  { };
92 
93 template <class ContainerAllocator>
94 struct IsMessage< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> const>
95  : TrueType
96  { };
97 
98 template <class ContainerAllocator>
99 struct HasHeader< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
100  : FalseType
101  { };
102 
103 template <class ContainerAllocator>
104 struct HasHeader< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> const>
105  : FalseType
106  { };
107 
108 
109 template<class ContainerAllocator>
110 struct MD5Sum< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
111 {
112  static const char* value()
113  {
114  return "d41d8cd98f00b204e9800998ecf8427e";
115  }
116 
117  static const char* value(const ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator>&) { return value(); }
118  static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
119  static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
120 };
121 
122 template<class ContainerAllocator>
123 struct DataType< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
124 {
125  static const char* value()
126  {
127  return "diagnostic_msgs/SelfTestRequest";
128  }
129 
130  static const char* value(const ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator>&) { return value(); }
131 };
132 
133 template<class ContainerAllocator>
134 struct Definition< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
135 {
136  static const char* value()
137  {
138  return "\n\
139 ";
140  }
141 
142  static const char* value(const ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator>&) { return value(); }
143 };
144 
145 } // namespace message_traits
146 } // namespace roswrap
147 
148 namespace roswrap
149 {
150 namespace serialization
151 {
152 
153  template<class ContainerAllocator> struct Serializer< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
154  {
155  template<typename Stream, typename T> inline static void allInOne(Stream&, T)
156  {}
157 
159  }; // struct SelfTestRequest_
160 
161 } // namespace serialization
162 } // namespace roswrap
163 
164 namespace roswrap
165 {
166 namespace message_operations
167 {
168 
169 template<class ContainerAllocator>
170 struct Printer< ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator> >
171 {
172  template<typename Stream> static void stream(Stream&, const std::string&, const ::diagnostic_msgs::SelfTestRequest_<ContainerAllocator>&)
173  {}
174 };
175 
176 } // namespace message_operations
177 } // namespace roswrap
178 
179 #endif // DIAGNOSTIC_MSGS_MESSAGE_SELFTESTREQUEST_H
roswrap::message_traits::FalseType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:89
diagnostic_msgs::SelfTestRequest_::SelfTestRequest_
SelfTestRequest_(const ContainerAllocator &_alloc)
Definition: SelfTestRequest.h:30
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
roswrap::message_traits::HasHeader
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
Definition: message_traits.h:107
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
roswrap::message_traits::Definition< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value(const ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > &)
Definition: SelfTestRequest.h:142
roswrap::message_traits::IsFixedSize
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Definition: message_traits.h:103
ros::message_operations::Printer
diagnostic_msgs::SelfTestRequest_::SelfTestRequest_
SelfTestRequest_()
Definition: SelfTestRequest.h:27
ROS_DECLARE_ALLINONE_SERIALIZER
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Definition: serialization.h:74
diagnostic_msgs::SelfTestRequest_
Definition: SelfTestRequest.h:23
diagnostic_msgs::SelfTestRequest_::Ptr
std::shared_ptr< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > > Ptr
Definition: SelfTestRequest.h:40
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::MD5Sum< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SelfTestRequest.h:112
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
diagnostic_msgs::SelfTestRequestConstPtr
std::shared_ptr< ::diagnostic_msgs::SelfTestRequest const > SelfTestRequestConstPtr
Definition: SelfTestRequest.h:48
diagnostic_msgs::SelfTestRequest_::ConstPtr
std::shared_ptr< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > const > ConstPtr
Definition: SelfTestRequest.h:41
diagnostic_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::diagnostic_msgs::AddDiagnosticsRequest_< ContainerAllocator > &v)
Definition: AddDiagnosticsRequest.h:58
diagnostic_msgs::SelfTestRequest
::diagnostic_msgs::SelfTestRequest_< std::allocator< void > > SelfTestRequest
Definition: SelfTestRequest.h:45
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::DataType< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value(const ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > &)
Definition: SelfTestRequest.h:130
roswrap::message_operations::Printer< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::stream
static void stream(Stream &, const std::string &, const ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > &)
Definition: SelfTestRequest.h:172
roswrap::message_traits::TrueType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:79
roswrap::message_traits::MD5Sum
Specialize to provide the md5sum for a message.
Definition: message_traits.h:118
diagnostic_msgs::SelfTestRequest_::Type
SelfTestRequest_< ContainerAllocator > Type
Definition: SelfTestRequest.h:25
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
roswrap::message_traits::Definition< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SelfTestRequest.h:136
diagnostic_msgs
Definition: AddDiagnostics.h:16
roswrap::message_traits::MD5Sum< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value(const ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > &)
Definition: SelfTestRequest.h:117
roswrap::serialization::Serializer< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &, T)
Definition: SelfTestRequest.h:155
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
roswrap::message_traits::DataType< ::diagnostic_msgs::SelfTestRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SelfTestRequest.h:125
diagnostic_msgs::SelfTestRequestPtr
std::shared_ptr< ::diagnostic_msgs::SelfTestRequest > SelfTestRequestPtr
Definition: SelfTestRequest.h:47


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:10