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


cob_sound
Author(s): Florian Weisshardt
autogenerated on Fri Mar 1 2013 17:46:58