ReconfigureRequest.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 dynamic_reconfigure/ReconfigureRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGUREREQUEST_H
7 #define DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGUREREQUEST_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 
20 
21 namespace dynamic_reconfigure
22 {
23 template <class ContainerAllocator>
25 {
27 
29  : config() {
30  }
31  ReconfigureRequest_(const ContainerAllocator& _alloc)
32  : config(_alloc) {
33  (void)_alloc;
34  }
35 
36 
37 
38  typedef ::dynamic_reconfigure::Config_<ContainerAllocator> _config_type;
40 
41 
42 
43 
44  typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> > Ptr;
45  typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> const> ConstPtr;
46 
47 }; // struct ReconfigureRequest_
48 
49 typedef ::dynamic_reconfigure::ReconfigureRequest_<std::allocator<void> > ReconfigureRequest;
50 
51 typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest > ReconfigureRequestPtr;
52 typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest const> ReconfigureRequestConstPtr;
53 
54 // constants requiring out of line definition
55 
56 
57 
58 template<typename ContainerAllocator>
59 std::ostream& operator<<(std::ostream& s, const ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> & v)
60 {
62 return s;
63 }
64 
65 } // namespace dynamic_reconfigure
66 
67 namespace roswrap
68 {
69 namespace message_traits
70 {
71 
72 
73 
74 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
75 // {'dynamic_reconfigure': ['/tmp/binarydeb/ros-kinetic-dynamic-reconfigure-1.5.48/msg'], 'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg']}
76 
77 // !!!!!!!!!!! ['__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']
78 
79 
80 
81 
82 template <class ContainerAllocator>
84  : FalseType
85  { };
86 
87 template <class ContainerAllocator>
89  : FalseType
90  { };
91 
92 template <class ContainerAllocator>
93 struct IsMessage< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> >
94  : TrueType
95  { };
96 
97 template <class ContainerAllocator>
99  : TrueType
100  { };
101 
102 template <class ContainerAllocator>
104  : FalseType
105  { };
106 
107 template <class ContainerAllocator>
109  : FalseType
110  { };
111 
112 
113 template<class ContainerAllocator>
114 struct MD5Sum< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> >
115 {
116  static const char* value()
117  {
118  return "ac41a77620a4a0348b7001641796a8a1";
119  }
120 
121  static const char* value(const ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator>&) { return value(); }
122  static const uint64_t static_value1 = 0xac41a77620a4a034ULL;
123  static const uint64_t static_value2 = 0x8b7001641796a8a1ULL;
124 };
125 
126 template<class ContainerAllocator>
127 struct DataType< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> >
128 {
129  static const char* value()
130  {
131  return "dynamic_reconfigure/ReconfigureRequest";
132  }
133 
134  static const char* value(const ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator>&) { return value(); }
135 };
136 
137 template<class ContainerAllocator>
139 {
140  static const char* value()
141  {
142  return "Config config\n\
143 \n\
144 ================================================================================\n\
145 MSG: dynamic_reconfigure/Config\n\
146 BoolParameter[] bools\n\
147 IntParameter[] ints\n\
148 StrParameter[] strs\n\
149 DoubleParameter[] doubles\n\
150 GroupState[] groups\n\
151 \n\
152 ================================================================================\n\
153 MSG: dynamic_reconfigure/BoolParameter\n\
154 string name\n\
155 bool value\n\
156 \n\
157 ================================================================================\n\
158 MSG: dynamic_reconfigure/IntParameter\n\
159 string name\n\
160 int32 value\n\
161 \n\
162 ================================================================================\n\
163 MSG: dynamic_reconfigure/StrParameter\n\
164 string name\n\
165 string value\n\
166 \n\
167 ================================================================================\n\
168 MSG: dynamic_reconfigure/DoubleParameter\n\
169 string name\n\
170 float64 value\n\
171 \n\
172 ================================================================================\n\
173 MSG: dynamic_reconfigure/GroupState\n\
174 string name\n\
175 bool state\n\
176 int32 id\n\
177 int32 parent\n\
178 ";
179  }
180 
181  static const char* value(const ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator>&) { return value(); }
182 };
183 
184 } // namespace message_traits
185 } // namespace roswrap
186 
187 namespace roswrap
188 {
189 namespace serialization
190 {
191 
192  template<class ContainerAllocator> struct Serializer< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> >
193  {
194  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
195  {
196  stream.next(m.config);
197  }
198 
200  }; // struct ReconfigureRequest_
201 
202 } // namespace serialization
203 } // namespace roswrap
204 
205 namespace roswrap
206 {
207 namespace message_operations
208 {
209 
210 template<class ContainerAllocator>
211 struct Printer< ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator> >
212 {
213  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::dynamic_reconfigure::ReconfigureRequest_<ContainerAllocator>& v)
214  {
215  s << indent << "config: ";
216  s << std::endl;
218  }
219 };
220 
221 } // namespace message_operations
222 } // namespace roswrap
223 
224 #endif // DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGUREREQUEST_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
roswrap::serialization::Serializer< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: ReconfigureRequest.h:194
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
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
dynamic_reconfigure::Config_
Definition: Config.h:28
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
dynamic_reconfigure::ReconfigureRequest_::config
_config_type config
Definition: ReconfigureRequest.h:39
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureRequest.h:116
dynamic_reconfigure::ReconfigureRequest_::ConstPtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > const > ConstPtr
Definition: ReconfigureRequest.h:45
dynamic_reconfigure::ReconfigureRequestPtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest > ReconfigureRequestPtr
Definition: ReconfigureRequest.h:51
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
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
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
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > &)
Definition: ReconfigureRequest.h:121
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
dynamic_reconfigure::ReconfigureRequest_::_config_type
::dynamic_reconfigure::Config_< ContainerAllocator > _config_type
Definition: ReconfigureRequest.h:38
roswrap::message_traits::DataType< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > &)
Definition: ReconfigureRequest.h:134
dynamic_reconfigure::ReconfigureRequest_::ReconfigureRequest_
ReconfigureRequest_(const ContainerAllocator &_alloc)
Definition: ReconfigureRequest.h:31
dynamic_reconfigure::ReconfigureRequest_
Definition: ReconfigureRequest.h:24
roswrap
Definition: param_modi.cpp:41
roswrap::message_traits::Definition< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > &)
Definition: ReconfigureRequest.h:181
roswrap::message_operations::Printer
Definition: message_operations.h:40
dynamic_reconfigure
Definition: BoolParameter.h:20
Config.h
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
dynamic_reconfigure::ReconfigureRequest_::Ptr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > > Ptr
Definition: ReconfigureRequest.h:44
roswrap::message_traits::Definition< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureRequest.h:140
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
dynamic_reconfigure::operator<<
std::ostream & operator<<(std::ostream &s, const ::dynamic_reconfigure::BoolParameter_< ContainerAllocator > &v)
Definition: BoolParameter.h:63
dynamic_reconfigure::ReconfigureRequest_::ReconfigureRequest_
ReconfigureRequest_()
Definition: ReconfigureRequest.h:28
dynamic_reconfigure::ReconfigureRequestConstPtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureRequest const > ReconfigureRequestConstPtr
Definition: ReconfigureRequest.h:52
roswrap::message_traits::DataType< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureRequest.h:129
dynamic_reconfigure::ReconfigureRequest
::dynamic_reconfigure::ReconfigureRequest_< std::allocator< void > > ReconfigureRequest
Definition: ReconfigureRequest.h:49
dynamic_reconfigure::ReconfigureRequest_::Type
ReconfigureRequest_< ContainerAllocator > Type
Definition: ReconfigureRequest.h:26
roswrap::message_operations::Printer< ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::dynamic_reconfigure::ReconfigureRequest_< ContainerAllocator > &v)
Definition: ReconfigureRequest.h:213


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