00001
00002 #ifndef BRICS_ACTUATOR_MESSAGE_JOINTVALUE_H
00003 #define BRICS_ACTUATOR_MESSAGE_JOINTVALUE_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013
00014 namespace brics_actuator
00015 {
00016 template <class ContainerAllocator>
00017 struct JointValue_ : public ros::Message
00018 {
00019 typedef JointValue_<ContainerAllocator> Type;
00020
00021 JointValue_()
00022 : timeStamp()
00023 , joint_uri()
00024 , unit()
00025 , value(0.0)
00026 {
00027 }
00028
00029 JointValue_(const ContainerAllocator& _alloc)
00030 : timeStamp()
00031 , joint_uri(_alloc)
00032 , unit(_alloc)
00033 , value(0.0)
00034 {
00035 }
00036
00037 typedef ros::Time _timeStamp_type;
00038 ros::Time timeStamp;
00039
00040 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _joint_uri_type;
00041 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_uri;
00042
00043 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _unit_type;
00044 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > unit;
00045
00046 typedef double _value_type;
00047 double value;
00048
00049
00050 private:
00051 static const char* __s_getDataType_() { return "brics_actuator/JointValue"; }
00052 public:
00053 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00054
00055 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00056
00057 private:
00058 static const char* __s_getMD5Sum_() { return "c8dad5a006889ad7de711a684999f0c6"; }
00059 public:
00060 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00061
00062 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00063
00064 private:
00065 static const char* __s_getMessageDefinition_() { return "time timeStamp #time of the data \n\
00066 string joint_uri\n\
00067 string unit #if empy expects si units, you can use boost::unit\n\
00068 float64 value\n\
00069 \n\
00070 "; }
00071 public:
00072 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00073
00074 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00075
00076 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00077 {
00078 ros::serialization::OStream stream(write_ptr, 1000000000);
00079 ros::serialization::serialize(stream, timeStamp);
00080 ros::serialization::serialize(stream, joint_uri);
00081 ros::serialization::serialize(stream, unit);
00082 ros::serialization::serialize(stream, value);
00083 return stream.getData();
00084 }
00085
00086 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00087 {
00088 ros::serialization::IStream stream(read_ptr, 1000000000);
00089 ros::serialization::deserialize(stream, timeStamp);
00090 ros::serialization::deserialize(stream, joint_uri);
00091 ros::serialization::deserialize(stream, unit);
00092 ros::serialization::deserialize(stream, value);
00093 return stream.getData();
00094 }
00095
00096 ROS_DEPRECATED virtual uint32_t serializationLength() const
00097 {
00098 uint32_t size = 0;
00099 size += ros::serialization::serializationLength(timeStamp);
00100 size += ros::serialization::serializationLength(joint_uri);
00101 size += ros::serialization::serializationLength(unit);
00102 size += ros::serialization::serializationLength(value);
00103 return size;
00104 }
00105
00106 typedef boost::shared_ptr< ::brics_actuator::JointValue_<ContainerAllocator> > Ptr;
00107 typedef boost::shared_ptr< ::brics_actuator::JointValue_<ContainerAllocator> const> ConstPtr;
00108 };
00109 typedef ::brics_actuator::JointValue_<std::allocator<void> > JointValue;
00110
00111 typedef boost::shared_ptr< ::brics_actuator::JointValue> JointValuePtr;
00112 typedef boost::shared_ptr< ::brics_actuator::JointValue const> JointValueConstPtr;
00113
00114
00115 template<typename ContainerAllocator>
00116 std::ostream& operator<<(std::ostream& s, const ::brics_actuator::JointValue_<ContainerAllocator> & v)
00117 {
00118 ros::message_operations::Printer< ::brics_actuator::JointValue_<ContainerAllocator> >::stream(s, "", v);
00119 return s;}
00120
00121 }
00122
00123 namespace ros
00124 {
00125 namespace message_traits
00126 {
00127 template<class ContainerAllocator>
00128 struct MD5Sum< ::brics_actuator::JointValue_<ContainerAllocator> > {
00129 static const char* value()
00130 {
00131 return "c8dad5a006889ad7de711a684999f0c6";
00132 }
00133
00134 static const char* value(const ::brics_actuator::JointValue_<ContainerAllocator> &) { return value(); }
00135 static const uint64_t static_value1 = 0xc8dad5a006889ad7ULL;
00136 static const uint64_t static_value2 = 0xde711a684999f0c6ULL;
00137 };
00138
00139 template<class ContainerAllocator>
00140 struct DataType< ::brics_actuator::JointValue_<ContainerAllocator> > {
00141 static const char* value()
00142 {
00143 return "brics_actuator/JointValue";
00144 }
00145
00146 static const char* value(const ::brics_actuator::JointValue_<ContainerAllocator> &) { return value(); }
00147 };
00148
00149 template<class ContainerAllocator>
00150 struct Definition< ::brics_actuator::JointValue_<ContainerAllocator> > {
00151 static const char* value()
00152 {
00153 return "time timeStamp #time of the data \n\
00154 string joint_uri\n\
00155 string unit #if empy expects si units, you can use boost::unit\n\
00156 float64 value\n\
00157 \n\
00158 ";
00159 }
00160
00161 static const char* value(const ::brics_actuator::JointValue_<ContainerAllocator> &) { return value(); }
00162 };
00163
00164 }
00165 }
00166
00167 namespace ros
00168 {
00169 namespace serialization
00170 {
00171
00172 template<class ContainerAllocator> struct Serializer< ::brics_actuator::JointValue_<ContainerAllocator> >
00173 {
00174 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00175 {
00176 stream.next(m.timeStamp);
00177 stream.next(m.joint_uri);
00178 stream.next(m.unit);
00179 stream.next(m.value);
00180 }
00181
00182 ROS_DECLARE_ALLINONE_SERIALIZER;
00183 };
00184 }
00185 }
00186
00187 namespace ros
00188 {
00189 namespace message_operations
00190 {
00191
00192 template<class ContainerAllocator>
00193 struct Printer< ::brics_actuator::JointValue_<ContainerAllocator> >
00194 {
00195 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::brics_actuator::JointValue_<ContainerAllocator> & v)
00196 {
00197 s << indent << "timeStamp: ";
00198 Printer<ros::Time>::stream(s, indent + " ", v.timeStamp);
00199 s << indent << "joint_uri: ";
00200 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.joint_uri);
00201 s << indent << "unit: ";
00202 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.unit);
00203 s << indent << "value: ";
00204 Printer<double>::stream(s, indent + " ", v.value);
00205 }
00206 };
00207
00208
00209 }
00210 }
00211
00212 #endif // BRICS_ACTUATOR_MESSAGE_JOINTVALUE_H
00213