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


concert_msgs
Author(s): Daniel Stonier
autogenerated on Tue Jan 15 2013 17:43:37