GetGradient.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-isr-uc-ros-pkg/doc_stacks/2014-01-06_11-21-59.047934/odor_search/particle_plume/srv/GetGradient.srv */
00002 #ifndef PARTICLE_PLUME_SERVICE_GETGRADIENT_H
00003 #define PARTICLE_PLUME_SERVICE_GETGRADIENT_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 #include "std_msgs/Header.h"
00020 
00021 
00022 
00023 namespace particle_plume
00024 {
00025 template <class ContainerAllocator>
00026 struct GetGradientRequest_ {
00027   typedef GetGradientRequest_<ContainerAllocator> Type;
00028 
00029   GetGradientRequest_()
00030   : header()
00031   {
00032   }
00033 
00034   GetGradientRequest_(const ContainerAllocator& _alloc)
00035   : header(_alloc)
00036   {
00037   }
00038 
00039   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00040    ::std_msgs::Header_<ContainerAllocator>  header;
00041 
00042 
00043   typedef boost::shared_ptr< ::particle_plume::GetGradientRequest_<ContainerAllocator> > Ptr;
00044   typedef boost::shared_ptr< ::particle_plume::GetGradientRequest_<ContainerAllocator>  const> ConstPtr;
00045   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00046 }; // struct GetGradientRequest
00047 typedef  ::particle_plume::GetGradientRequest_<std::allocator<void> > GetGradientRequest;
00048 
00049 typedef boost::shared_ptr< ::particle_plume::GetGradientRequest> GetGradientRequestPtr;
00050 typedef boost::shared_ptr< ::particle_plume::GetGradientRequest const> GetGradientRequestConstPtr;
00051 
00052 
00053 template <class ContainerAllocator>
00054 struct GetGradientResponse_ {
00055   typedef GetGradientResponse_<ContainerAllocator> Type;
00056 
00057   GetGradientResponse_()
00058   {
00059   }
00060 
00061   GetGradientResponse_(const ContainerAllocator& _alloc)
00062   {
00063   }
00064 
00065 
00066   typedef boost::shared_ptr< ::particle_plume::GetGradientResponse_<ContainerAllocator> > Ptr;
00067   typedef boost::shared_ptr< ::particle_plume::GetGradientResponse_<ContainerAllocator>  const> ConstPtr;
00068   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00069 }; // struct GetGradientResponse
00070 typedef  ::particle_plume::GetGradientResponse_<std::allocator<void> > GetGradientResponse;
00071 
00072 typedef boost::shared_ptr< ::particle_plume::GetGradientResponse> GetGradientResponsePtr;
00073 typedef boost::shared_ptr< ::particle_plume::GetGradientResponse const> GetGradientResponseConstPtr;
00074 
00075 struct GetGradient
00076 {
00077 
00078 typedef GetGradientRequest Request;
00079 typedef GetGradientResponse Response;
00080 Request request;
00081 Response response;
00082 
00083 typedef Request RequestType;
00084 typedef Response ResponseType;
00085 }; // struct GetGradient
00086 } // namespace particle_plume
00087 
00088 namespace ros
00089 {
00090 namespace message_traits
00091 {
00092 template<class ContainerAllocator> struct IsMessage< ::particle_plume::GetGradientRequest_<ContainerAllocator> > : public TrueType {};
00093 template<class ContainerAllocator> struct IsMessage< ::particle_plume::GetGradientRequest_<ContainerAllocator>  const> : public TrueType {};
00094 template<class ContainerAllocator>
00095 struct MD5Sum< ::particle_plume::GetGradientRequest_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "d7be0bb39af8fb9129d5a76e6b63a290";
00099   }
00100 
00101   static const char* value(const  ::particle_plume::GetGradientRequest_<ContainerAllocator> &) { return value(); } 
00102   static const uint64_t static_value1 = 0xd7be0bb39af8fb91ULL;
00103   static const uint64_t static_value2 = 0x29d5a76e6b63a290ULL;
00104 };
00105 
00106 template<class ContainerAllocator>
00107 struct DataType< ::particle_plume::GetGradientRequest_<ContainerAllocator> > {
00108   static const char* value() 
00109   {
00110     return "particle_plume/GetGradientRequest";
00111   }
00112 
00113   static const char* value(const  ::particle_plume::GetGradientRequest_<ContainerAllocator> &) { return value(); } 
00114 };
00115 
00116 template<class ContainerAllocator>
00117 struct Definition< ::particle_plume::GetGradientRequest_<ContainerAllocator> > {
00118   static const char* value() 
00119   {
00120     return "Header header\n\
00121 \n\
00122 \n\
00123 \n\
00124 ================================================================================\n\
00125 MSG: std_msgs/Header\n\
00126 # Standard metadata for higher-level stamped data types.\n\
00127 # This is generally used to communicate timestamped data \n\
00128 # in a particular coordinate frame.\n\
00129 # \n\
00130 # sequence ID: consecutively increasing ID \n\
00131 uint32 seq\n\
00132 #Two-integer timestamp that is expressed as:\n\
00133 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00134 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00135 # time-handling sugar is provided by the client library\n\
00136 time stamp\n\
00137 #Frame this data is associated with\n\
00138 # 0: no frame\n\
00139 # 1: global frame\n\
00140 string frame_id\n\
00141 \n\
00142 ";
00143   }
00144 
00145   static const char* value(const  ::particle_plume::GetGradientRequest_<ContainerAllocator> &) { return value(); } 
00146 };
00147 
00148 template<class ContainerAllocator> struct HasHeader< ::particle_plume::GetGradientRequest_<ContainerAllocator> > : public TrueType {};
00149 template<class ContainerAllocator> struct HasHeader< const ::particle_plume::GetGradientRequest_<ContainerAllocator> > : public TrueType {};
00150 } // namespace message_traits
00151 } // namespace ros
00152 
00153 
00154 namespace ros
00155 {
00156 namespace message_traits
00157 {
00158 template<class ContainerAllocator> struct IsMessage< ::particle_plume::GetGradientResponse_<ContainerAllocator> > : public TrueType {};
00159 template<class ContainerAllocator> struct IsMessage< ::particle_plume::GetGradientResponse_<ContainerAllocator>  const> : public TrueType {};
00160 template<class ContainerAllocator>
00161 struct MD5Sum< ::particle_plume::GetGradientResponse_<ContainerAllocator> > {
00162   static const char* value() 
00163   {
00164     return "d41d8cd98f00b204e9800998ecf8427e";
00165   }
00166 
00167   static const char* value(const  ::particle_plume::GetGradientResponse_<ContainerAllocator> &) { return value(); } 
00168   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00169   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00170 };
00171 
00172 template<class ContainerAllocator>
00173 struct DataType< ::particle_plume::GetGradientResponse_<ContainerAllocator> > {
00174   static const char* value() 
00175   {
00176     return "particle_plume/GetGradientResponse";
00177   }
00178 
00179   static const char* value(const  ::particle_plume::GetGradientResponse_<ContainerAllocator> &) { return value(); } 
00180 };
00181 
00182 template<class ContainerAllocator>
00183 struct Definition< ::particle_plume::GetGradientResponse_<ContainerAllocator> > {
00184   static const char* value() 
00185   {
00186     return "\n\
00187 ";
00188   }
00189 
00190   static const char* value(const  ::particle_plume::GetGradientResponse_<ContainerAllocator> &) { return value(); } 
00191 };
00192 
00193 template<class ContainerAllocator> struct IsFixedSize< ::particle_plume::GetGradientResponse_<ContainerAllocator> > : public TrueType {};
00194 } // namespace message_traits
00195 } // namespace ros
00196 
00197 namespace ros
00198 {
00199 namespace serialization
00200 {
00201 
00202 template<class ContainerAllocator> struct Serializer< ::particle_plume::GetGradientRequest_<ContainerAllocator> >
00203 {
00204   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00205   {
00206     stream.next(m.header);
00207   }
00208 
00209   ROS_DECLARE_ALLINONE_SERIALIZER;
00210 }; // struct GetGradientRequest_
00211 } // namespace serialization
00212 } // namespace ros
00213 
00214 
00215 namespace ros
00216 {
00217 namespace serialization
00218 {
00219 
00220 template<class ContainerAllocator> struct Serializer< ::particle_plume::GetGradientResponse_<ContainerAllocator> >
00221 {
00222   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00223   {
00224   }
00225 
00226   ROS_DECLARE_ALLINONE_SERIALIZER;
00227 }; // struct GetGradientResponse_
00228 } // namespace serialization
00229 } // namespace ros
00230 
00231 namespace ros
00232 {
00233 namespace service_traits
00234 {
00235 template<>
00236 struct MD5Sum<particle_plume::GetGradient> {
00237   static const char* value() 
00238   {
00239     return "d7be0bb39af8fb9129d5a76e6b63a290";
00240   }
00241 
00242   static const char* value(const particle_plume::GetGradient&) { return value(); } 
00243 };
00244 
00245 template<>
00246 struct DataType<particle_plume::GetGradient> {
00247   static const char* value() 
00248   {
00249     return "particle_plume/GetGradient";
00250   }
00251 
00252   static const char* value(const particle_plume::GetGradient&) { return value(); } 
00253 };
00254 
00255 template<class ContainerAllocator>
00256 struct MD5Sum<particle_plume::GetGradientRequest_<ContainerAllocator> > {
00257   static const char* value() 
00258   {
00259     return "d7be0bb39af8fb9129d5a76e6b63a290";
00260   }
00261 
00262   static const char* value(const particle_plume::GetGradientRequest_<ContainerAllocator> &) { return value(); } 
00263 };
00264 
00265 template<class ContainerAllocator>
00266 struct DataType<particle_plume::GetGradientRequest_<ContainerAllocator> > {
00267   static const char* value() 
00268   {
00269     return "particle_plume/GetGradient";
00270   }
00271 
00272   static const char* value(const particle_plume::GetGradientRequest_<ContainerAllocator> &) { return value(); } 
00273 };
00274 
00275 template<class ContainerAllocator>
00276 struct MD5Sum<particle_plume::GetGradientResponse_<ContainerAllocator> > {
00277   static const char* value() 
00278   {
00279     return "d7be0bb39af8fb9129d5a76e6b63a290";
00280   }
00281 
00282   static const char* value(const particle_plume::GetGradientResponse_<ContainerAllocator> &) { return value(); } 
00283 };
00284 
00285 template<class ContainerAllocator>
00286 struct DataType<particle_plume::GetGradientResponse_<ContainerAllocator> > {
00287   static const char* value() 
00288   {
00289     return "particle_plume/GetGradient";
00290   }
00291 
00292   static const char* value(const particle_plume::GetGradientResponse_<ContainerAllocator> &) { return value(); } 
00293 };
00294 
00295 } // namespace service_traits
00296 } // namespace ros
00297 
00298 #endif // PARTICLE_PLUME_SERVICE_GETGRADIENT_H
00299 


particle_plume
Author(s): Gonçalo Cabrita and Pedro Sousa
autogenerated on Mon Jan 6 2014 11:27:46