$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-ias_common/doc_stacks/2013-03-01_15-41-55.252100/ias_common/cogman_msgs/msg/PtuGoal.msg */ 00002 #ifndef COGMAN_MSGS_MESSAGE_PTUGOAL_H 00003 #define COGMAN_MSGS_MESSAGE_PTUGOAL_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 00018 namespace cogman_msgs 00019 { 00020 template <class ContainerAllocator> 00021 struct PtuGoal_ { 00022 typedef PtuGoal_<ContainerAllocator> Type; 00023 00024 PtuGoal_() 00025 : lo_id(0) 00026 , mode(0) 00027 { 00028 } 00029 00030 PtuGoal_(const ContainerAllocator& _alloc) 00031 : lo_id(0) 00032 , mode(0) 00033 { 00034 } 00035 00036 typedef uint32_t _lo_id_type; 00037 uint32_t lo_id; 00038 00039 typedef uint32_t _mode_type; 00040 uint32_t mode; 00041 00042 00043 private: 00044 static const char* __s_getDataType_() { return "cogman_msgs/PtuGoal"; } 00045 public: 00046 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00047 00048 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00049 00050 private: 00051 static const char* __s_getMD5Sum_() { return "37afcd8aded68aa25e9a036c82810402"; } 00052 public: 00053 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00054 00055 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00056 00057 private: 00058 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00059 #goal\n\ 00060 uint32 lo_id\n\ 00061 uint32 mode # 0 = look at it once , 1 = follow the object\n\ 00062 \n\ 00063 "; } 00064 public: 00065 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00066 00067 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00068 00069 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00070 { 00071 ros::serialization::OStream stream(write_ptr, 1000000000); 00072 ros::serialization::serialize(stream, lo_id); 00073 ros::serialization::serialize(stream, mode); 00074 return stream.getData(); 00075 } 00076 00077 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00078 { 00079 ros::serialization::IStream stream(read_ptr, 1000000000); 00080 ros::serialization::deserialize(stream, lo_id); 00081 ros::serialization::deserialize(stream, mode); 00082 return stream.getData(); 00083 } 00084 00085 ROS_DEPRECATED virtual uint32_t serializationLength() const 00086 { 00087 uint32_t size = 0; 00088 size += ros::serialization::serializationLength(lo_id); 00089 size += ros::serialization::serializationLength(mode); 00090 return size; 00091 } 00092 00093 typedef boost::shared_ptr< ::cogman_msgs::PtuGoal_<ContainerAllocator> > Ptr; 00094 typedef boost::shared_ptr< ::cogman_msgs::PtuGoal_<ContainerAllocator> const> ConstPtr; 00095 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00096 }; // struct PtuGoal 00097 typedef ::cogman_msgs::PtuGoal_<std::allocator<void> > PtuGoal; 00098 00099 typedef boost::shared_ptr< ::cogman_msgs::PtuGoal> PtuGoalPtr; 00100 typedef boost::shared_ptr< ::cogman_msgs::PtuGoal const> PtuGoalConstPtr; 00101 00102 00103 template<typename ContainerAllocator> 00104 std::ostream& operator<<(std::ostream& s, const ::cogman_msgs::PtuGoal_<ContainerAllocator> & v) 00105 { 00106 ros::message_operations::Printer< ::cogman_msgs::PtuGoal_<ContainerAllocator> >::stream(s, "", v); 00107 return s;} 00108 00109 } // namespace cogman_msgs 00110 00111 namespace ros 00112 { 00113 namespace message_traits 00114 { 00115 template<class ContainerAllocator> struct IsMessage< ::cogman_msgs::PtuGoal_<ContainerAllocator> > : public TrueType {}; 00116 template<class ContainerAllocator> struct IsMessage< ::cogman_msgs::PtuGoal_<ContainerAllocator> const> : public TrueType {}; 00117 template<class ContainerAllocator> 00118 struct MD5Sum< ::cogman_msgs::PtuGoal_<ContainerAllocator> > { 00119 static const char* value() 00120 { 00121 return "37afcd8aded68aa25e9a036c82810402"; 00122 } 00123 00124 static const char* value(const ::cogman_msgs::PtuGoal_<ContainerAllocator> &) { return value(); } 00125 static const uint64_t static_value1 = 0x37afcd8aded68aa2ULL; 00126 static const uint64_t static_value2 = 0x5e9a036c82810402ULL; 00127 }; 00128 00129 template<class ContainerAllocator> 00130 struct DataType< ::cogman_msgs::PtuGoal_<ContainerAllocator> > { 00131 static const char* value() 00132 { 00133 return "cogman_msgs/PtuGoal"; 00134 } 00135 00136 static const char* value(const ::cogman_msgs::PtuGoal_<ContainerAllocator> &) { return value(); } 00137 }; 00138 00139 template<class ContainerAllocator> 00140 struct Definition< ::cogman_msgs::PtuGoal_<ContainerAllocator> > { 00141 static const char* value() 00142 { 00143 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00144 #goal\n\ 00145 uint32 lo_id\n\ 00146 uint32 mode # 0 = look at it once , 1 = follow the object\n\ 00147 \n\ 00148 "; 00149 } 00150 00151 static const char* value(const ::cogman_msgs::PtuGoal_<ContainerAllocator> &) { return value(); } 00152 }; 00153 00154 template<class ContainerAllocator> struct IsFixedSize< ::cogman_msgs::PtuGoal_<ContainerAllocator> > : public TrueType {}; 00155 } // namespace message_traits 00156 } // namespace ros 00157 00158 namespace ros 00159 { 00160 namespace serialization 00161 { 00162 00163 template<class ContainerAllocator> struct Serializer< ::cogman_msgs::PtuGoal_<ContainerAllocator> > 00164 { 00165 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00166 { 00167 stream.next(m.lo_id); 00168 stream.next(m.mode); 00169 } 00170 00171 ROS_DECLARE_ALLINONE_SERIALIZER; 00172 }; // struct PtuGoal_ 00173 } // namespace serialization 00174 } // namespace ros 00175 00176 namespace ros 00177 { 00178 namespace message_operations 00179 { 00180 00181 template<class ContainerAllocator> 00182 struct Printer< ::cogman_msgs::PtuGoal_<ContainerAllocator> > 00183 { 00184 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::cogman_msgs::PtuGoal_<ContainerAllocator> & v) 00185 { 00186 s << indent << "lo_id: "; 00187 Printer<uint32_t>::stream(s, indent + " ", v.lo_id); 00188 s << indent << "mode: "; 00189 Printer<uint32_t>::stream(s, indent + " ", v.mode); 00190 } 00191 }; 00192 00193 00194 } // namespace message_operations 00195 } // namespace ros 00196 00197 #endif // COGMAN_MSGS_MESSAGE_PTUGOAL_H 00198