RotateInPlaceGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-flirtlib_features/doc_stacks/2013-11-28_11-19-05.212220/flirtlib_features/flirtlib_ros/msg/RotateInPlaceGoal.msg */
00002 #ifndef FLIRTLIB_ROS_MESSAGE_ROTATEINPLACEGOAL_H
00003 #define FLIRTLIB_ROS_MESSAGE_ROTATEINPLACEGOAL_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 "std_msgs/Header.h"
00018 
00019 namespace flirtlib_ros
00020 {
00021 template <class ContainerAllocator>
00022 struct RotateInPlaceGoal_ {
00023   typedef RotateInPlaceGoal_<ContainerAllocator> Type;
00024 
00025   RotateInPlaceGoal_()
00026   : header()
00027   , target(0.0)
00028   , tol(0.0)
00029   {
00030   }
00031 
00032   RotateInPlaceGoal_(const ContainerAllocator& _alloc)
00033   : header(_alloc)
00034   , target(0.0)
00035   , tol(0.0)
00036   {
00037   }
00038 
00039   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00040    ::std_msgs::Header_<ContainerAllocator>  header;
00041 
00042   typedef float _target_type;
00043   float target;
00044 
00045   typedef float _tol_type;
00046   float tol;
00047 
00048 
00049   typedef boost::shared_ptr< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > Ptr;
00050   typedef boost::shared_ptr< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator>  const> ConstPtr;
00051   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00052 }; // struct RotateInPlaceGoal
00053 typedef  ::flirtlib_ros::RotateInPlaceGoal_<std::allocator<void> > RotateInPlaceGoal;
00054 
00055 typedef boost::shared_ptr< ::flirtlib_ros::RotateInPlaceGoal> RotateInPlaceGoalPtr;
00056 typedef boost::shared_ptr< ::flirtlib_ros::RotateInPlaceGoal const> RotateInPlaceGoalConstPtr;
00057 
00058 
00059 template<typename ContainerAllocator>
00060 std::ostream& operator<<(std::ostream& s, const  ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> & v)
00061 {
00062   ros::message_operations::Printer< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> >::stream(s, "", v);
00063   return s;}
00064 
00065 } // namespace flirtlib_ros
00066 
00067 namespace ros
00068 {
00069 namespace message_traits
00070 {
00071 template<class ContainerAllocator> struct IsMessage< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > : public TrueType {};
00072 template<class ContainerAllocator> struct IsMessage< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator>  const> : public TrueType {};
00073 template<class ContainerAllocator>
00074 struct MD5Sum< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > {
00075   static const char* value() 
00076   {
00077     return "a383378ce70ce523f38349d877baffb8";
00078   }
00079 
00080   static const char* value(const  ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> &) { return value(); } 
00081   static const uint64_t static_value1 = 0xa383378ce70ce523ULL;
00082   static const uint64_t static_value2 = 0xf38349d877baffb8ULL;
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct DataType< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "flirtlib_ros/RotateInPlaceGoal";
00090   }
00091 
00092   static const char* value(const  ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> &) { return value(); } 
00093 };
00094 
00095 template<class ContainerAllocator>
00096 struct Definition< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > {
00097   static const char* value() 
00098   {
00099     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00100 # Goal is to get close to yaw angle target in frame header.frame_id\n\
00101 Header header\n\
00102 float32 target\n\
00103 float32 tol\n\
00104 \n\
00105 ================================================================================\n\
00106 MSG: std_msgs/Header\n\
00107 # Standard metadata for higher-level stamped data types.\n\
00108 # This is generally used to communicate timestamped data \n\
00109 # in a particular coordinate frame.\n\
00110 # \n\
00111 # sequence ID: consecutively increasing ID \n\
00112 uint32 seq\n\
00113 #Two-integer timestamp that is expressed as:\n\
00114 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00115 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00116 # time-handling sugar is provided by the client library\n\
00117 time stamp\n\
00118 #Frame this data is associated with\n\
00119 # 0: no frame\n\
00120 # 1: global frame\n\
00121 string frame_id\n\
00122 \n\
00123 ";
00124   }
00125 
00126   static const char* value(const  ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> &) { return value(); } 
00127 };
00128 
00129 template<class ContainerAllocator> struct HasHeader< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > : public TrueType {};
00130 template<class ContainerAllocator> struct HasHeader< const ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> > : public TrueType {};
00131 } // namespace message_traits
00132 } // namespace ros
00133 
00134 namespace ros
00135 {
00136 namespace serialization
00137 {
00138 
00139 template<class ContainerAllocator> struct Serializer< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> >
00140 {
00141   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00142   {
00143     stream.next(m.header);
00144     stream.next(m.target);
00145     stream.next(m.tol);
00146   }
00147 
00148   ROS_DECLARE_ALLINONE_SERIALIZER;
00149 }; // struct RotateInPlaceGoal_
00150 } // namespace serialization
00151 } // namespace ros
00152 
00153 namespace ros
00154 {
00155 namespace message_operations
00156 {
00157 
00158 template<class ContainerAllocator>
00159 struct Printer< ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> >
00160 {
00161   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::flirtlib_ros::RotateInPlaceGoal_<ContainerAllocator> & v) 
00162   {
00163     s << indent << "header: ";
00164 s << std::endl;
00165     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00166     s << indent << "target: ";
00167     Printer<float>::stream(s, indent + "  ", v.target);
00168     s << indent << "tol: ";
00169     Printer<float>::stream(s, indent + "  ", v.tol);
00170   }
00171 };
00172 
00173 
00174 } // namespace message_operations
00175 } // namespace ros
00176 
00177 #endif // FLIRTLIB_ROS_MESSAGE_ROTATEINPLACEGOAL_H
00178 


flirtlib_ros
Author(s): Bhaskara Marthi
autogenerated on Thu Nov 28 2013 11:21:50