UpdateObject.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-roboearth/doc_stacks/2014-01-05_11-23-46.303839/roboearth/re_srvs/srv/UpdateObject.srv */
00002 #ifndef RE_SRVS_SERVICE_UPDATEOBJECT_H
00003 #define RE_SRVS_SERVICE_UPDATEOBJECT_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 UpdateObjectRequest_ {
00026   typedef UpdateObjectRequest_<ContainerAllocator> Type;
00027 
00028   UpdateObjectRequest_()
00029   : uid()
00030   , description()
00031   , object()
00032   , apiKey()
00033   {
00034   }
00035 
00036   UpdateObjectRequest_(const ContainerAllocator& _alloc)
00037   : uid(_alloc)
00038   , description(_alloc)
00039   , object(_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 >  _object_type;
00051   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  object;
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::UpdateObjectRequest_<ContainerAllocator> > Ptr;
00058   typedef boost::shared_ptr< ::re_srvs::UpdateObjectRequest_<ContainerAllocator>  const> ConstPtr;
00059   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00060 }; // struct UpdateObjectRequest
00061 typedef  ::re_srvs::UpdateObjectRequest_<std::allocator<void> > UpdateObjectRequest;
00062 
00063 typedef boost::shared_ptr< ::re_srvs::UpdateObjectRequest> UpdateObjectRequestPtr;
00064 typedef boost::shared_ptr< ::re_srvs::UpdateObjectRequest const> UpdateObjectRequestConstPtr;
00065 
00066 
00067 template <class ContainerAllocator>
00068 struct UpdateObjectResponse_ {
00069   typedef UpdateObjectResponse_<ContainerAllocator> Type;
00070 
00071   UpdateObjectResponse_()
00072   : success(false)
00073   {
00074   }
00075 
00076   UpdateObjectResponse_(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::UpdateObjectResponse_<ContainerAllocator> > Ptr;
00086   typedef boost::shared_ptr< ::re_srvs::UpdateObjectResponse_<ContainerAllocator>  const> ConstPtr;
00087   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00088 }; // struct UpdateObjectResponse
00089 typedef  ::re_srvs::UpdateObjectResponse_<std::allocator<void> > UpdateObjectResponse;
00090 
00091 typedef boost::shared_ptr< ::re_srvs::UpdateObjectResponse> UpdateObjectResponsePtr;
00092 typedef boost::shared_ptr< ::re_srvs::UpdateObjectResponse const> UpdateObjectResponseConstPtr;
00093 
00094 struct UpdateObject
00095 {
00096 
00097 typedef UpdateObjectRequest Request;
00098 typedef UpdateObjectResponse Response;
00099 Request request;
00100 Response response;
00101 
00102 typedef Request RequestType;
00103 typedef Response ResponseType;
00104 }; // struct UpdateObject
00105 } // namespace re_srvs
00106 
00107 namespace ros
00108 {
00109 namespace message_traits
00110 {
00111 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateObjectRequest_<ContainerAllocator> > : public TrueType {};
00112 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateObjectRequest_<ContainerAllocator>  const> : public TrueType {};
00113 template<class ContainerAllocator>
00114 struct MD5Sum< ::re_srvs::UpdateObjectRequest_<ContainerAllocator> > {
00115   static const char* value() 
00116   {
00117     return "8d48a558916dbbda45477883bd652ccf";
00118   }
00119 
00120   static const char* value(const  ::re_srvs::UpdateObjectRequest_<ContainerAllocator> &) { return value(); } 
00121   static const uint64_t static_value1 = 0x8d48a558916dbbdaULL;
00122   static const uint64_t static_value2 = 0x45477883bd652ccfULL;
00123 };
00124 
00125 template<class ContainerAllocator>
00126 struct DataType< ::re_srvs::UpdateObjectRequest_<ContainerAllocator> > {
00127   static const char* value() 
00128   {
00129     return "re_srvs/UpdateObjectRequest";
00130   }
00131 
00132   static const char* value(const  ::re_srvs::UpdateObjectRequest_<ContainerAllocator> &) { return value(); } 
00133 };
00134 
00135 template<class ContainerAllocator>
00136 struct Definition< ::re_srvs::UpdateObjectRequest_<ContainerAllocator> > {
00137   static const char* value() 
00138   {
00139     return "string uid\n\
00140 string description\n\
00141 string object\n\
00142 string apiKey\n\
00143 \n\
00144 \n\
00145 ";
00146   }
00147 
00148   static const char* value(const  ::re_srvs::UpdateObjectRequest_<ContainerAllocator> &) { return value(); } 
00149 };
00150 
00151 } // namespace message_traits
00152 } // namespace ros
00153 
00154 
00155 namespace ros
00156 {
00157 namespace message_traits
00158 {
00159 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateObjectResponse_<ContainerAllocator> > : public TrueType {};
00160 template<class ContainerAllocator> struct IsMessage< ::re_srvs::UpdateObjectResponse_<ContainerAllocator>  const> : public TrueType {};
00161 template<class ContainerAllocator>
00162 struct MD5Sum< ::re_srvs::UpdateObjectResponse_<ContainerAllocator> > {
00163   static const char* value() 
00164   {
00165     return "358e233cde0c8a8bcfea4ce193f8fc15";
00166   }
00167 
00168   static const char* value(const  ::re_srvs::UpdateObjectResponse_<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::UpdateObjectResponse_<ContainerAllocator> > {
00175   static const char* value() 
00176   {
00177     return "re_srvs/UpdateObjectResponse";
00178   }
00179 
00180   static const char* value(const  ::re_srvs::UpdateObjectResponse_<ContainerAllocator> &) { return value(); } 
00181 };
00182 
00183 template<class ContainerAllocator>
00184 struct Definition< ::re_srvs::UpdateObjectResponse_<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::UpdateObjectResponse_<ContainerAllocator> &) { return value(); } 
00194 };
00195 
00196 template<class ContainerAllocator> struct IsFixedSize< ::re_srvs::UpdateObjectResponse_<ContainerAllocator> > : public TrueType {};
00197 } // namespace message_traits
00198 } // namespace ros
00199 
00200 namespace ros
00201 {
00202 namespace serialization
00203 {
00204 
00205 template<class ContainerAllocator> struct Serializer< ::re_srvs::UpdateObjectRequest_<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.object);
00212     stream.next(m.apiKey);
00213   }
00214 
00215   ROS_DECLARE_ALLINONE_SERIALIZER;
00216 }; // struct UpdateObjectRequest_
00217 } // namespace serialization
00218 } // namespace ros
00219 
00220 
00221 namespace ros
00222 {
00223 namespace serialization
00224 {
00225 
00226 template<class ContainerAllocator> struct Serializer< ::re_srvs::UpdateObjectResponse_<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 }; // struct UpdateObjectResponse_
00235 } // namespace serialization
00236 } // namespace ros
00237 
00238 namespace ros
00239 {
00240 namespace service_traits
00241 {
00242 template<>
00243 struct MD5Sum<re_srvs::UpdateObject> {
00244   static const char* value() 
00245   {
00246     return "351d1e9c4e7893a1dcbf2efd81943365";
00247   }
00248 
00249   static const char* value(const re_srvs::UpdateObject&) { return value(); } 
00250 };
00251 
00252 template<>
00253 struct DataType<re_srvs::UpdateObject> {
00254   static const char* value() 
00255   {
00256     return "re_srvs/UpdateObject";
00257   }
00258 
00259   static const char* value(const re_srvs::UpdateObject&) { return value(); } 
00260 };
00261 
00262 template<class ContainerAllocator>
00263 struct MD5Sum<re_srvs::UpdateObjectRequest_<ContainerAllocator> > {
00264   static const char* value() 
00265   {
00266     return "351d1e9c4e7893a1dcbf2efd81943365";
00267   }
00268 
00269   static const char* value(const re_srvs::UpdateObjectRequest_<ContainerAllocator> &) { return value(); } 
00270 };
00271 
00272 template<class ContainerAllocator>
00273 struct DataType<re_srvs::UpdateObjectRequest_<ContainerAllocator> > {
00274   static const char* value() 
00275   {
00276     return "re_srvs/UpdateObject";
00277   }
00278 
00279   static const char* value(const re_srvs::UpdateObjectRequest_<ContainerAllocator> &) { return value(); } 
00280 };
00281 
00282 template<class ContainerAllocator>
00283 struct MD5Sum<re_srvs::UpdateObjectResponse_<ContainerAllocator> > {
00284   static const char* value() 
00285   {
00286     return "351d1e9c4e7893a1dcbf2efd81943365";
00287   }
00288 
00289   static const char* value(const re_srvs::UpdateObjectResponse_<ContainerAllocator> &) { return value(); } 
00290 };
00291 
00292 template<class ContainerAllocator>
00293 struct DataType<re_srvs::UpdateObjectResponse_<ContainerAllocator> > {
00294   static const char* value() 
00295   {
00296     return "re_srvs/UpdateObject";
00297   }
00298 
00299   static const char* value(const re_srvs::UpdateObjectResponse_<ContainerAllocator> &) { return value(); } 
00300 };
00301 
00302 } // namespace service_traits
00303 } // namespace ros
00304 
00305 #endif // RE_SRVS_SERVICE_UPDATEOBJECT_H
00306 


re_srvs
Author(s): Alexander Perzylo
autogenerated on Sun Jan 5 2014 11:28:43