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