TrackSegment.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-motion_analysis_mocap/doc_stacks/2014-01-03_11-29-05.422239/motion_analysis_mocap/evart_bridge/srv/TrackSegment.srv */
00002 #ifndef EVART_BRIDGE_SERVICE_TRACKSEGMENT_H
00003 #define EVART_BRIDGE_SERVICE_TRACKSEGMENT_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 evart_bridge
00023 {
00024 template <class ContainerAllocator>
00025 struct TrackSegmentRequest_ {
00026   typedef TrackSegmentRequest_<ContainerAllocator> Type;
00027 
00028   TrackSegmentRequest_()
00029   : body_name()
00030   , segment_name()
00031   {
00032   }
00033 
00034   TrackSegmentRequest_(const ContainerAllocator& _alloc)
00035   : body_name(_alloc)
00036   , segment_name(_alloc)
00037   {
00038   }
00039 
00040   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _body_name_type;
00041   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  body_name;
00042 
00043   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _segment_name_type;
00044   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  segment_name;
00045 
00046 
00047   typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > Ptr;
00048   typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator>  const> ConstPtr;
00049   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00050 }; // struct TrackSegmentRequest
00051 typedef  ::evart_bridge::TrackSegmentRequest_<std::allocator<void> > TrackSegmentRequest;
00052 
00053 typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest> TrackSegmentRequestPtr;
00054 typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest const> TrackSegmentRequestConstPtr;
00055 
00056 
00057 template <class ContainerAllocator>
00058 struct TrackSegmentResponse_ {
00059   typedef TrackSegmentResponse_<ContainerAllocator> Type;
00060 
00061   TrackSegmentResponse_()
00062   : succeed(false)
00063   {
00064   }
00065 
00066   TrackSegmentResponse_(const ContainerAllocator& _alloc)
00067   : succeed(false)
00068   {
00069   }
00070 
00071   typedef uint8_t _succeed_type;
00072   uint8_t succeed;
00073 
00074 
00075   typedef boost::shared_ptr< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > Ptr;
00076   typedef boost::shared_ptr< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator>  const> ConstPtr;
00077   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00078 }; // struct TrackSegmentResponse
00079 typedef  ::evart_bridge::TrackSegmentResponse_<std::allocator<void> > TrackSegmentResponse;
00080 
00081 typedef boost::shared_ptr< ::evart_bridge::TrackSegmentResponse> TrackSegmentResponsePtr;
00082 typedef boost::shared_ptr< ::evart_bridge::TrackSegmentResponse const> TrackSegmentResponseConstPtr;
00083 
00084 struct TrackSegment
00085 {
00086 
00087 typedef TrackSegmentRequest Request;
00088 typedef TrackSegmentResponse Response;
00089 Request request;
00090 Response response;
00091 
00092 typedef Request RequestType;
00093 typedef Response ResponseType;
00094 }; // struct TrackSegment
00095 } // namespace evart_bridge
00096 
00097 namespace ros
00098 {
00099 namespace message_traits
00100 {
00101 template<class ContainerAllocator> struct IsMessage< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > : public TrueType {};
00102 template<class ContainerAllocator> struct IsMessage< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator>  const> : public TrueType {};
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > {
00105   static const char* value() 
00106   {
00107     return "c2a9e38abe8a44904e2d92ae8cba0c37";
00108   }
00109 
00110   static const char* value(const  ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> &) { return value(); } 
00111   static const uint64_t static_value1 = 0xc2a9e38abe8a4490ULL;
00112   static const uint64_t static_value2 = 0x4e2d92ae8cba0c37ULL;
00113 };
00114 
00115 template<class ContainerAllocator>
00116 struct DataType< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > {
00117   static const char* value() 
00118   {
00119     return "evart_bridge/TrackSegmentRequest";
00120   }
00121 
00122   static const char* value(const  ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> &) { return value(); } 
00123 };
00124 
00125 template<class ContainerAllocator>
00126 struct Definition< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > {
00127   static const char* value() 
00128   {
00129     return "string body_name\n\
00130 string segment_name\n\
00131 \n\
00132 ";
00133   }
00134 
00135   static const char* value(const  ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> &) { return value(); } 
00136 };
00137 
00138 } // namespace message_traits
00139 } // namespace ros
00140 
00141 
00142 namespace ros
00143 {
00144 namespace message_traits
00145 {
00146 template<class ContainerAllocator> struct IsMessage< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > : public TrueType {};
00147 template<class ContainerAllocator> struct IsMessage< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator>  const> : public TrueType {};
00148 template<class ContainerAllocator>
00149 struct MD5Sum< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > {
00150   static const char* value() 
00151   {
00152     return "8d9c3b918a0afafe09791ef8d7853918";
00153   }
00154 
00155   static const char* value(const  ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> &) { return value(); } 
00156   static const uint64_t static_value1 = 0x8d9c3b918a0afafeULL;
00157   static const uint64_t static_value2 = 0x09791ef8d7853918ULL;
00158 };
00159 
00160 template<class ContainerAllocator>
00161 struct DataType< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > {
00162   static const char* value() 
00163   {
00164     return "evart_bridge/TrackSegmentResponse";
00165   }
00166 
00167   static const char* value(const  ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> &) { return value(); } 
00168 };
00169 
00170 template<class ContainerAllocator>
00171 struct Definition< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > {
00172   static const char* value() 
00173   {
00174     return "bool succeed\n\
00175 \n\
00176 \n\
00177 ";
00178   }
00179 
00180   static const char* value(const  ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> &) { return value(); } 
00181 };
00182 
00183 template<class ContainerAllocator> struct IsFixedSize< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> > : public TrueType {};
00184 } // namespace message_traits
00185 } // namespace ros
00186 
00187 namespace ros
00188 {
00189 namespace serialization
00190 {
00191 
00192 template<class ContainerAllocator> struct Serializer< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> >
00193 {
00194   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00195   {
00196     stream.next(m.body_name);
00197     stream.next(m.segment_name);
00198   }
00199 
00200   ROS_DECLARE_ALLINONE_SERIALIZER;
00201 }; // struct TrackSegmentRequest_
00202 } // namespace serialization
00203 } // namespace ros
00204 
00205 
00206 namespace ros
00207 {
00208 namespace serialization
00209 {
00210 
00211 template<class ContainerAllocator> struct Serializer< ::evart_bridge::TrackSegmentResponse_<ContainerAllocator> >
00212 {
00213   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00214   {
00215     stream.next(m.succeed);
00216   }
00217 
00218   ROS_DECLARE_ALLINONE_SERIALIZER;
00219 }; // struct TrackSegmentResponse_
00220 } // namespace serialization
00221 } // namespace ros
00222 
00223 namespace ros
00224 {
00225 namespace service_traits
00226 {
00227 template<>
00228 struct MD5Sum<evart_bridge::TrackSegment> {
00229   static const char* value() 
00230   {
00231     return "590f23b7f1c19277d6e3a430a48f5bdb";
00232   }
00233 
00234   static const char* value(const evart_bridge::TrackSegment&) { return value(); } 
00235 };
00236 
00237 template<>
00238 struct DataType<evart_bridge::TrackSegment> {
00239   static const char* value() 
00240   {
00241     return "evart_bridge/TrackSegment";
00242   }
00243 
00244   static const char* value(const evart_bridge::TrackSegment&) { return value(); } 
00245 };
00246 
00247 template<class ContainerAllocator>
00248 struct MD5Sum<evart_bridge::TrackSegmentRequest_<ContainerAllocator> > {
00249   static const char* value() 
00250   {
00251     return "590f23b7f1c19277d6e3a430a48f5bdb";
00252   }
00253 
00254   static const char* value(const evart_bridge::TrackSegmentRequest_<ContainerAllocator> &) { return value(); } 
00255 };
00256 
00257 template<class ContainerAllocator>
00258 struct DataType<evart_bridge::TrackSegmentRequest_<ContainerAllocator> > {
00259   static const char* value() 
00260   {
00261     return "evart_bridge/TrackSegment";
00262   }
00263 
00264   static const char* value(const evart_bridge::TrackSegmentRequest_<ContainerAllocator> &) { return value(); } 
00265 };
00266 
00267 template<class ContainerAllocator>
00268 struct MD5Sum<evart_bridge::TrackSegmentResponse_<ContainerAllocator> > {
00269   static const char* value() 
00270   {
00271     return "590f23b7f1c19277d6e3a430a48f5bdb";
00272   }
00273 
00274   static const char* value(const evart_bridge::TrackSegmentResponse_<ContainerAllocator> &) { return value(); } 
00275 };
00276 
00277 template<class ContainerAllocator>
00278 struct DataType<evart_bridge::TrackSegmentResponse_<ContainerAllocator> > {
00279   static const char* value() 
00280   {
00281     return "evart_bridge/TrackSegment";
00282   }
00283 
00284   static const char* value(const evart_bridge::TrackSegmentResponse_<ContainerAllocator> &) { return value(); } 
00285 };
00286 
00287 } // namespace service_traits
00288 } // namespace ros
00289 
00290 #endif // EVART_BRIDGE_SERVICE_TRACKSEGMENT_H
00291 


evart_bridge
Author(s): Thomas Moulard/thomas.moulard@gmail.com
autogenerated on Fri Jan 3 2014 11:30:22