SetMapResponse.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 nav_msgs/SetMapResponse.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef NAV_MSGS_MESSAGE_SETMAPRESPONSE_H
7 #define NAV_MSGS_MESSAGE_SETMAPRESPONSE_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 nav_msgs
21 {
22 template <class ContainerAllocator>
24 {
26 
28  : success(false) {
29  }
30  SetMapResponse_(const ContainerAllocator& _alloc)
31  : success(false) {
32  (void)_alloc;
33  }
34 
35 
36 
37  typedef uint8_t _success_type;
39 
40 
41 
42 
43 
44  typedef std::shared_ptr< ::nav_msgs::SetMapResponse_<ContainerAllocator> > Ptr;
45  typedef std::shared_ptr< ::nav_msgs::SetMapResponse_<ContainerAllocator> const> ConstPtr;
46 
47 }; // struct SetMapResponse_
48 
49 typedef ::nav_msgs::SetMapResponse_<std::allocator<void> > SetMapResponse;
50 
51 typedef std::shared_ptr< ::nav_msgs::SetMapResponse > SetMapResponsePtr;
52 typedef std::shared_ptr< ::nav_msgs::SetMapResponse const> SetMapResponseConstPtr;
53 
54 // constants requiring out of line definition
55 
56 
57 
58 template<typename ContainerAllocator>
59 std::ostream& operator<<(std::ostream& s, const ::nav_msgs::SetMapResponse_<ContainerAllocator> & v)
60 {
62 return s;
63 }
64 
65 
66 template<typename ContainerAllocator1, typename ContainerAllocator2>
67 bool operator==(const ::nav_msgs::SetMapResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::SetMapResponse_<ContainerAllocator2> & rhs)
68 {
69  return lhs.success == rhs.success;
70 }
71 
72 template<typename ContainerAllocator1, typename ContainerAllocator2>
73 bool operator!=(const ::nav_msgs::SetMapResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::SetMapResponse_<ContainerAllocator2> & rhs)
74 {
75  return !(lhs == rhs);
76 }
77 
78 
79 } // namespace nav_msgs
80 
81 namespace roswrap
82 {
83 namespace message_traits
84 {
85 
86 
87 
88 
89 
90 template <class ContainerAllocator>
91 struct IsFixedSize< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
92  : TrueType
93  { };
94 
95 template <class ContainerAllocator>
96 struct IsFixedSize< ::nav_msgs::SetMapResponse_<ContainerAllocator> const>
97  : TrueType
98  { };
99 
100 template <class ContainerAllocator>
101 struct IsMessage< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
102  : TrueType
103  { };
104 
105 template <class ContainerAllocator>
106 struct IsMessage< ::nav_msgs::SetMapResponse_<ContainerAllocator> const>
107  : TrueType
108  { };
109 
110 template <class ContainerAllocator>
111 struct HasHeader< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
112  : FalseType
113  { };
114 
115 template <class ContainerAllocator>
116 struct HasHeader< ::nav_msgs::SetMapResponse_<ContainerAllocator> const>
117  : FalseType
118  { };
119 
120 
121 template<class ContainerAllocator>
122 struct MD5Sum< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
123 {
124  static const char* value()
125  {
126  return "358e233cde0c8a8bcfea4ce193f8fc15";
127  }
128 
129  static const char* value(const ::nav_msgs::SetMapResponse_<ContainerAllocator>&) { return value(); }
130  static const uint64_t static_value1 = 0x358e233cde0c8a8bULL;
131  static const uint64_t static_value2 = 0xcfea4ce193f8fc15ULL;
132 };
133 
134 template<class ContainerAllocator>
135 struct DataType< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
136 {
137  static const char* value()
138  {
139  return "nav_msgs/SetMapResponse";
140  }
141 
142  static const char* value(const ::nav_msgs::SetMapResponse_<ContainerAllocator>&) { return value(); }
143 };
144 
145 template<class ContainerAllocator>
146 struct Definition< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
147 {
148  static const char* value()
149  {
150  return "bool success\n"
151 "\n"
152 "\n"
153 ;
154  }
155 
156  static const char* value(const ::nav_msgs::SetMapResponse_<ContainerAllocator>&) { return value(); }
157 };
158 
159 } // namespace message_traits
160 } // namespace roswrap
161 
162 namespace roswrap
163 {
164 namespace serialization
165 {
166 
167  template<class ContainerAllocator> struct Serializer< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
168  {
169  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
170  {
171  stream.next(m.success);
172  }
173 
175  }; // struct SetMapResponse_
176 
177 } // namespace serialization
178 } // namespace roswrap
179 
180 namespace roswrap
181 {
182 namespace message_operations
183 {
184 
185 template<class ContainerAllocator>
186 struct Printer< ::nav_msgs::SetMapResponse_<ContainerAllocator> >
187 {
188  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nav_msgs::SetMapResponse_<ContainerAllocator>& v)
189  {
190  s << indent << "success: ";
191  Printer<uint8_t>::stream(s, indent + " ", v.success);
192  }
193 };
194 
195 } // namespace message_operations
196 } // namespace roswrap
197 
198 #endif // NAV_MSGS_MESSAGE_SETMAPRESPONSE_H
nav_msgs::SetMapResponse_::ConstPtr
std::shared_ptr< ::nav_msgs::SetMapResponse_< ContainerAllocator > const > ConstPtr
Definition: SetMapResponse.h:45
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
nav_msgs::SetMapResponse_
Definition: SetMapResponse.h:23
roswrap::message_traits::DataType< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetMapResponse.h:137
roswrap::serialization::Serializer< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SetMapResponse.h:169
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
nav_msgs::SetMapResponseConstPtr
std::shared_ptr< ::nav_msgs::SetMapResponse const > SetMapResponseConstPtr
Definition: SetMapResponse.h:52
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
const
#define const
Definition: getopt.c:38
nav_msgs::SetMapResponse_::Ptr
std::shared_ptr< ::nav_msgs::SetMapResponse_< ContainerAllocator > > Ptr
Definition: SetMapResponse.h:44
s
XmlRpcServer s
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
nav_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Definition: GetMapAction.h:72
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
nav_msgs::SetMapResponse_::SetMapResponse_
SetMapResponse_()
Definition: SetMapResponse.h:27
roswrap::message_traits::Definition< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::SetMapResponse_< ContainerAllocator > &)
Definition: SetMapResponse.h:156
roswrap::message_traits::MD5Sum< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::SetMapResponse_< ContainerAllocator > &)
Definition: SetMapResponse.h:129
roswrap::message_traits::MD5Sum< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetMapResponse.h:124
nav_msgs::SetMapResponsePtr
std::shared_ptr< ::nav_msgs::SetMapResponse > SetMapResponsePtr
Definition: SetMapResponse.h:51
nav_msgs::SetMapResponse_::_success_type
uint8_t _success_type
Definition: SetMapResponse.h:37
nav_msgs::SetMapResponse_::Type
SetMapResponse_< ContainerAllocator > Type
Definition: SetMapResponse.h:25
roswrap::message_traits::Definition< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetMapResponse.h:148
roswrap
Definition: param_modi.cpp:41
nav_msgs::SetMapResponse_::success
_success_type success
Definition: SetMapResponse.h:38
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_operations::Printer< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::SetMapResponse_< ContainerAllocator > &v)
Definition: SetMapResponse.h:188
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
nav_msgs
Definition: GetMap.h:16
nav_msgs::SetMapResponse
::nav_msgs::SetMapResponse_< std::allocator< void > > SetMapResponse
Definition: SetMapResponse.h:49
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
nav_msgs::operator==
bool operator==(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:80
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
nav_msgs::SetMapResponse_::SetMapResponse_
SetMapResponse_(const ContainerAllocator &_alloc)
Definition: SetMapResponse.h:30
roswrap::message_traits::DataType< ::nav_msgs::SetMapResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::SetMapResponse_< ContainerAllocator > &)
Definition: SetMapResponse.h:142
nav_msgs::operator!=
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:88


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