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


bipedRobin_msgs
Author(s): Studentenaccount
autogenerated on Fri Nov 15 2013 11:10:20