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


ml_classifiers
Author(s): Scott Niekum
autogenerated on Fri Jan 3 2014 11:30:23