body_setjointvalues.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-jsk-ros-pkg/doc_stacks/2013-03-23_12-16-27.483192/jsk-ros-pkg/openrave_planning/openraveros/srv/body_setjointvalues.srv */
00002 #ifndef OPENRAVEROS_SERVICE_BODY_SETJOINTVALUES_H
00003 #define OPENRAVEROS_SERVICE_BODY_SETJOINTVALUES_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 body_setjointvaluesRequest_ {
00026   typedef body_setjointvaluesRequest_<ContainerAllocator> Type;
00027 
00028   body_setjointvaluesRequest_()
00029   : bodyid(0)
00030   , jointvalues()
00031   , indices()
00032   {
00033   }
00034 
00035   body_setjointvaluesRequest_(const ContainerAllocator& _alloc)
00036   : bodyid(0)
00037   , jointvalues(_alloc)
00038   , indices(_alloc)
00039   {
00040   }
00041 
00042   typedef int32_t _bodyid_type;
00043   int32_t bodyid;
00044 
00045   typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other >  _jointvalues_type;
00046   std::vector<float, typename ContainerAllocator::template rebind<float>::other >  jointvalues;
00047 
00048   typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other >  _indices_type;
00049   std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other >  indices;
00050 
00051 
00052   typedef boost::shared_ptr< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> > Ptr;
00053   typedef boost::shared_ptr< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator>  const> ConstPtr;
00054   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00055 }; // struct body_setjointvaluesRequest
00056 typedef  ::openraveros::body_setjointvaluesRequest_<std::allocator<void> > body_setjointvaluesRequest;
00057 
00058 typedef boost::shared_ptr< ::openraveros::body_setjointvaluesRequest> body_setjointvaluesRequestPtr;
00059 typedef boost::shared_ptr< ::openraveros::body_setjointvaluesRequest const> body_setjointvaluesRequestConstPtr;
00060 
00061 
00062 template <class ContainerAllocator>
00063 struct body_setjointvaluesResponse_ {
00064   typedef body_setjointvaluesResponse_<ContainerAllocator> Type;
00065 
00066   body_setjointvaluesResponse_()
00067   {
00068   }
00069 
00070   body_setjointvaluesResponse_(const ContainerAllocator& _alloc)
00071   {
00072   }
00073 
00074 
00075   typedef boost::shared_ptr< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > Ptr;
00076   typedef boost::shared_ptr< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator>  const> ConstPtr;
00077   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00078 }; // struct body_setjointvaluesResponse
00079 typedef  ::openraveros::body_setjointvaluesResponse_<std::allocator<void> > body_setjointvaluesResponse;
00080 
00081 typedef boost::shared_ptr< ::openraveros::body_setjointvaluesResponse> body_setjointvaluesResponsePtr;
00082 typedef boost::shared_ptr< ::openraveros::body_setjointvaluesResponse const> body_setjointvaluesResponseConstPtr;
00083 
00084 struct body_setjointvalues
00085 {
00086 
00087 typedef body_setjointvaluesRequest Request;
00088 typedef body_setjointvaluesResponse Response;
00089 Request request;
00090 Response response;
00091 
00092 typedef Request RequestType;
00093 typedef Response ResponseType;
00094 }; // struct body_setjointvalues
00095 } // namespace openraveros
00096 
00097 namespace ros
00098 {
00099 namespace message_traits
00100 {
00101 template<class ContainerAllocator> struct IsMessage< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> > : public TrueType {};
00102 template<class ContainerAllocator> struct IsMessage< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator>  const> : public TrueType {};
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> > {
00105   static const char* value() 
00106   {
00107     return "fb35653fed4c878f0f3be75bb3ecae47";
00108   }
00109 
00110   static const char* value(const  ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> &) { return value(); } 
00111   static const uint64_t static_value1 = 0xfb35653fed4c878fULL;
00112   static const uint64_t static_value2 = 0x0f3be75bb3ecae47ULL;
00113 };
00114 
00115 template<class ContainerAllocator>
00116 struct DataType< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> > {
00117   static const char* value() 
00118   {
00119     return "openraveros/body_setjointvaluesRequest";
00120   }
00121 
00122   static const char* value(const  ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> &) { return value(); } 
00123 };
00124 
00125 template<class ContainerAllocator>
00126 struct Definition< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> > {
00127   static const char* value() 
00128   {
00129     return "\n\
00130 \n\
00131 int32 bodyid\n\
00132 float32[] jointvalues\n\
00133 \n\
00134 uint8[] indices\n\
00135 \n\
00136 ";
00137   }
00138 
00139   static const char* value(const  ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> &) { return value(); } 
00140 };
00141 
00142 } // namespace message_traits
00143 } // namespace ros
00144 
00145 
00146 namespace ros
00147 {
00148 namespace message_traits
00149 {
00150 template<class ContainerAllocator> struct IsMessage< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > : public TrueType {};
00151 template<class ContainerAllocator> struct IsMessage< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator>  const> : public TrueType {};
00152 template<class ContainerAllocator>
00153 struct MD5Sum< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > {
00154   static const char* value() 
00155   {
00156     return "d41d8cd98f00b204e9800998ecf8427e";
00157   }
00158 
00159   static const char* value(const  ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> &) { return value(); } 
00160   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00161   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00162 };
00163 
00164 template<class ContainerAllocator>
00165 struct DataType< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > {
00166   static const char* value() 
00167   {
00168     return "openraveros/body_setjointvaluesResponse";
00169   }
00170 
00171   static const char* value(const  ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> &) { return value(); } 
00172 };
00173 
00174 template<class ContainerAllocator>
00175 struct Definition< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > {
00176   static const char* value() 
00177   {
00178     return "\n\
00179 \n\
00180 ";
00181   }
00182 
00183   static const char* value(const  ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> &) { return value(); } 
00184 };
00185 
00186 template<class ContainerAllocator> struct IsFixedSize< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> > : public TrueType {};
00187 } // namespace message_traits
00188 } // namespace ros
00189 
00190 namespace ros
00191 {
00192 namespace serialization
00193 {
00194 
00195 template<class ContainerAllocator> struct Serializer< ::openraveros::body_setjointvaluesRequest_<ContainerAllocator> >
00196 {
00197   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00198   {
00199     stream.next(m.bodyid);
00200     stream.next(m.jointvalues);
00201     stream.next(m.indices);
00202   }
00203 
00204   ROS_DECLARE_ALLINONE_SERIALIZER;
00205 }; // struct body_setjointvaluesRequest_
00206 } // namespace serialization
00207 } // namespace ros
00208 
00209 
00210 namespace ros
00211 {
00212 namespace serialization
00213 {
00214 
00215 template<class ContainerAllocator> struct Serializer< ::openraveros::body_setjointvaluesResponse_<ContainerAllocator> >
00216 {
00217   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00218   {
00219   }
00220 
00221   ROS_DECLARE_ALLINONE_SERIALIZER;
00222 }; // struct body_setjointvaluesResponse_
00223 } // namespace serialization
00224 } // namespace ros
00225 
00226 namespace ros
00227 {
00228 namespace service_traits
00229 {
00230 template<>
00231 struct MD5Sum<openraveros::body_setjointvalues> {
00232   static const char* value() 
00233   {
00234     return "fb35653fed4c878f0f3be75bb3ecae47";
00235   }
00236 
00237   static const char* value(const openraveros::body_setjointvalues&) { return value(); } 
00238 };
00239 
00240 template<>
00241 struct DataType<openraveros::body_setjointvalues> {
00242   static const char* value() 
00243   {
00244     return "openraveros/body_setjointvalues";
00245   }
00246 
00247   static const char* value(const openraveros::body_setjointvalues&) { return value(); } 
00248 };
00249 
00250 template<class ContainerAllocator>
00251 struct MD5Sum<openraveros::body_setjointvaluesRequest_<ContainerAllocator> > {
00252   static const char* value() 
00253   {
00254     return "fb35653fed4c878f0f3be75bb3ecae47";
00255   }
00256 
00257   static const char* value(const openraveros::body_setjointvaluesRequest_<ContainerAllocator> &) { return value(); } 
00258 };
00259 
00260 template<class ContainerAllocator>
00261 struct DataType<openraveros::body_setjointvaluesRequest_<ContainerAllocator> > {
00262   static const char* value() 
00263   {
00264     return "openraveros/body_setjointvalues";
00265   }
00266 
00267   static const char* value(const openraveros::body_setjointvaluesRequest_<ContainerAllocator> &) { return value(); } 
00268 };
00269 
00270 template<class ContainerAllocator>
00271 struct MD5Sum<openraveros::body_setjointvaluesResponse_<ContainerAllocator> > {
00272   static const char* value() 
00273   {
00274     return "fb35653fed4c878f0f3be75bb3ecae47";
00275   }
00276 
00277   static const char* value(const openraveros::body_setjointvaluesResponse_<ContainerAllocator> &) { return value(); } 
00278 };
00279 
00280 template<class ContainerAllocator>
00281 struct DataType<openraveros::body_setjointvaluesResponse_<ContainerAllocator> > {
00282   static const char* value() 
00283   {
00284     return "openraveros/body_setjointvalues";
00285   }
00286 
00287   static const char* value(const openraveros::body_setjointvaluesResponse_<ContainerAllocator> &) { return value(); } 
00288 };
00289 
00290 } // namespace service_traits
00291 } // namespace ros
00292 
00293 #endif // OPENRAVEROS_SERVICE_BODY_SETJOINTVALUES_H
00294 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


openraveros
Author(s): Rosen Diankov (rosen.diankov@gmail.com)
autogenerated on Sat Mar 23 2013 22:16:02