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