Go to the documentation of this file.00001
00002 #ifndef OPENRAVEROS_SERVICE_ROBOT_GETACTIVEVALUES_H
00003 #define OPENRAVEROS_SERVICE_ROBOT_GETACTIVEVALUES_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 openraveros
00023 {
00024 template <class ContainerAllocator>
00025 struct robot_getactivevaluesRequest_ {
00026 typedef robot_getactivevaluesRequest_<ContainerAllocator> Type;
00027
00028 robot_getactivevaluesRequest_()
00029 : robotid(0)
00030 , indices()
00031 {
00032 }
00033
00034 robot_getactivevaluesRequest_(const ContainerAllocator& _alloc)
00035 : robotid(0)
00036 , indices(_alloc)
00037 {
00038 }
00039
00040 typedef int32_t _robotid_type;
00041 int32_t robotid;
00042
00043 typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > _indices_type;
00044 std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > indices;
00045
00046
00047 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > Ptr;
00048 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> const> ConstPtr;
00049 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00050 };
00051 typedef ::openraveros::robot_getactivevaluesRequest_<std::allocator<void> > robot_getactivevaluesRequest;
00052
00053 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesRequest> robot_getactivevaluesRequestPtr;
00054 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesRequest const> robot_getactivevaluesRequestConstPtr;
00055
00056
00057 template <class ContainerAllocator>
00058 struct robot_getactivevaluesResponse_ {
00059 typedef robot_getactivevaluesResponse_<ContainerAllocator> Type;
00060
00061 robot_getactivevaluesResponse_()
00062 : values()
00063 {
00064 }
00065
00066 robot_getactivevaluesResponse_(const ContainerAllocator& _alloc)
00067 : values(_alloc)
00068 {
00069 }
00070
00071 typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > _values_type;
00072 std::vector<float, typename ContainerAllocator::template rebind<float>::other > values;
00073
00074
00075 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > Ptr;
00076 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> const> ConstPtr;
00077 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00078 };
00079 typedef ::openraveros::robot_getactivevaluesResponse_<std::allocator<void> > robot_getactivevaluesResponse;
00080
00081 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesResponse> robot_getactivevaluesResponsePtr;
00082 typedef boost::shared_ptr< ::openraveros::robot_getactivevaluesResponse const> robot_getactivevaluesResponseConstPtr;
00083
00084 struct robot_getactivevalues
00085 {
00086
00087 typedef robot_getactivevaluesRequest Request;
00088 typedef robot_getactivevaluesResponse 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< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > : public TrueType {};
00102 template<class ContainerAllocator> struct IsMessage< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> const> : public TrueType {};
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > {
00105 static const char* value()
00106 {
00107 return "cffa6573e5620a51558aba584ad16920";
00108 }
00109
00110 static const char* value(const ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> &) { return value(); }
00111 static const uint64_t static_value1 = 0xcffa6573e5620a51ULL;
00112 static const uint64_t static_value2 = 0x558aba584ad16920ULL;
00113 };
00114
00115 template<class ContainerAllocator>
00116 struct DataType< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > {
00117 static const char* value()
00118 {
00119 return "openraveros/robot_getactivevaluesRequest";
00120 }
00121
00122 static const char* value(const ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> &) { return value(); }
00123 };
00124
00125 template<class ContainerAllocator>
00126 struct Definition< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > {
00127 static const char* value()
00128 {
00129 return "\n\
00130 \n\
00131 int32 robotid\n\
00132 \n\
00133 \n\
00134 uint8[] indices\n\
00135 \n\
00136 \n\
00137 ";
00138 }
00139
00140 static const char* value(const ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> &) { return value(); }
00141 };
00142
00143 }
00144 }
00145
00146
00147 namespace ros
00148 {
00149 namespace message_traits
00150 {
00151 template<class ContainerAllocator> struct IsMessage< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > : public TrueType {};
00152 template<class ContainerAllocator> struct IsMessage< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> const> : public TrueType {};
00153 template<class ContainerAllocator>
00154 struct MD5Sum< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > {
00155 static const char* value()
00156 {
00157 return "e2c9c4a808bfa8ef83980bb0222137bf";
00158 }
00159
00160 static const char* value(const ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> &) { return value(); }
00161 static const uint64_t static_value1 = 0xe2c9c4a808bfa8efULL;
00162 static const uint64_t static_value2 = 0x83980bb0222137bfULL;
00163 };
00164
00165 template<class ContainerAllocator>
00166 struct DataType< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > {
00167 static const char* value()
00168 {
00169 return "openraveros/robot_getactivevaluesResponse";
00170 }
00171
00172 static const char* value(const ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> &) { return value(); }
00173 };
00174
00175 template<class ContainerAllocator>
00176 struct Definition< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > {
00177 static const char* value()
00178 {
00179 return "float32[] values\n\
00180 \n\
00181 \n\
00182 ";
00183 }
00184
00185 static const char* value(const ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> &) { return value(); }
00186 };
00187
00188 }
00189 }
00190
00191 namespace ros
00192 {
00193 namespace serialization
00194 {
00195
00196 template<class ContainerAllocator> struct Serializer< ::openraveros::robot_getactivevaluesRequest_<ContainerAllocator> >
00197 {
00198 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00199 {
00200 stream.next(m.robotid);
00201 stream.next(m.indices);
00202 }
00203
00204 ROS_DECLARE_ALLINONE_SERIALIZER;
00205 };
00206 }
00207 }
00208
00209
00210 namespace ros
00211 {
00212 namespace serialization
00213 {
00214
00215 template<class ContainerAllocator> struct Serializer< ::openraveros::robot_getactivevaluesResponse_<ContainerAllocator> >
00216 {
00217 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00218 {
00219 stream.next(m.values);
00220 }
00221
00222 ROS_DECLARE_ALLINONE_SERIALIZER;
00223 };
00224 }
00225 }
00226
00227 namespace ros
00228 {
00229 namespace service_traits
00230 {
00231 template<>
00232 struct MD5Sum<openraveros::robot_getactivevalues> {
00233 static const char* value()
00234 {
00235 return "135ac02c674bb9d751c7cabe28270b5b";
00236 }
00237
00238 static const char* value(const openraveros::robot_getactivevalues&) { return value(); }
00239 };
00240
00241 template<>
00242 struct DataType<openraveros::robot_getactivevalues> {
00243 static const char* value()
00244 {
00245 return "openraveros/robot_getactivevalues";
00246 }
00247
00248 static const char* value(const openraveros::robot_getactivevalues&) { return value(); }
00249 };
00250
00251 template<class ContainerAllocator>
00252 struct MD5Sum<openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > {
00253 static const char* value()
00254 {
00255 return "135ac02c674bb9d751c7cabe28270b5b";
00256 }
00257
00258 static const char* value(const openraveros::robot_getactivevaluesRequest_<ContainerAllocator> &) { return value(); }
00259 };
00260
00261 template<class ContainerAllocator>
00262 struct DataType<openraveros::robot_getactivevaluesRequest_<ContainerAllocator> > {
00263 static const char* value()
00264 {
00265 return "openraveros/robot_getactivevalues";
00266 }
00267
00268 static const char* value(const openraveros::robot_getactivevaluesRequest_<ContainerAllocator> &) { return value(); }
00269 };
00270
00271 template<class ContainerAllocator>
00272 struct MD5Sum<openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > {
00273 static const char* value()
00274 {
00275 return "135ac02c674bb9d751c7cabe28270b5b";
00276 }
00277
00278 static const char* value(const openraveros::robot_getactivevaluesResponse_<ContainerAllocator> &) { return value(); }
00279 };
00280
00281 template<class ContainerAllocator>
00282 struct DataType<openraveros::robot_getactivevaluesResponse_<ContainerAllocator> > {
00283 static const char* value()
00284 {
00285 return "openraveros/robot_getactivevalues";
00286 }
00287
00288 static const char* value(const openraveros::robot_getactivevaluesResponse_<ContainerAllocator> &) { return value(); }
00289 };
00290
00291 }
00292 }
00293
00294 #endif // OPENRAVEROS_SERVICE_ROBOT_GETACTIVEVALUES_H
00295