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