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