$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-pr2_ethercat_drivers/doc_stacks/2013-03-01_16-48-09.984649/pr2_ethercat_drivers/ethercat_hardware/msg/ActuatorInfo.msg */ 00002 #ifndef ETHERCAT_HARDWARE_MESSAGE_ACTUATORINFO_H 00003 #define ETHERCAT_HARDWARE_MESSAGE_ACTUATORINFO_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 ethercat_hardware 00019 { 00020 template <class ContainerAllocator> 00021 struct ActuatorInfo_ { 00022 typedef ActuatorInfo_<ContainerAllocator> Type; 00023 00024 ActuatorInfo_() 00025 : id(0) 00026 , name() 00027 , robot_name() 00028 , motor_make() 00029 , motor_model() 00030 , max_current(0.0) 00031 , speed_constant(0.0) 00032 , motor_resistance(0.0) 00033 , motor_torque_constant(0.0) 00034 , encoder_reduction(0.0) 00035 , pulses_per_revolution(0.0) 00036 { 00037 } 00038 00039 ActuatorInfo_(const ContainerAllocator& _alloc) 00040 : id(0) 00041 , name(_alloc) 00042 , robot_name(_alloc) 00043 , motor_make(_alloc) 00044 , motor_model(_alloc) 00045 , max_current(0.0) 00046 , speed_constant(0.0) 00047 , motor_resistance(0.0) 00048 , motor_torque_constant(0.0) 00049 , encoder_reduction(0.0) 00050 , pulses_per_revolution(0.0) 00051 { 00052 } 00053 00054 typedef uint32_t _id_type; 00055 uint32_t id; 00056 00057 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _name_type; 00058 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > name; 00059 00060 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _robot_name_type; 00061 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > robot_name; 00062 00063 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _motor_make_type; 00064 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > motor_make; 00065 00066 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _motor_model_type; 00067 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > motor_model; 00068 00069 typedef double _max_current_type; 00070 double max_current; 00071 00072 typedef double _speed_constant_type; 00073 double speed_constant; 00074 00075 typedef double _motor_resistance_type; 00076 double motor_resistance; 00077 00078 typedef double _motor_torque_constant_type; 00079 double motor_torque_constant; 00080 00081 typedef double _encoder_reduction_type; 00082 double encoder_reduction; 00083 00084 typedef double _pulses_per_revolution_type; 00085 double pulses_per_revolution; 00086 00087 00088 private: 00089 static const char* __s_getDataType_() { return "ethercat_hardware/ActuatorInfo"; } 00090 public: 00091 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00092 00093 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00094 00095 private: 00096 static const char* __s_getMD5Sum_() { return "40f44d8ec4380adc0b63713486eecb09"; } 00097 public: 00098 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00099 00100 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00101 00102 private: 00103 static const char* __s_getMessageDefinition_() { return "uint32 id\n\ 00104 string name\n\ 00105 string robot_name\n\ 00106 string motor_make\n\ 00107 string motor_model\n\ 00108 float64 max_current\n\ 00109 float64 speed_constant\n\ 00110 float64 motor_resistance\n\ 00111 float64 motor_torque_constant\n\ 00112 float64 encoder_reduction\n\ 00113 float64 pulses_per_revolution\n\ 00114 "; } 00115 public: 00116 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00117 00118 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00119 00120 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00121 { 00122 ros::serialization::OStream stream(write_ptr, 1000000000); 00123 ros::serialization::serialize(stream, id); 00124 ros::serialization::serialize(stream, name); 00125 ros::serialization::serialize(stream, robot_name); 00126 ros::serialization::serialize(stream, motor_make); 00127 ros::serialization::serialize(stream, motor_model); 00128 ros::serialization::serialize(stream, max_current); 00129 ros::serialization::serialize(stream, speed_constant); 00130 ros::serialization::serialize(stream, motor_resistance); 00131 ros::serialization::serialize(stream, motor_torque_constant); 00132 ros::serialization::serialize(stream, encoder_reduction); 00133 ros::serialization::serialize(stream, pulses_per_revolution); 00134 return stream.getData(); 00135 } 00136 00137 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00138 { 00139 ros::serialization::IStream stream(read_ptr, 1000000000); 00140 ros::serialization::deserialize(stream, id); 00141 ros::serialization::deserialize(stream, name); 00142 ros::serialization::deserialize(stream, robot_name); 00143 ros::serialization::deserialize(stream, motor_make); 00144 ros::serialization::deserialize(stream, motor_model); 00145 ros::serialization::deserialize(stream, max_current); 00146 ros::serialization::deserialize(stream, speed_constant); 00147 ros::serialization::deserialize(stream, motor_resistance); 00148 ros::serialization::deserialize(stream, motor_torque_constant); 00149 ros::serialization::deserialize(stream, encoder_reduction); 00150 ros::serialization::deserialize(stream, pulses_per_revolution); 00151 return stream.getData(); 00152 } 00153 00154 ROS_DEPRECATED virtual uint32_t serializationLength() const 00155 { 00156 uint32_t size = 0; 00157 size += ros::serialization::serializationLength(id); 00158 size += ros::serialization::serializationLength(name); 00159 size += ros::serialization::serializationLength(robot_name); 00160 size += ros::serialization::serializationLength(motor_make); 00161 size += ros::serialization::serializationLength(motor_model); 00162 size += ros::serialization::serializationLength(max_current); 00163 size += ros::serialization::serializationLength(speed_constant); 00164 size += ros::serialization::serializationLength(motor_resistance); 00165 size += ros::serialization::serializationLength(motor_torque_constant); 00166 size += ros::serialization::serializationLength(encoder_reduction); 00167 size += ros::serialization::serializationLength(pulses_per_revolution); 00168 return size; 00169 } 00170 00171 typedef boost::shared_ptr< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > Ptr; 00172 typedef boost::shared_ptr< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> const> ConstPtr; 00173 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00174 }; // struct ActuatorInfo 00175 typedef ::ethercat_hardware::ActuatorInfo_<std::allocator<void> > ActuatorInfo; 00176 00177 typedef boost::shared_ptr< ::ethercat_hardware::ActuatorInfo> ActuatorInfoPtr; 00178 typedef boost::shared_ptr< ::ethercat_hardware::ActuatorInfo const> ActuatorInfoConstPtr; 00179 00180 00181 template<typename ContainerAllocator> 00182 std::ostream& operator<<(std::ostream& s, const ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> & v) 00183 { 00184 ros::message_operations::Printer< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> >::stream(s, "", v); 00185 return s;} 00186 00187 } // namespace ethercat_hardware 00188 00189 namespace ros 00190 { 00191 namespace message_traits 00192 { 00193 template<class ContainerAllocator> struct IsMessage< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > : public TrueType {}; 00194 template<class ContainerAllocator> struct IsMessage< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> const> : public TrueType {}; 00195 template<class ContainerAllocator> 00196 struct MD5Sum< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > { 00197 static const char* value() 00198 { 00199 return "40f44d8ec4380adc0b63713486eecb09"; 00200 } 00201 00202 static const char* value(const ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> &) { return value(); } 00203 static const uint64_t static_value1 = 0x40f44d8ec4380adcULL; 00204 static const uint64_t static_value2 = 0x0b63713486eecb09ULL; 00205 }; 00206 00207 template<class ContainerAllocator> 00208 struct DataType< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > { 00209 static const char* value() 00210 { 00211 return "ethercat_hardware/ActuatorInfo"; 00212 } 00213 00214 static const char* value(const ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> &) { return value(); } 00215 }; 00216 00217 template<class ContainerAllocator> 00218 struct Definition< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > { 00219 static const char* value() 00220 { 00221 return "uint32 id\n\ 00222 string name\n\ 00223 string robot_name\n\ 00224 string motor_make\n\ 00225 string motor_model\n\ 00226 float64 max_current\n\ 00227 float64 speed_constant\n\ 00228 float64 motor_resistance\n\ 00229 float64 motor_torque_constant\n\ 00230 float64 encoder_reduction\n\ 00231 float64 pulses_per_revolution\n\ 00232 "; 00233 } 00234 00235 static const char* value(const ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> &) { return value(); } 00236 }; 00237 00238 } // namespace message_traits 00239 } // namespace ros 00240 00241 namespace ros 00242 { 00243 namespace serialization 00244 { 00245 00246 template<class ContainerAllocator> struct Serializer< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > 00247 { 00248 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00249 { 00250 stream.next(m.id); 00251 stream.next(m.name); 00252 stream.next(m.robot_name); 00253 stream.next(m.motor_make); 00254 stream.next(m.motor_model); 00255 stream.next(m.max_current); 00256 stream.next(m.speed_constant); 00257 stream.next(m.motor_resistance); 00258 stream.next(m.motor_torque_constant); 00259 stream.next(m.encoder_reduction); 00260 stream.next(m.pulses_per_revolution); 00261 } 00262 00263 ROS_DECLARE_ALLINONE_SERIALIZER; 00264 }; // struct ActuatorInfo_ 00265 } // namespace serialization 00266 } // namespace ros 00267 00268 namespace ros 00269 { 00270 namespace message_operations 00271 { 00272 00273 template<class ContainerAllocator> 00274 struct Printer< ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> > 00275 { 00276 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::ethercat_hardware::ActuatorInfo_<ContainerAllocator> & v) 00277 { 00278 s << indent << "id: "; 00279 Printer<uint32_t>::stream(s, indent + " ", v.id); 00280 s << indent << "name: "; 00281 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.name); 00282 s << indent << "robot_name: "; 00283 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.robot_name); 00284 s << indent << "motor_make: "; 00285 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.motor_make); 00286 s << indent << "motor_model: "; 00287 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.motor_model); 00288 s << indent << "max_current: "; 00289 Printer<double>::stream(s, indent + " ", v.max_current); 00290 s << indent << "speed_constant: "; 00291 Printer<double>::stream(s, indent + " ", v.speed_constant); 00292 s << indent << "motor_resistance: "; 00293 Printer<double>::stream(s, indent + " ", v.motor_resistance); 00294 s << indent << "motor_torque_constant: "; 00295 Printer<double>::stream(s, indent + " ", v.motor_torque_constant); 00296 s << indent << "encoder_reduction: "; 00297 Printer<double>::stream(s, indent + " ", v.encoder_reduction); 00298 s << indent << "pulses_per_revolution: "; 00299 Printer<double>::stream(s, indent + " ", v.pulses_per_revolution); 00300 } 00301 }; 00302 00303 00304 } // namespace message_operations 00305 } // namespace ros 00306 00307 #endif // ETHERCAT_HARDWARE_MESSAGE_ACTUATORINFO_H 00308