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


amtec
Author(s): Charles DuHadway, Benjamin Pitzer (Maintained by Benjamin Pitzer)
autogenerated on Sat Dec 28 2013 16:49:55