Go to the documentation of this file.00001
00002 #ifndef HRL_CLICKABLE_DISPLAY_MESSAGE_ARROWOVERLAYCMD_H
00003 #define HRL_CLICKABLE_DISPLAY_MESSAGE_ARROWOVERLAYCMD_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 "geometry_msgs/PoseStamped.h"
00018
00019 namespace hrl_clickable_display
00020 {
00021 template <class ContainerAllocator>
00022 struct ArrowOverlayCmd_ {
00023 typedef ArrowOverlayCmd_<ContainerAllocator> Type;
00024
00025 ArrowOverlayCmd_()
00026 : clear_arrows(false)
00027 , arrows()
00028 {
00029 }
00030
00031 ArrowOverlayCmd_(const ContainerAllocator& _alloc)
00032 : clear_arrows(false)
00033 , arrows(_alloc)
00034 {
00035 }
00036
00037 typedef uint8_t _clear_arrows_type;
00038 uint8_t clear_arrows;
00039
00040 typedef std::vector< ::geometry_msgs::PoseStamped_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::other > _arrows_type;
00041 std::vector< ::geometry_msgs::PoseStamped_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::other > arrows;
00042
00043
00044 typedef boost::shared_ptr< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> > Ptr;
00045 typedef boost::shared_ptr< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> const> ConstPtr;
00046 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00047 };
00048 typedef ::hrl_clickable_display::ArrowOverlayCmd_<std::allocator<void> > ArrowOverlayCmd;
00049
00050 typedef boost::shared_ptr< ::hrl_clickable_display::ArrowOverlayCmd> ArrowOverlayCmdPtr;
00051 typedef boost::shared_ptr< ::hrl_clickable_display::ArrowOverlayCmd const> ArrowOverlayCmdConstPtr;
00052
00053
00054 template<typename ContainerAllocator>
00055 std::ostream& operator<<(std::ostream& s, const ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> & v)
00056 {
00057 ros::message_operations::Printer< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> >::stream(s, "", v);
00058 return s;}
00059
00060 }
00061
00062 namespace ros
00063 {
00064 namespace message_traits
00065 {
00066 template<class ContainerAllocator> struct IsMessage< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> > : public TrueType {};
00067 template<class ContainerAllocator> struct IsMessage< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> const> : public TrueType {};
00068 template<class ContainerAllocator>
00069 struct MD5Sum< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> > {
00070 static const char* value()
00071 {
00072 return "cbca68f34fd1fd1b5535a9d01e0910d3";
00073 }
00074
00075 static const char* value(const ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> &) { return value(); }
00076 static const uint64_t static_value1 = 0xcbca68f34fd1fd1bULL;
00077 static const uint64_t static_value2 = 0x5535a9d01e0910d3ULL;
00078 };
00079
00080 template<class ContainerAllocator>
00081 struct DataType< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> > {
00082 static const char* value()
00083 {
00084 return "hrl_clickable_display/ArrowOverlayCmd";
00085 }
00086
00087 static const char* value(const ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> &) { return value(); }
00088 };
00089
00090 template<class ContainerAllocator>
00091 struct Definition< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> > {
00092 static const char* value()
00093 {
00094 return "bool clear_arrows\n\
00095 geometry_msgs/PoseStamped[] arrows\n\
00096 \n\
00097 ================================================================================\n\
00098 MSG: geometry_msgs/PoseStamped\n\
00099 # A Pose with reference coordinate frame and timestamp\n\
00100 Header header\n\
00101 Pose pose\n\
00102 \n\
00103 ================================================================================\n\
00104 MSG: std_msgs/Header\n\
00105 # Standard metadata for higher-level stamped data types.\n\
00106 # This is generally used to communicate timestamped data \n\
00107 # in a particular coordinate frame.\n\
00108 # \n\
00109 # sequence ID: consecutively increasing ID \n\
00110 uint32 seq\n\
00111 #Two-integer timestamp that is expressed as:\n\
00112 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00113 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00114 # time-handling sugar is provided by the client library\n\
00115 time stamp\n\
00116 #Frame this data is associated with\n\
00117 # 0: no frame\n\
00118 # 1: global frame\n\
00119 string frame_id\n\
00120 \n\
00121 ================================================================================\n\
00122 MSG: geometry_msgs/Pose\n\
00123 # A representation of pose in free space, composed of postion and orientation. \n\
00124 Point position\n\
00125 Quaternion orientation\n\
00126 \n\
00127 ================================================================================\n\
00128 MSG: geometry_msgs/Point\n\
00129 # This contains the position of a point in free space\n\
00130 float64 x\n\
00131 float64 y\n\
00132 float64 z\n\
00133 \n\
00134 ================================================================================\n\
00135 MSG: geometry_msgs/Quaternion\n\
00136 # This represents an orientation in free space in quaternion form.\n\
00137 \n\
00138 float64 x\n\
00139 float64 y\n\
00140 float64 z\n\
00141 float64 w\n\
00142 \n\
00143 ";
00144 }
00145
00146 static const char* value(const ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> &) { return value(); }
00147 };
00148
00149 }
00150 }
00151
00152 namespace ros
00153 {
00154 namespace serialization
00155 {
00156
00157 template<class ContainerAllocator> struct Serializer< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> >
00158 {
00159 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00160 {
00161 stream.next(m.clear_arrows);
00162 stream.next(m.arrows);
00163 }
00164
00165 ROS_DECLARE_ALLINONE_SERIALIZER;
00166 };
00167 }
00168 }
00169
00170 namespace ros
00171 {
00172 namespace message_operations
00173 {
00174
00175 template<class ContainerAllocator>
00176 struct Printer< ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> >
00177 {
00178 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::hrl_clickable_display::ArrowOverlayCmd_<ContainerAllocator> & v)
00179 {
00180 s << indent << "clear_arrows: ";
00181 Printer<uint8_t>::stream(s, indent + " ", v.clear_arrows);
00182 s << indent << "arrows[]" << std::endl;
00183 for (size_t i = 0; i < v.arrows.size(); ++i)
00184 {
00185 s << indent << " arrows[" << i << "]: ";
00186 s << std::endl;
00187 s << indent;
00188 Printer< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::stream(s, indent + " ", v.arrows[i]);
00189 }
00190 }
00191 };
00192
00193
00194 }
00195 }
00196
00197 #endif // HRL_CLICKABLE_DISPLAY_MESSAGE_ARROWOVERLAYCMD_H
00198