DissocTF.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-jsk-ros-pkg/doc_stacks/2013-03-23_12-16-27.483192/jsk-ros-pkg/jsk_coordination_system/dynamic_tf_publisher/srv/DissocTF.srv */
00002 #ifndef DYNAMIC_TF_PUBLISHER_SERVICE_DISSOCTF_H
00003 #define DYNAMIC_TF_PUBLISHER_SERVICE_DISSOCTF_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 #include "std_msgs/Header.h"
00020 
00021 
00022 
00023 namespace dynamic_tf_publisher
00024 {
00025 template <class ContainerAllocator>
00026 struct DissocTFRequest_ {
00027   typedef DissocTFRequest_<ContainerAllocator> Type;
00028 
00029   DissocTFRequest_()
00030   : header()
00031   , frame_id()
00032   {
00033   }
00034 
00035   DissocTFRequest_(const ContainerAllocator& _alloc)
00036   : header(_alloc)
00037   , frame_id(_alloc)
00038   {
00039   }
00040 
00041   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00042    ::std_msgs::Header_<ContainerAllocator>  header;
00043 
00044   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _frame_id_type;
00045   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  frame_id;
00046 
00047 
00048   typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > Ptr;
00049   typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator>  const> ConstPtr;
00050   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00051 }; // struct DissocTFRequest
00052 typedef  ::dynamic_tf_publisher::DissocTFRequest_<std::allocator<void> > DissocTFRequest;
00053 
00054 typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFRequest> DissocTFRequestPtr;
00055 typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFRequest const> DissocTFRequestConstPtr;
00056 
00057 
00058 template <class ContainerAllocator>
00059 struct DissocTFResponse_ {
00060   typedef DissocTFResponse_<ContainerAllocator> Type;
00061 
00062   DissocTFResponse_()
00063   {
00064   }
00065 
00066   DissocTFResponse_(const ContainerAllocator& _alloc)
00067   {
00068   }
00069 
00070 
00071   typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > Ptr;
00072   typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator>  const> ConstPtr;
00073   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00074 }; // struct DissocTFResponse
00075 typedef  ::dynamic_tf_publisher::DissocTFResponse_<std::allocator<void> > DissocTFResponse;
00076 
00077 typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFResponse> DissocTFResponsePtr;
00078 typedef boost::shared_ptr< ::dynamic_tf_publisher::DissocTFResponse const> DissocTFResponseConstPtr;
00079 
00080 struct DissocTF
00081 {
00082 
00083 typedef DissocTFRequest Request;
00084 typedef DissocTFResponse Response;
00085 Request request;
00086 Response response;
00087 
00088 typedef Request RequestType;
00089 typedef Response ResponseType;
00090 }; // struct DissocTF
00091 } // namespace dynamic_tf_publisher
00092 
00093 namespace ros
00094 {
00095 namespace message_traits
00096 {
00097 template<class ContainerAllocator> struct IsMessage< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > : public TrueType {};
00098 template<class ContainerAllocator> struct IsMessage< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator>  const> : public TrueType {};
00099 template<class ContainerAllocator>
00100 struct MD5Sum< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > {
00101   static const char* value() 
00102   {
00103     return "5fa93cf9f65be2325fa0008ddcc90131";
00104   }
00105 
00106   static const char* value(const  ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> &) { return value(); } 
00107   static const uint64_t static_value1 = 0x5fa93cf9f65be232ULL;
00108   static const uint64_t static_value2 = 0x5fa0008ddcc90131ULL;
00109 };
00110 
00111 template<class ContainerAllocator>
00112 struct DataType< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > {
00113   static const char* value() 
00114   {
00115     return "dynamic_tf_publisher/DissocTFRequest";
00116   }
00117 
00118   static const char* value(const  ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> &) { return value(); } 
00119 };
00120 
00121 template<class ContainerAllocator>
00122 struct Definition< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > {
00123   static const char* value() 
00124   {
00125     return "Header  header\n\
00126 string         frame_id\n\
00127 \n\
00128 ================================================================================\n\
00129 MSG: std_msgs/Header\n\
00130 # Standard metadata for higher-level stamped data types.\n\
00131 # This is generally used to communicate timestamped data \n\
00132 # in a particular coordinate frame.\n\
00133 # \n\
00134 # sequence ID: consecutively increasing ID \n\
00135 uint32 seq\n\
00136 #Two-integer timestamp that is expressed as:\n\
00137 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00138 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00139 # time-handling sugar is provided by the client library\n\
00140 time stamp\n\
00141 #Frame this data is associated with\n\
00142 # 0: no frame\n\
00143 # 1: global frame\n\
00144 string frame_id\n\
00145 \n\
00146 ";
00147   }
00148 
00149   static const char* value(const  ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> &) { return value(); } 
00150 };
00151 
00152 template<class ContainerAllocator> struct HasHeader< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > : public TrueType {};
00153 template<class ContainerAllocator> struct HasHeader< const ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > : public TrueType {};
00154 } // namespace message_traits
00155 } // namespace ros
00156 
00157 
00158 namespace ros
00159 {
00160 namespace message_traits
00161 {
00162 template<class ContainerAllocator> struct IsMessage< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > : public TrueType {};
00163 template<class ContainerAllocator> struct IsMessage< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator>  const> : public TrueType {};
00164 template<class ContainerAllocator>
00165 struct MD5Sum< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > {
00166   static const char* value() 
00167   {
00168     return "d41d8cd98f00b204e9800998ecf8427e";
00169   }
00170 
00171   static const char* value(const  ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> &) { return value(); } 
00172   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00173   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00174 };
00175 
00176 template<class ContainerAllocator>
00177 struct DataType< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > {
00178   static const char* value() 
00179   {
00180     return "dynamic_tf_publisher/DissocTFResponse";
00181   }
00182 
00183   static const char* value(const  ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> &) { return value(); } 
00184 };
00185 
00186 template<class ContainerAllocator>
00187 struct Definition< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > {
00188   static const char* value() 
00189   {
00190     return "\n\
00191 \n\
00192 ";
00193   }
00194 
00195   static const char* value(const  ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> &) { return value(); } 
00196 };
00197 
00198 template<class ContainerAllocator> struct IsFixedSize< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > : public TrueType {};
00199 } // namespace message_traits
00200 } // namespace ros
00201 
00202 namespace ros
00203 {
00204 namespace serialization
00205 {
00206 
00207 template<class ContainerAllocator> struct Serializer< ::dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> >
00208 {
00209   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00210   {
00211     stream.next(m.header);
00212     stream.next(m.frame_id);
00213   }
00214 
00215   ROS_DECLARE_ALLINONE_SERIALIZER;
00216 }; // struct DissocTFRequest_
00217 } // namespace serialization
00218 } // namespace ros
00219 
00220 
00221 namespace ros
00222 {
00223 namespace serialization
00224 {
00225 
00226 template<class ContainerAllocator> struct Serializer< ::dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> >
00227 {
00228   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00229   {
00230   }
00231 
00232   ROS_DECLARE_ALLINONE_SERIALIZER;
00233 }; // struct DissocTFResponse_
00234 } // namespace serialization
00235 } // namespace ros
00236 
00237 namespace ros
00238 {
00239 namespace service_traits
00240 {
00241 template<>
00242 struct MD5Sum<dynamic_tf_publisher::DissocTF> {
00243   static const char* value() 
00244   {
00245     return "5fa93cf9f65be2325fa0008ddcc90131";
00246   }
00247 
00248   static const char* value(const dynamic_tf_publisher::DissocTF&) { return value(); } 
00249 };
00250 
00251 template<>
00252 struct DataType<dynamic_tf_publisher::DissocTF> {
00253   static const char* value() 
00254   {
00255     return "dynamic_tf_publisher/DissocTF";
00256   }
00257 
00258   static const char* value(const dynamic_tf_publisher::DissocTF&) { return value(); } 
00259 };
00260 
00261 template<class ContainerAllocator>
00262 struct MD5Sum<dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > {
00263   static const char* value() 
00264   {
00265     return "5fa93cf9f65be2325fa0008ddcc90131";
00266   }
00267 
00268   static const char* value(const dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> &) { return value(); } 
00269 };
00270 
00271 template<class ContainerAllocator>
00272 struct DataType<dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> > {
00273   static const char* value() 
00274   {
00275     return "dynamic_tf_publisher/DissocTF";
00276   }
00277 
00278   static const char* value(const dynamic_tf_publisher::DissocTFRequest_<ContainerAllocator> &) { return value(); } 
00279 };
00280 
00281 template<class ContainerAllocator>
00282 struct MD5Sum<dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > {
00283   static const char* value() 
00284   {
00285     return "5fa93cf9f65be2325fa0008ddcc90131";
00286   }
00287 
00288   static const char* value(const dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> &) { return value(); } 
00289 };
00290 
00291 template<class ContainerAllocator>
00292 struct DataType<dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> > {
00293   static const char* value() 
00294   {
00295     return "dynamic_tf_publisher/DissocTF";
00296   }
00297 
00298   static const char* value(const dynamic_tf_publisher::DissocTFResponse_<ContainerAllocator> &) { return value(); } 
00299 };
00300 
00301 } // namespace service_traits
00302 } // namespace ros
00303 
00304 #endif // DYNAMIC_TF_PUBLISHER_SERVICE_DISSOCTF_H
00305 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


dynamic_tf_publisher
Author(s): Manabu Saito
autogenerated on Sat Mar 23 2013 16:00:57