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


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