ReconfigureResponse.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/ReconfigureResponse.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGURERESPONSE_H
7 #define DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGURERESPONSE_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  ReconfigureResponse_(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::ReconfigureResponse_<ContainerAllocator> > Ptr;
45  typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse_<ContainerAllocator> const> ConstPtr;
46 
47 }; // struct ReconfigureResponse_
48 
49 typedef ::dynamic_reconfigure::ReconfigureResponse_<std::allocator<void> > ReconfigureResponse;
50 
51 typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse > ReconfigureResponsePtr;
52 typedef std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse const> ReconfigureResponseConstPtr;
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::ReconfigureResponse_<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>
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::ReconfigureResponse_<ContainerAllocator> >
115 {
116  static const char* value()
117  {
118  return "ac41a77620a4a0348b7001641796a8a1";
119  }
120 
121  static const char* value(const ::dynamic_reconfigure::ReconfigureResponse_<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>
128 {
129  static const char* value()
130  {
131  return "dynamic_reconfigure/ReconfigureResponse";
132  }
133 
134  static const char* value(const ::dynamic_reconfigure::ReconfigureResponse_<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 ================================================================================\n\
146 MSG: dynamic_reconfigure/Config\n\
147 BoolParameter[] bools\n\
148 IntParameter[] ints\n\
149 StrParameter[] strs\n\
150 DoubleParameter[] doubles\n\
151 GroupState[] groups\n\
152 \n\
153 ================================================================================\n\
154 MSG: dynamic_reconfigure/BoolParameter\n\
155 string name\n\
156 bool value\n\
157 \n\
158 ================================================================================\n\
159 MSG: dynamic_reconfigure/IntParameter\n\
160 string name\n\
161 int32 value\n\
162 \n\
163 ================================================================================\n\
164 MSG: dynamic_reconfigure/StrParameter\n\
165 string name\n\
166 string value\n\
167 \n\
168 ================================================================================\n\
169 MSG: dynamic_reconfigure/DoubleParameter\n\
170 string name\n\
171 float64 value\n\
172 \n\
173 ================================================================================\n\
174 MSG: dynamic_reconfigure/GroupState\n\
175 string name\n\
176 bool state\n\
177 int32 id\n\
178 int32 parent\n\
179 ";
180  }
181 
182  static const char* value(const ::dynamic_reconfigure::ReconfigureResponse_<ContainerAllocator>&) { return value(); }
183 };
184 
185 } // namespace message_traits
186 } // namespace roswrap
187 
188 namespace roswrap
189 {
190 namespace serialization
191 {
192 
193  template<class ContainerAllocator> struct Serializer< ::dynamic_reconfigure::ReconfigureResponse_<ContainerAllocator> >
194  {
195  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
196  {
197  stream.next(m.config);
198  }
199 
201  }; // struct ReconfigureResponse_
202 
203 } // namespace serialization
204 } // namespace roswrap
205 
206 namespace roswrap
207 {
208 namespace message_operations
209 {
210 
211 template<class ContainerAllocator>
212 struct Printer< ::dynamic_reconfigure::ReconfigureResponse_<ContainerAllocator> >
213 {
214  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::dynamic_reconfigure::ReconfigureResponse_<ContainerAllocator>& v)
215  {
216  s << indent << "config: ";
217  s << std::endl;
219  }
220 };
221 
222 } // namespace message_operations
223 } // namespace roswrap
224 
225 #endif // DYNAMIC_RECONFIGURE_MESSAGE_RECONFIGURERESPONSE_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
dynamic_reconfigure::ReconfigureResponse_::ReconfigureResponse_
ReconfigureResponse_(const ContainerAllocator &_alloc)
Definition: ReconfigureResponse.h:31
dynamic_reconfigure::ReconfigureResponsePtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse > ReconfigureResponsePtr
Definition: ReconfigureResponse.h:51
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
roswrap::message_operations::Printer< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > &v)
Definition: ReconfigureResponse.h:214
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
dynamic_reconfigure::ReconfigureResponse_::_config_type
::dynamic_reconfigure::Config_< ContainerAllocator > _config_type
Definition: ReconfigureResponse.h:38
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
roswrap::message_traits::Definition< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > &)
Definition: ReconfigureResponse.h:182
dynamic_reconfigure::Config_
Definition: Config.h:28
roswrap::message_traits::DataType< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureResponse.h:129
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
dynamic_reconfigure::ReconfigureResponse_::ConstPtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > const > ConstPtr
Definition: ReconfigureResponse.h:45
roswrap::message_traits::DataType< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > &)
Definition: ReconfigureResponse.h:134
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
dynamic_reconfigure::ReconfigureResponse_
Definition: ReconfigureResponse.h:24
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::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
dynamic_reconfigure::ReconfigureResponse
::dynamic_reconfigure::ReconfigureResponse_< std::allocator< void > > ReconfigureResponse
Definition: ReconfigureResponse.h:49
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureResponse.h:116
roswrap
Definition: param_modi.cpp:41
dynamic_reconfigure::ReconfigureResponse_::config
_config_type config
Definition: ReconfigureResponse.h:39
roswrap::message_operations::Printer
Definition: message_operations.h:40
dynamic_reconfigure::ReconfigureResponseConstPtr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse const > ReconfigureResponseConstPtr
Definition: ReconfigureResponse.h:52
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
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > &)
Definition: ReconfigureResponse.h:121
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
roswrap::message_traits::Definition< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::value
static const char * value()
Definition: ReconfigureResponse.h:140
dynamic_reconfigure::ReconfigureResponse_::ReconfigureResponse_
ReconfigureResponse_()
Definition: ReconfigureResponse.h:28
dynamic_reconfigure::operator<<
std::ostream & operator<<(std::ostream &s, const ::dynamic_reconfigure::BoolParameter_< ContainerAllocator > &v)
Definition: BoolParameter.h:63
roswrap::serialization::Serializer< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: ReconfigureResponse.h:195
dynamic_reconfigure::ReconfigureResponse_::Type
ReconfigureResponse_< ContainerAllocator > Type
Definition: ReconfigureResponse.h:26
dynamic_reconfigure::ReconfigureResponse_::Ptr
std::shared_ptr< ::dynamic_reconfigure::ReconfigureResponse_< ContainerAllocator > > Ptr
Definition: ReconfigureResponse.h:44


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