$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-cob_common/doc_stacks/2013-03-01_14-38-37.978792/cob_common/brics_actuator/msg/Poison.msg */ 00002 #ifndef BRICS_ACTUATOR_MESSAGE_POISON_H 00003 #define BRICS_ACTUATOR_MESSAGE_POISON_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 brics_actuator 00019 { 00020 template <class ContainerAllocator> 00021 struct Poison_ { 00022 typedef Poison_<ContainerAllocator> Type; 00023 00024 Poison_() 00025 : originator() 00026 , description() 00027 , qos(0.0) 00028 { 00029 } 00030 00031 Poison_(const ContainerAllocator& _alloc) 00032 : originator(_alloc) 00033 , description(_alloc) 00034 , qos(0.0) 00035 { 00036 } 00037 00038 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _originator_type; 00039 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > originator; 00040 00041 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _description_type; 00042 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > description; 00043 00044 typedef float _qos_type; 00045 float qos; 00046 00047 00048 private: 00049 static const char* __s_getDataType_() { return "brics_actuator/Poison"; } 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 "b16420a6fd4cc18f64b776ee10e98bb0"; } 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 "string originator # node id\n\ 00064 string description # encoding still an issue\n\ 00065 float32 qos # reliability of the channel\n\ 00066 # 0..1 where 1 means healthy\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, originator); 00078 ros::serialization::serialize(stream, description); 00079 ros::serialization::serialize(stream, qos); 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, originator); 00087 ros::serialization::deserialize(stream, description); 00088 ros::serialization::deserialize(stream, qos); 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(originator); 00096 size += ros::serialization::serializationLength(description); 00097 size += ros::serialization::serializationLength(qos); 00098 return size; 00099 } 00100 00101 typedef boost::shared_ptr< ::brics_actuator::Poison_<ContainerAllocator> > Ptr; 00102 typedef boost::shared_ptr< ::brics_actuator::Poison_<ContainerAllocator> const> ConstPtr; 00103 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00104 }; // struct Poison 00105 typedef ::brics_actuator::Poison_<std::allocator<void> > Poison; 00106 00107 typedef boost::shared_ptr< ::brics_actuator::Poison> PoisonPtr; 00108 typedef boost::shared_ptr< ::brics_actuator::Poison const> PoisonConstPtr; 00109 00110 00111 template<typename ContainerAllocator> 00112 std::ostream& operator<<(std::ostream& s, const ::brics_actuator::Poison_<ContainerAllocator> & v) 00113 { 00114 ros::message_operations::Printer< ::brics_actuator::Poison_<ContainerAllocator> >::stream(s, "", v); 00115 return s;} 00116 00117 } // namespace brics_actuator 00118 00119 namespace ros 00120 { 00121 namespace message_traits 00122 { 00123 template<class ContainerAllocator> struct IsMessage< ::brics_actuator::Poison_<ContainerAllocator> > : public TrueType {}; 00124 template<class ContainerAllocator> struct IsMessage< ::brics_actuator::Poison_<ContainerAllocator> const> : public TrueType {}; 00125 template<class ContainerAllocator> 00126 struct MD5Sum< ::brics_actuator::Poison_<ContainerAllocator> > { 00127 static const char* value() 00128 { 00129 return "b16420a6fd4cc18f64b776ee10e98bb0"; 00130 } 00131 00132 static const char* value(const ::brics_actuator::Poison_<ContainerAllocator> &) { return value(); } 00133 static const uint64_t static_value1 = 0xb16420a6fd4cc18fULL; 00134 static const uint64_t static_value2 = 0x64b776ee10e98bb0ULL; 00135 }; 00136 00137 template<class ContainerAllocator> 00138 struct DataType< ::brics_actuator::Poison_<ContainerAllocator> > { 00139 static const char* value() 00140 { 00141 return "brics_actuator/Poison"; 00142 } 00143 00144 static const char* value(const ::brics_actuator::Poison_<ContainerAllocator> &) { return value(); } 00145 }; 00146 00147 template<class ContainerAllocator> 00148 struct Definition< ::brics_actuator::Poison_<ContainerAllocator> > { 00149 static const char* value() 00150 { 00151 return "string originator # node id\n\ 00152 string description # encoding still an issue\n\ 00153 float32 qos # reliability of the channel\n\ 00154 # 0..1 where 1 means healthy\n\ 00155 \n\ 00156 "; 00157 } 00158 00159 static const char* value(const ::brics_actuator::Poison_<ContainerAllocator> &) { return value(); } 00160 }; 00161 00162 } // namespace message_traits 00163 } // namespace ros 00164 00165 namespace ros 00166 { 00167 namespace serialization 00168 { 00169 00170 template<class ContainerAllocator> struct Serializer< ::brics_actuator::Poison_<ContainerAllocator> > 00171 { 00172 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00173 { 00174 stream.next(m.originator); 00175 stream.next(m.description); 00176 stream.next(m.qos); 00177 } 00178 00179 ROS_DECLARE_ALLINONE_SERIALIZER; 00180 }; // struct Poison_ 00181 } // namespace serialization 00182 } // namespace ros 00183 00184 namespace ros 00185 { 00186 namespace message_operations 00187 { 00188 00189 template<class ContainerAllocator> 00190 struct Printer< ::brics_actuator::Poison_<ContainerAllocator> > 00191 { 00192 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::brics_actuator::Poison_<ContainerAllocator> & v) 00193 { 00194 s << indent << "originator: "; 00195 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.originator); 00196 s << indent << "description: "; 00197 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.description); 00198 s << indent << "qos: "; 00199 Printer<float>::stream(s, indent + " ", v.qos); 00200 } 00201 }; 00202 00203 00204 } // namespace message_operations 00205 } // namespace ros 00206 00207 #endif // BRICS_ACTUATOR_MESSAGE_POISON_H 00208