Go to the documentation of this file.00001
00002 #ifndef RE_SRVS_SERVICE_UPDATEACTIONRECIPE_H
00003 #define RE_SRVS_SERVICE_UPDATEACTIONRECIPE_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 re_srvs
00023 {
00024 template <class ContainerAllocator>
00025 struct UpdateActionRecipeRequest_ {
00026 typedef UpdateActionRecipeRequest_<ContainerAllocator> Type;
00027
00028 UpdateActionRecipeRequest_()
00029 : uid()
00030 , description()
00031 , recipe()
00032 , apiKey()
00033 {
00034 }
00035
00036 UpdateActionRecipeRequest_(const ContainerAllocator& _alloc)
00037 : uid(_alloc)
00038 , description(_alloc)
00039 , recipe(_alloc)
00040 , apiKey(_alloc)
00041 {
00042 }
00043
00044 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _uid_type;
00045 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > uid;
00046
00047 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _description_type;
00048 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > description;
00049
00050 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _recipe_type;
00051 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > recipe;
00052
00053 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _apiKey_type;
00054 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > apiKey;
00055
00056
00057 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > Ptr;
00058 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> const> ConstPtr;
00059 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00060 };
00061 typedef ::re_srvs::UpdateActionRecipeRequest_<std::allocator<void> > UpdateActionRecipeRequest;
00062
00063 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeRequest> UpdateActionRecipeRequestPtr;
00064 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeRequest const> UpdateActionRecipeRequestConstPtr;
00065
00066
00067 template <class ContainerAllocator>
00068 struct UpdateActionRecipeResponse_ {
00069 typedef UpdateActionRecipeResponse_<ContainerAllocator> Type;
00070
00071 UpdateActionRecipeResponse_()
00072 : success(false)
00073 {
00074 }
00075
00076 UpdateActionRecipeResponse_(const ContainerAllocator& _alloc)
00077 : success(false)
00078 {
00079 }
00080
00081 typedef uint8_t _success_type;
00082 uint8_t success;
00083
00084
00085 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > Ptr;
00086 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> const> ConstPtr;
00087 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00088 };
00089 typedef ::re_srvs::UpdateActionRecipeResponse_<std::allocator<void> > UpdateActionRecipeResponse;
00090
00091 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeResponse> UpdateActionRecipeResponsePtr;
00092 typedef boost::shared_ptr< ::re_srvs::UpdateActionRecipeResponse const> UpdateActionRecipeResponseConstPtr;
00093
00094 struct UpdateActionRecipe
00095 {
00096
00097 typedef UpdateActionRecipeRequest Request;
00098 typedef UpdateActionRecipeResponse Response;
00099 Request request;
00100 Response response;
00101
00102 typedef Request RequestType;
00103 typedef Response ResponseType;
00104 };
00105 }
00106
00107 namespace ros
00108 {
00109 namespace message_traits
00110 {
00111 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > : public TrueType {};
00112 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> const> : public TrueType {};
00113 template<class ContainerAllocator>
00114 struct MD5Sum< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > {
00115 static const char* value()
00116 {
00117 return "2731c8679880e8cce1de95ff8848ccd6";
00118 }
00119
00120 static const char* value(const ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> &) { return value(); }
00121 static const uint64_t static_value1 = 0x2731c8679880e8ccULL;
00122 static const uint64_t static_value2 = 0xe1de95ff8848ccd6ULL;
00123 };
00124
00125 template<class ContainerAllocator>
00126 struct DataType< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > {
00127 static const char* value()
00128 {
00129 return "re_srvs/UpdateActionRecipeRequest";
00130 }
00131
00132 static const char* value(const ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> &) { return value(); }
00133 };
00134
00135 template<class ContainerAllocator>
00136 struct Definition< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > {
00137 static const char* value()
00138 {
00139 return "string uid\n\
00140 string description\n\
00141 string recipe\n\
00142 string apiKey\n\
00143 \n\
00144 \n\
00145 ";
00146 }
00147
00148 static const char* value(const ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> &) { return value(); }
00149 };
00150
00151 }
00152 }
00153
00154
00155 namespace ros
00156 {
00157 namespace message_traits
00158 {
00159 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > : public TrueType {};
00160 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> const> : public TrueType {};
00161 template<class ContainerAllocator>
00162 struct MD5Sum< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > {
00163 static const char* value()
00164 {
00165 return "358e233cde0c8a8bcfea4ce193f8fc15";
00166 }
00167
00168 static const char* value(const ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> &) { return value(); }
00169 static const uint64_t static_value1 = 0x358e233cde0c8a8bULL;
00170 static const uint64_t static_value2 = 0xcfea4ce193f8fc15ULL;
00171 };
00172
00173 template<class ContainerAllocator>
00174 struct DataType< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > {
00175 static const char* value()
00176 {
00177 return "re_srvs/UpdateActionRecipeResponse";
00178 }
00179
00180 static const char* value(const ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> &) { return value(); }
00181 };
00182
00183 template<class ContainerAllocator>
00184 struct Definition< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > {
00185 static const char* value()
00186 {
00187 return "bool success\n\
00188 \n\
00189 \n\
00190 ";
00191 }
00192
00193 static const char* value(const ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> &) { return value(); }
00194 };
00195
00196 template<class ContainerAllocator> struct IsFixedSize< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > : public TrueType {};
00197 }
00198 }
00199
00200 namespace ros
00201 {
00202 namespace serialization
00203 {
00204
00205 template<class ContainerAllocator> struct Serializer< ::re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> >
00206 {
00207 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00208 {
00209 stream.next(m.uid);
00210 stream.next(m.description);
00211 stream.next(m.recipe);
00212 stream.next(m.apiKey);
00213 }
00214
00215 ROS_DECLARE_ALLINONE_SERIALIZER;
00216 };
00217 }
00218 }
00219
00220
00221 namespace ros
00222 {
00223 namespace serialization
00224 {
00225
00226 template<class ContainerAllocator> struct Serializer< ::re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> >
00227 {
00228 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00229 {
00230 stream.next(m.success);
00231 }
00232
00233 ROS_DECLARE_ALLINONE_SERIALIZER;
00234 };
00235 }
00236 }
00237
00238 namespace ros
00239 {
00240 namespace service_traits
00241 {
00242 template<>
00243 struct MD5Sum<re_srvs::UpdateActionRecipe> {
00244 static const char* value()
00245 {
00246 return "989edddef9e26f2f408dfaf8c90f75a6";
00247 }
00248
00249 static const char* value(const re_srvs::UpdateActionRecipe&) { return value(); }
00250 };
00251
00252 template<>
00253 struct DataType<re_srvs::UpdateActionRecipe> {
00254 static const char* value()
00255 {
00256 return "re_srvs/UpdateActionRecipe";
00257 }
00258
00259 static const char* value(const re_srvs::UpdateActionRecipe&) { return value(); }
00260 };
00261
00262 template<class ContainerAllocator>
00263 struct MD5Sum<re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > {
00264 static const char* value()
00265 {
00266 return "989edddef9e26f2f408dfaf8c90f75a6";
00267 }
00268
00269 static const char* value(const re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> &) { return value(); }
00270 };
00271
00272 template<class ContainerAllocator>
00273 struct DataType<re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> > {
00274 static const char* value()
00275 {
00276 return "re_srvs/UpdateActionRecipe";
00277 }
00278
00279 static const char* value(const re_srvs::UpdateActionRecipeRequest_<ContainerAllocator> &) { return value(); }
00280 };
00281
00282 template<class ContainerAllocator>
00283 struct MD5Sum<re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > {
00284 static const char* value()
00285 {
00286 return "989edddef9e26f2f408dfaf8c90f75a6";
00287 }
00288
00289 static const char* value(const re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> &) { return value(); }
00290 };
00291
00292 template<class ContainerAllocator>
00293 struct DataType<re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> > {
00294 static const char* value()
00295 {
00296 return "re_srvs/UpdateActionRecipe";
00297 }
00298
00299 static const char* value(const re_srvs::UpdateActionRecipeResponse_<ContainerAllocator> &) { return value(); }
00300 };
00301
00302 }
00303 }
00304
00305 #endif // RE_SRVS_SERVICE_UPDATEACTIONRECIPE_H
00306