GroupState.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/GroupState.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef DYNAMIC_RECONFIGURE_MESSAGE_GROUPSTATE_H
7 #define DYNAMIC_RECONFIGURE_MESSAGE_GROUPSTATE_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 dynamic_reconfigure
21 {
22 template <class ContainerAllocator>
24 {
26 
28  : name()
29  , state(false)
30  , id(0)
31  , parent(0) {
32  }
33  GroupState_(const ContainerAllocator& _alloc)
34  : name(_alloc)
35  , state(false)
36  , id(0)
37  , parent(0) {
38  (void)_alloc;
39  }
40 
41 
42 
43  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _name_type;
45 
46  typedef uint8_t _state_type;
48 
49  typedef int32_t _id_type;
51 
52  typedef int32_t _parent_type;
54 
55 
56 
57 
58  typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_<ContainerAllocator> > Ptr;
59  typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_<ContainerAllocator> const> ConstPtr;
60 
61 }; // struct GroupState_
62 
63 typedef ::dynamic_reconfigure::GroupState_<std::allocator<void> > GroupState;
64 
65 typedef std::shared_ptr< ::dynamic_reconfigure::GroupState > GroupStatePtr;
66 typedef std::shared_ptr< ::dynamic_reconfigure::GroupState const> GroupStateConstPtr;
67 
68 // constants requiring out of line definition
69 
70 
71 
72 template<typename ContainerAllocator>
73 std::ostream& operator<<(std::ostream& s, const ::dynamic_reconfigure::GroupState_<ContainerAllocator> & v)
74 {
76 return s;
77 }
78 
79 } // namespace dynamic_reconfigure
80 
81 namespace roswrap
82 {
83 namespace message_traits
84 {
85 
86 
87 
88 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
89 // {'dynamic_reconfigure': ['/tmp/binarydeb/ros-kinetic-dynamic-reconfigure-1.5.48/msg'], 'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg']}
90 
91 // !!!!!!!!!!! ['__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']
92 
93 
94 
95 
96 template <class ContainerAllocator>
97 struct IsFixedSize< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
98  : FalseType
99  { };
100 
101 template <class ContainerAllocator>
102 struct IsFixedSize< ::dynamic_reconfigure::GroupState_<ContainerAllocator> const>
103  : FalseType
104  { };
105 
106 template <class ContainerAllocator>
107 struct IsMessage< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
108  : TrueType
109  { };
110 
111 template <class ContainerAllocator>
112 struct IsMessage< ::dynamic_reconfigure::GroupState_<ContainerAllocator> const>
113  : TrueType
114  { };
115 
116 template <class ContainerAllocator>
117 struct HasHeader< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
118  : FalseType
119  { };
120 
121 template <class ContainerAllocator>
122 struct HasHeader< ::dynamic_reconfigure::GroupState_<ContainerAllocator> const>
123  : FalseType
124  { };
125 
126 
127 template<class ContainerAllocator>
128 struct MD5Sum< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
129 {
130  static const char* value()
131  {
132  return "a2d87f51dc22930325041a2f8b1571f8";
133  }
134 
135  static const char* value(const ::dynamic_reconfigure::GroupState_<ContainerAllocator>&) { return value(); }
136  static const uint64_t static_value1 = 0xa2d87f51dc229303ULL;
137  static const uint64_t static_value2 = 0x25041a2f8b1571f8ULL;
138 };
139 
140 template<class ContainerAllocator>
141 struct DataType< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
142 {
143  static const char* value()
144  {
145  return "dynamic_reconfigure/GroupState";
146  }
147 
148  static const char* value(const ::dynamic_reconfigure::GroupState_<ContainerAllocator>&) { return value(); }
149 };
150 
151 template<class ContainerAllocator>
152 struct Definition< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
153 {
154  static const char* value()
155  {
156  return "string name\n\
157 bool state\n\
158 int32 id\n\
159 int32 parent\n\
160 ";
161  }
162 
163  static const char* value(const ::dynamic_reconfigure::GroupState_<ContainerAllocator>&) { return value(); }
164 };
165 
166 } // namespace message_traits
167 } // namespace roswrap
168 
169 namespace roswrap
170 {
171 namespace serialization
172 {
173 
174  template<class ContainerAllocator> struct Serializer< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
175  {
176  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
177  {
178  stream.next(m.name);
179  stream.next(m.state);
180  stream.next(m.id);
181  stream.next(m.parent);
182  }
183 
185  }; // struct GroupState_
186 
187 } // namespace serialization
188 } // namespace roswrap
189 
190 namespace roswrap
191 {
192 namespace message_operations
193 {
194 
195 template<class ContainerAllocator>
196 struct Printer< ::dynamic_reconfigure::GroupState_<ContainerAllocator> >
197 {
198  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::dynamic_reconfigure::GroupState_<ContainerAllocator>& v)
199  {
200  s << indent << "name: ";
201  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.name);
202  s << indent << "state: ";
203  Printer<uint8_t>::stream(s, indent + " ", v.state);
204  s << indent << "id: ";
205  Printer<int32_t>::stream(s, indent + " ", v.id);
206  s << indent << "parent: ";
207  Printer<int32_t>::stream(s, indent + " ", v.parent);
208  }
209 };
210 
211 } // namespace message_operations
212 } // namespace roswrap
213 
214 #endif // DYNAMIC_RECONFIGURE_MESSAGE_GROUPSTATE_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::GroupState_::_id_type
int32_t _id_type
Definition: GroupState.h:49
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
dynamic_reconfigure::GroupState_::GroupState_
GroupState_(const ContainerAllocator &_alloc)
Definition: GroupState.h:33
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
roswrap::message_traits::Definition< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::GroupState_< ContainerAllocator > &)
Definition: GroupState.h:163
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
dynamic_reconfigure::GroupState_::name
_name_type name
Definition: GroupState.h:44
dynamic_reconfigure::GroupStateConstPtr
std::shared_ptr< ::dynamic_reconfigure::GroupState const > GroupStateConstPtr
Definition: GroupState.h:66
roswrap::message_traits::DataType< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::GroupState_< ContainerAllocator > &)
Definition: GroupState.h:148
dynamic_reconfigure::GroupState_::Type
GroupState_< ContainerAllocator > Type
Definition: GroupState.h:25
dynamic_reconfigure::GroupState_::GroupState_
GroupState_()
Definition: GroupState.h:27
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value(const ::dynamic_reconfigure::GroupState_< ContainerAllocator > &)
Definition: GroupState.h:135
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
dynamic_reconfigure::GroupState_::Ptr
std::shared_ptr< ::dynamic_reconfigure::GroupState_< ContainerAllocator > > Ptr
Definition: GroupState.h:58
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::GroupStatePtr
std::shared_ptr< ::dynamic_reconfigure::GroupState > GroupStatePtr
Definition: GroupState.h:65
dynamic_reconfigure::GroupState_::state
_state_type state
Definition: GroupState.h:47
dynamic_reconfigure::GroupState_::_parent_type
int32_t _parent_type
Definition: GroupState.h:52
dynamic_reconfigure::GroupState_
Definition: GroupState.h:23
dynamic_reconfigure::GroupState_::ConstPtr
std::shared_ptr< ::dynamic_reconfigure::GroupState_< ContainerAllocator > const > ConstPtr
Definition: GroupState.h:59
dynamic_reconfigure::GroupState_::_name_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _name_type
Definition: GroupState.h:43
roswrap
Definition: param_modi.cpp:41
dynamic_reconfigure::GroupState_::parent
_parent_type parent
Definition: GroupState.h:53
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::MD5Sum< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value()
Definition: GroupState.h:130
roswrap::serialization::Serializer< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: GroupState.h:176
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::IsMessage
Am I message or not.
Definition: message_traits.h:112
roswrap::message_operations::Printer< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::dynamic_reconfigure::GroupState_< ContainerAllocator > &v)
Definition: GroupState.h:198
roswrap::message_traits::Definition< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value()
Definition: GroupState.h:154
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< ::dynamic_reconfigure::GroupState_< ContainerAllocator > >::value
static const char * value()
Definition: GroupState.h:143
dynamic_reconfigure::GroupState
::dynamic_reconfigure::GroupState_< std::allocator< void > > GroupState
Definition: GroupState.h:63
dynamic_reconfigure::GroupState_::id
_id_type id
Definition: GroupState.h:50
dynamic_reconfigure::operator<<
std::ostream & operator<<(std::ostream &s, const ::dynamic_reconfigure::BoolParameter_< ContainerAllocator > &v)
Definition: BoolParameter.h:63
dynamic_reconfigure::GroupState_::_state_type
uint8_t _state_type
Definition: GroupState.h:46


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