Go to the documentation of this file.00001
00002 #ifndef ROBOTIS_SERVICE_MOVEANG_H
00003 #define ROBOTIS_SERVICE_MOVEANG_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 robotis
00023 {
00024 template <class ContainerAllocator>
00025 struct MoveAngRequest_ {
00026 typedef MoveAngRequest_<ContainerAllocator> Type;
00027
00028 MoveAngRequest_()
00029 : angle(0.0)
00030 , angvel(0.0)
00031 , blocking(0)
00032 {
00033 }
00034
00035 MoveAngRequest_(const ContainerAllocator& _alloc)
00036 : angle(0.0)
00037 , angvel(0.0)
00038 , blocking(0)
00039 {
00040 }
00041
00042 typedef double _angle_type;
00043 double angle;
00044
00045 typedef double _angvel_type;
00046 double angvel;
00047
00048 typedef int32_t _blocking_type;
00049 int32_t blocking;
00050
00051
00052 typedef boost::shared_ptr< ::robotis::MoveAngRequest_<ContainerAllocator> > Ptr;
00053 typedef boost::shared_ptr< ::robotis::MoveAngRequest_<ContainerAllocator> const> ConstPtr;
00054 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00055 };
00056 typedef ::robotis::MoveAngRequest_<std::allocator<void> > MoveAngRequest;
00057
00058 typedef boost::shared_ptr< ::robotis::MoveAngRequest> MoveAngRequestPtr;
00059 typedef boost::shared_ptr< ::robotis::MoveAngRequest const> MoveAngRequestConstPtr;
00060
00061
00062 template <class ContainerAllocator>
00063 struct MoveAngResponse_ {
00064 typedef MoveAngResponse_<ContainerAllocator> Type;
00065
00066 MoveAngResponse_()
00067 {
00068 }
00069
00070 MoveAngResponse_(const ContainerAllocator& _alloc)
00071 {
00072 }
00073
00074
00075 typedef boost::shared_ptr< ::robotis::MoveAngResponse_<ContainerAllocator> > Ptr;
00076 typedef boost::shared_ptr< ::robotis::MoveAngResponse_<ContainerAllocator> const> ConstPtr;
00077 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00078 };
00079 typedef ::robotis::MoveAngResponse_<std::allocator<void> > MoveAngResponse;
00080
00081 typedef boost::shared_ptr< ::robotis::MoveAngResponse> MoveAngResponsePtr;
00082 typedef boost::shared_ptr< ::robotis::MoveAngResponse const> MoveAngResponseConstPtr;
00083
00084 struct MoveAng
00085 {
00086
00087 typedef MoveAngRequest Request;
00088 typedef MoveAngResponse Response;
00089 Request request;
00090 Response response;
00091
00092 typedef Request RequestType;
00093 typedef Response ResponseType;
00094 };
00095 }
00096
00097 namespace ros
00098 {
00099 namespace message_traits
00100 {
00101 template<class ContainerAllocator> struct IsMessage< ::robotis::MoveAngRequest_<ContainerAllocator> > : public TrueType {};
00102 template<class ContainerAllocator> struct IsMessage< ::robotis::MoveAngRequest_<ContainerAllocator> const> : public TrueType {};
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::robotis::MoveAngRequest_<ContainerAllocator> > {
00105 static const char* value()
00106 {
00107 return "0b06a5bbd694fba6102f1418541d5e49";
00108 }
00109
00110 static const char* value(const ::robotis::MoveAngRequest_<ContainerAllocator> &) { return value(); }
00111 static const uint64_t static_value1 = 0x0b06a5bbd694fba6ULL;
00112 static const uint64_t static_value2 = 0x102f1418541d5e49ULL;
00113 };
00114
00115 template<class ContainerAllocator>
00116 struct DataType< ::robotis::MoveAngRequest_<ContainerAllocator> > {
00117 static const char* value()
00118 {
00119 return "robotis/MoveAngRequest";
00120 }
00121
00122 static const char* value(const ::robotis::MoveAngRequest_<ContainerAllocator> &) { return value(); }
00123 };
00124
00125 template<class ContainerAllocator>
00126 struct Definition< ::robotis::MoveAngRequest_<ContainerAllocator> > {
00127 static const char* value()
00128 {
00129 return "float64 angle\n\
00130 float64 angvel\n\
00131 int32 blocking\n\
00132 \n\
00133 ";
00134 }
00135
00136 static const char* value(const ::robotis::MoveAngRequest_<ContainerAllocator> &) { return value(); }
00137 };
00138
00139 template<class ContainerAllocator> struct IsFixedSize< ::robotis::MoveAngRequest_<ContainerAllocator> > : public TrueType {};
00140 }
00141 }
00142
00143
00144 namespace ros
00145 {
00146 namespace message_traits
00147 {
00148 template<class ContainerAllocator> struct IsMessage< ::robotis::MoveAngResponse_<ContainerAllocator> > : public TrueType {};
00149 template<class ContainerAllocator> struct IsMessage< ::robotis::MoveAngResponse_<ContainerAllocator> const> : public TrueType {};
00150 template<class ContainerAllocator>
00151 struct MD5Sum< ::robotis::MoveAngResponse_<ContainerAllocator> > {
00152 static const char* value()
00153 {
00154 return "d41d8cd98f00b204e9800998ecf8427e";
00155 }
00156
00157 static const char* value(const ::robotis::MoveAngResponse_<ContainerAllocator> &) { return value(); }
00158 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00159 static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00160 };
00161
00162 template<class ContainerAllocator>
00163 struct DataType< ::robotis::MoveAngResponse_<ContainerAllocator> > {
00164 static const char* value()
00165 {
00166 return "robotis/MoveAngResponse";
00167 }
00168
00169 static const char* value(const ::robotis::MoveAngResponse_<ContainerAllocator> &) { return value(); }
00170 };
00171
00172 template<class ContainerAllocator>
00173 struct Definition< ::robotis::MoveAngResponse_<ContainerAllocator> > {
00174 static const char* value()
00175 {
00176 return "\n\
00177 \n\
00178 ";
00179 }
00180
00181 static const char* value(const ::robotis::MoveAngResponse_<ContainerAllocator> &) { return value(); }
00182 };
00183
00184 template<class ContainerAllocator> struct IsFixedSize< ::robotis::MoveAngResponse_<ContainerAllocator> > : public TrueType {};
00185 }
00186 }
00187
00188 namespace ros
00189 {
00190 namespace serialization
00191 {
00192
00193 template<class ContainerAllocator> struct Serializer< ::robotis::MoveAngRequest_<ContainerAllocator> >
00194 {
00195 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00196 {
00197 stream.next(m.angle);
00198 stream.next(m.angvel);
00199 stream.next(m.blocking);
00200 }
00201
00202 ROS_DECLARE_ALLINONE_SERIALIZER;
00203 };
00204 }
00205 }
00206
00207
00208 namespace ros
00209 {
00210 namespace serialization
00211 {
00212
00213 template<class ContainerAllocator> struct Serializer< ::robotis::MoveAngResponse_<ContainerAllocator> >
00214 {
00215 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00216 {
00217 }
00218
00219 ROS_DECLARE_ALLINONE_SERIALIZER;
00220 };
00221 }
00222 }
00223
00224 namespace ros
00225 {
00226 namespace service_traits
00227 {
00228 template<>
00229 struct MD5Sum<robotis::MoveAng> {
00230 static const char* value()
00231 {
00232 return "0b06a5bbd694fba6102f1418541d5e49";
00233 }
00234
00235 static const char* value(const robotis::MoveAng&) { return value(); }
00236 };
00237
00238 template<>
00239 struct DataType<robotis::MoveAng> {
00240 static const char* value()
00241 {
00242 return "robotis/MoveAng";
00243 }
00244
00245 static const char* value(const robotis::MoveAng&) { return value(); }
00246 };
00247
00248 template<class ContainerAllocator>
00249 struct MD5Sum<robotis::MoveAngRequest_<ContainerAllocator> > {
00250 static const char* value()
00251 {
00252 return "0b06a5bbd694fba6102f1418541d5e49";
00253 }
00254
00255 static const char* value(const robotis::MoveAngRequest_<ContainerAllocator> &) { return value(); }
00256 };
00257
00258 template<class ContainerAllocator>
00259 struct DataType<robotis::MoveAngRequest_<ContainerAllocator> > {
00260 static const char* value()
00261 {
00262 return "robotis/MoveAng";
00263 }
00264
00265 static const char* value(const robotis::MoveAngRequest_<ContainerAllocator> &) { return value(); }
00266 };
00267
00268 template<class ContainerAllocator>
00269 struct MD5Sum<robotis::MoveAngResponse_<ContainerAllocator> > {
00270 static const char* value()
00271 {
00272 return "0b06a5bbd694fba6102f1418541d5e49";
00273 }
00274
00275 static const char* value(const robotis::MoveAngResponse_<ContainerAllocator> &) { return value(); }
00276 };
00277
00278 template<class ContainerAllocator>
00279 struct DataType<robotis::MoveAngResponse_<ContainerAllocator> > {
00280 static const char* value()
00281 {
00282 return "robotis/MoveAng";
00283 }
00284
00285 static const char* value(const robotis::MoveAngResponse_<ContainerAllocator> &) { return value(); }
00286 };
00287
00288 }
00289 }
00290
00291 #endif // ROBOTIS_SERVICE_MOVEANG_H
00292
robotis
Author(s): Travis Deyle, Advait Jain, Marc Killpack, Advisor: Prof. Charlie Kemp, Lab: Healthcare Robotics Lab at Georgia Tech
autogenerated on Wed Nov 27 2013 11:37:53