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


youbot_overhead_localization
Author(s): David Kent
autogenerated on Thu Jan 2 2014 12:14:20