Go to the documentation of this file.00001
00002 #ifndef IROBOT_CREATE_2_1_SERVICE_TURN_H
00003 #define IROBOT_CREATE_2_1_SERVICE_TURN_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012
00013 #include "ros/macros.h"
00014
00015 #include "ros/assert.h"
00016
00017 #include "ros/service_traits.h"
00018
00019
00020
00021
00022 namespace irobot_create_2_1
00023 {
00024 template <class ContainerAllocator>
00025 struct TurnRequest_ {
00026 typedef TurnRequest_<ContainerAllocator> Type;
00027
00028 TurnRequest_()
00029 : clear(false)
00030 , turn(0)
00031 {
00032 }
00033
00034 TurnRequest_(const ContainerAllocator& _alloc)
00035 : clear(false)
00036 , turn(0)
00037 {
00038 }
00039
00040 typedef uint8_t _clear_type;
00041 uint8_t clear;
00042
00043 typedef int16_t _turn_type;
00044 int16_t turn;
00045
00046
00047 typedef boost::shared_ptr< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > Ptr;
00048 typedef boost::shared_ptr< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> const> ConstPtr;
00049 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00050 };
00051 typedef ::irobot_create_2_1::TurnRequest_<std::allocator<void> > TurnRequest;
00052
00053 typedef boost::shared_ptr< ::irobot_create_2_1::TurnRequest> TurnRequestPtr;
00054 typedef boost::shared_ptr< ::irobot_create_2_1::TurnRequest const> TurnRequestConstPtr;
00055
00056
00057
00058 template <class ContainerAllocator>
00059 struct TurnResponse_ {
00060 typedef TurnResponse_<ContainerAllocator> Type;
00061
00062 TurnResponse_()
00063 : success(false)
00064 {
00065 }
00066
00067 TurnResponse_(const ContainerAllocator& _alloc)
00068 : success(false)
00069 {
00070 }
00071
00072 typedef uint8_t _success_type;
00073 uint8_t success;
00074
00075
00076 typedef boost::shared_ptr< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > Ptr;
00077 typedef boost::shared_ptr< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> const> ConstPtr;
00078 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00079 };
00080 typedef ::irobot_create_2_1::TurnResponse_<std::allocator<void> > TurnResponse;
00081
00082 typedef boost::shared_ptr< ::irobot_create_2_1::TurnResponse> TurnResponsePtr;
00083 typedef boost::shared_ptr< ::irobot_create_2_1::TurnResponse const> TurnResponseConstPtr;
00084
00085
00086 struct Turn
00087 {
00088
00089 typedef TurnRequest Request;
00090 typedef TurnResponse Response;
00091 Request request;
00092 Response response;
00093
00094 typedef Request RequestType;
00095 typedef Response ResponseType;
00096 };
00097 }
00098
00099 namespace ros
00100 {
00101 namespace message_traits
00102 {
00103 template<class ContainerAllocator> struct IsMessage< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > : public TrueType {};
00104 template<class ContainerAllocator> struct IsMessage< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> const> : public TrueType {};
00105 template<class ContainerAllocator>
00106 struct MD5Sum< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > {
00107 static const char* value()
00108 {
00109 return "d7233ced7da7131cf3836ae5864297ef";
00110 }
00111
00112 static const char* value(const ::irobot_create_2_1::TurnRequest_<ContainerAllocator> &) { return value(); }
00113 static const uint64_t static_value1 = 0xd7233ced7da7131cULL;
00114 static const uint64_t static_value2 = 0xf3836ae5864297efULL;
00115 };
00116
00117 template<class ContainerAllocator>
00118 struct DataType< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > {
00119 static const char* value()
00120 {
00121 return "irobot_create_2_1/TurnRequest";
00122 }
00123
00124 static const char* value(const ::irobot_create_2_1::TurnRequest_<ContainerAllocator> &) { return value(); }
00125 };
00126
00127 template<class ContainerAllocator>
00128 struct Definition< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > {
00129 static const char* value()
00130 {
00131 return "bool clear\n\
00132 int16 turn\n\
00133 \n\
00134 ";
00135 }
00136
00137 static const char* value(const ::irobot_create_2_1::TurnRequest_<ContainerAllocator> &) { return value(); }
00138 };
00139
00140 template<class ContainerAllocator> struct IsFixedSize< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> > : public TrueType {};
00141 }
00142 }
00143
00144
00145 namespace ros
00146 {
00147 namespace message_traits
00148 {
00149 template<class ContainerAllocator> struct IsMessage< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > : public TrueType {};
00150 template<class ContainerAllocator> struct IsMessage< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> const> : public TrueType {};
00151 template<class ContainerAllocator>
00152 struct MD5Sum< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > {
00153 static const char* value()
00154 {
00155 return "358e233cde0c8a8bcfea4ce193f8fc15";
00156 }
00157
00158 static const char* value(const ::irobot_create_2_1::TurnResponse_<ContainerAllocator> &) { return value(); }
00159 static const uint64_t static_value1 = 0x358e233cde0c8a8bULL;
00160 static const uint64_t static_value2 = 0xcfea4ce193f8fc15ULL;
00161 };
00162
00163 template<class ContainerAllocator>
00164 struct DataType< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > {
00165 static const char* value()
00166 {
00167 return "irobot_create_2_1/TurnResponse";
00168 }
00169
00170 static const char* value(const ::irobot_create_2_1::TurnResponse_<ContainerAllocator> &) { return value(); }
00171 };
00172
00173 template<class ContainerAllocator>
00174 struct Definition< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > {
00175 static const char* value()
00176 {
00177 return "bool success\n\
00178 \n\
00179 \n\
00180 ";
00181 }
00182
00183 static const char* value(const ::irobot_create_2_1::TurnResponse_<ContainerAllocator> &) { return value(); }
00184 };
00185
00186 template<class ContainerAllocator> struct IsFixedSize< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> > : public TrueType {};
00187 }
00188 }
00189
00190 namespace ros
00191 {
00192 namespace serialization
00193 {
00194
00195 template<class ContainerAllocator> struct Serializer< ::irobot_create_2_1::TurnRequest_<ContainerAllocator> >
00196 {
00197 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00198 {
00199 stream.next(m.clear);
00200 stream.next(m.turn);
00201 }
00202
00203 ROS_DECLARE_ALLINONE_SERIALIZER;
00204 };
00205 }
00206 }
00207
00208
00209 namespace ros
00210 {
00211 namespace serialization
00212 {
00213
00214 template<class ContainerAllocator> struct Serializer< ::irobot_create_2_1::TurnResponse_<ContainerAllocator> >
00215 {
00216 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00217 {
00218 stream.next(m.success);
00219 }
00220
00221 ROS_DECLARE_ALLINONE_SERIALIZER;
00222 };
00223 }
00224 }
00225
00226 namespace ros
00227 {
00228 namespace service_traits
00229 {
00230 template<>
00231 struct MD5Sum<irobot_create_2_1::Turn> {
00232 static const char* value()
00233 {
00234 return "f28782ca6cac906741095df052f0ccc1";
00235 }
00236
00237 static const char* value(const irobot_create_2_1::Turn&) { return value(); }
00238 };
00239
00240 template<>
00241 struct DataType<irobot_create_2_1::Turn> {
00242 static const char* value()
00243 {
00244 return "irobot_create_2_1/Turn";
00245 }
00246
00247 static const char* value(const irobot_create_2_1::Turn&) { return value(); }
00248 };
00249
00250 template<class ContainerAllocator>
00251 struct MD5Sum<irobot_create_2_1::TurnRequest_<ContainerAllocator> > {
00252 static const char* value()
00253 {
00254 return "f28782ca6cac906741095df052f0ccc1";
00255 }
00256
00257 static const char* value(const irobot_create_2_1::TurnRequest_<ContainerAllocator> &) { return value(); }
00258 };
00259
00260 template<class ContainerAllocator>
00261 struct DataType<irobot_create_2_1::TurnRequest_<ContainerAllocator> > {
00262 static const char* value()
00263 {
00264 return "irobot_create_2_1/Turn";
00265 }
00266
00267 static const char* value(const irobot_create_2_1::TurnRequest_<ContainerAllocator> &) { return value(); }
00268 };
00269
00270 template<class ContainerAllocator>
00271 struct MD5Sum<irobot_create_2_1::TurnResponse_<ContainerAllocator> > {
00272 static const char* value()
00273 {
00274 return "f28782ca6cac906741095df052f0ccc1";
00275 }
00276
00277 static const char* value(const irobot_create_2_1::TurnResponse_<ContainerAllocator> &) { return value(); }
00278 };
00279
00280 template<class ContainerAllocator>
00281 struct DataType<irobot_create_2_1::TurnResponse_<ContainerAllocator> > {
00282 static const char* value()
00283 {
00284 return "irobot_create_2_1/Turn";
00285 }
00286
00287 static const char* value(const irobot_create_2_1::TurnResponse_<ContainerAllocator> &) { return value(); }
00288 };
00289
00290 }
00291 }
00292
00293 #endif // IROBOT_CREATE_2_1_SERVICE_TURN_H
00294