Group.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/Group.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef DYNAMIC_RECONFIGURE_MESSAGE_GROUP_H
7 #define DYNAMIC_RECONFIGURE_MESSAGE_GROUP_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>
24 struct Group_
25 {
27 
29  : name()
30  , type()
31  , parameters()
32  , parent(0)
33  , id(0) {
34  }
35  Group_(const ContainerAllocator& _alloc)
36  : name(_alloc)
37  , type(_alloc)
38  , parameters(_alloc)
39  , parent(0)
40  , id(0) {
41  (void)_alloc;
42  }
43 
44 
45 
46  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _name_type;
48 
49  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _type_type;
51 
52  typedef std::vector< ::dynamic_reconfigure::ParamDescription_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::dynamic_reconfigure::ParamDescription_<ContainerAllocator> >::other > _parameters_type;
54 
55  typedef int32_t _parent_type;
57 
58  typedef int32_t _id_type;
60 
61 
62 
63 
64  typedef std::shared_ptr< ::dynamic_reconfigure::Group_<ContainerAllocator> > Ptr;
65  typedef std::shared_ptr< ::dynamic_reconfigure::Group_<ContainerAllocator> const> ConstPtr;
66 
67 }; // struct Group_
68 
69 typedef ::dynamic_reconfigure::Group_<std::allocator<void> > Group;
70 
71 typedef std::shared_ptr< ::dynamic_reconfigure::Group > GroupPtr;
72 typedef std::shared_ptr< ::dynamic_reconfigure::Group const> GroupConstPtr;
73 
74 // constants requiring out of line definition
75 
76 
77 
78 template<typename ContainerAllocator>
79 std::ostream& operator<<(std::ostream& s, const ::dynamic_reconfigure::Group_<ContainerAllocator> & v)
80 {
82 return s;
83 }
84 
85 } // namespace dynamic_reconfigure
86 
87 namespace roswrap
88 {
89 namespace message_traits
90 {
91 
92 
93 
94 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
95 // {'dynamic_reconfigure': ['/tmp/binarydeb/ros-kinetic-dynamic-reconfigure-1.5.48/msg'], 'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg']}
96 
97 // !!!!!!!!!!! ['__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']
98 
99 
100 
101 
102 template <class ContainerAllocator>
103 struct IsFixedSize< ::dynamic_reconfigure::Group_<ContainerAllocator> >
104  : FalseType
105  { };
106 
107 template <class ContainerAllocator>
108 struct IsFixedSize< ::dynamic_reconfigure::Group_<ContainerAllocator> const>
109  : FalseType
110  { };
111 
112 template <class ContainerAllocator>
113 struct IsMessage< ::dynamic_reconfigure::Group_<ContainerAllocator> >
114  : TrueType
115  { };
116 
117 template <class ContainerAllocator>
118 struct IsMessage< ::dynamic_reconfigure::Group_<ContainerAllocator> const>
119  : TrueType
120  { };
121 
122 template <class ContainerAllocator>
123 struct HasHeader< ::dynamic_reconfigure::Group_<ContainerAllocator> >
124  : FalseType
125  { };
126 
127 template <class ContainerAllocator>
128 struct HasHeader< ::dynamic_reconfigure::Group_<ContainerAllocator> const>
129  : FalseType
130  { };
131 
132 
133 template<class ContainerAllocator>
134 struct MD5Sum< ::dynamic_reconfigure::Group_<ContainerAllocator> >
135 {
136  static const char* value()
137  {
138  return "9e8cd9e9423c94823db3614dd8b1cf7a";
139  }
140 
141  static const char* value(const ::dynamic_reconfigure::Group_<ContainerAllocator>&) { return value(); }
142  static const uint64_t static_value1 = 0x9e8cd9e9423c9482ULL;
143  static const uint64_t static_value2 = 0x3db3614dd8b1cf7aULL;
144 };
145 
146 template<class ContainerAllocator>
147 struct DataType< ::dynamic_reconfigure::Group_<ContainerAllocator> >
148 {
149  static const char* value()
150  {
151  return "dynamic_reconfigure/Group";
152  }
153 
154  static const char* value(const ::dynamic_reconfigure::Group_<ContainerAllocator>&) { return value(); }
155 };
156 
157 template<class ContainerAllocator>
158 struct Definition< ::dynamic_reconfigure::Group_<ContainerAllocator> >
159 {
160  static const char* value()
161  {
162  return "string name\n\
163 string type\n\
164 ParamDescription[] parameters\n\
165 int32 parent \n\
166 int32 id\n\
167 \n\
168 ================================================================================\n\
169 MSG: dynamic_reconfigure/ParamDescription\n\
170 string name\n\
171 string type\n\
172 uint32 level\n\
173 string description\n\
174 string edit_method\n\
175 ";
176  }
177 
178  static const char* value(const ::dynamic_reconfigure::Group_<ContainerAllocator>&) { return value(); }
179 };
180 
181 } // namespace message_traits
182 } // namespace roswrap
183 
184 namespace roswrap
185 {
186 namespace serialization
187 {
188 
189  template<class ContainerAllocator> struct Serializer< ::dynamic_reconfigure::Group_<ContainerAllocator> >
190  {
191  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
192  {
193  stream.next(m.name);
194  stream.next(m.type);
195  stream.next(m.parameters);
196  stream.next(m.parent);
197  stream.next(m.id);
198  }
199 
201  }; // struct Group_
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::Group_<ContainerAllocator> >
213 {
214  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::dynamic_reconfigure::Group_<ContainerAllocator>& v)
215  {
216  s << indent << "name: ";
217  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.name);
218  s << indent << "type: ";
219  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.type);
220  s << indent << "parameters[]" << std::endl;
221  for (size_t i = 0; i < v.parameters.size(); ++i)
222  {
223  s << indent << " parameters[" << i << "]: ";
224  s << std::endl;
225  s << indent;
227  }
228  s << indent << "parent: ";
229  Printer<int32_t>::stream(s, indent + " ", v.parent);
230  s << indent << "id: ";
231  Printer<int32_t>::stream(s, indent + " ", v.id);
232  }
233 };
234 
235 } // namespace message_operations
236 } // namespace roswrap
237 
238 #endif // DYNAMIC_RECONFIGURE_MESSAGE_GROUP_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
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::Group_::name
_name_type name
Definition: Group.h:47
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
roswrap::message_traits::Definition< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::Group_< ContainerAllocator > &)
Definition: Group.h:178
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::Group_::_name_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _name_type
Definition: Group.h:46
ros::message_operations::Printer
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::Group_< ContainerAllocator > &)
Definition: Group.h:141
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
dynamic_reconfigure::Group_::_parameters_type
std::vector< ::dynamic_reconfigure::ParamDescription_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::dynamic_reconfigure::ParamDescription_< ContainerAllocator > >::other > _parameters_type
Definition: Group.h:52
ParamDescription.h
dynamic_reconfigure::Group_::id
_id_type id
Definition: Group.h:59
roswrap::message_operations::Printer< ::dynamic_reconfigure::Group_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::dynamic_reconfigure::Group_< ContainerAllocator > &v)
Definition: Group.h:214
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
dynamic_reconfigure::Group_::Group_
Group_()
Definition: Group.h:28
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
dynamic_reconfigure::Group_::_parent_type
int32_t _parent_type
Definition: Group.h:55
dynamic_reconfigure::Group_::Type
Group_< ContainerAllocator > Type
Definition: Group.h:26
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value()
Definition: Group.h:136
roswrap
Definition: param_modi.cpp:41
dynamic_reconfigure::Group_::type
_type_type type
Definition: Group.h:50
roswrap::message_operations::Printer
Definition: message_operations.h:40
dynamic_reconfigure
Definition: BoolParameter.h:20
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::Definition< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value()
Definition: Group.h:160
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
dynamic_reconfigure::Group_::_type_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _type_type
Definition: Group.h:49
dynamic_reconfigure::Group_::_id_type
int32_t _id_type
Definition: Group.h:58
roswrap::message_traits::DataType< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value()
Definition: Group.h:149
dynamic_reconfigure::Group
::dynamic_reconfigure::Group_< std::allocator< void > > Group
Definition: Group.h:69
dynamic_reconfigure::GroupConstPtr
std::shared_ptr< ::dynamic_reconfigure::Group const > GroupConstPtr
Definition: Group.h:72
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
dynamic_reconfigure::Group_
Definition: Group.h:24
dynamic_reconfigure::Group_::Ptr
std::shared_ptr< ::dynamic_reconfigure::Group_< ContainerAllocator > > Ptr
Definition: Group.h:64
dynamic_reconfigure::Group_::Group_
Group_(const ContainerAllocator &_alloc)
Definition: Group.h:35
dynamic_reconfigure::Group_::parent
_parent_type parent
Definition: Group.h:56
dynamic_reconfigure::Group_::parameters
_parameters_type parameters
Definition: Group.h:53
dynamic_reconfigure::Group_::ConstPtr
std::shared_ptr< ::dynamic_reconfigure::Group_< ContainerAllocator > const > ConstPtr
Definition: Group.h:65
dynamic_reconfigure::operator<<
std::ostream & operator<<(std::ostream &s, const ::dynamic_reconfigure::BoolParameter_< ContainerAllocator > &v)
Definition: BoolParameter.h:63
dynamic_reconfigure::GroupPtr
std::shared_ptr< ::dynamic_reconfigure::Group > GroupPtr
Definition: Group.h:71
roswrap::serialization::Serializer< ::dynamic_reconfigure::Group_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: Group.h:191
roswrap::message_traits::DataType< ::dynamic_reconfigure::Group_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::Group_< ContainerAllocator > &)
Definition: Group.h:154


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