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