00001
00002 #ifndef STD_MSGS_MESSAGE_COLORRGBA_H
00003 #define STD_MSGS_MESSAGE_COLORRGBA_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 std_msgs
00015 {
00016 template <class ContainerAllocator>
00017 struct ColorRGBA_ : public ros::Message
00018 {
00019 typedef ColorRGBA_<ContainerAllocator> Type;
00020
00021 ColorRGBA_()
00022 : r(0.0)
00023 , g(0.0)
00024 , b(0.0)
00025 , a(0.0)
00026 {
00027 }
00028
00029 ColorRGBA_(const ContainerAllocator& _alloc)
00030 : r(0.0)
00031 , g(0.0)
00032 , b(0.0)
00033 , a(0.0)
00034 {
00035 }
00036
00037 typedef float _r_type;
00038 float r;
00039
00040 typedef float _g_type;
00041 float g;
00042
00043 typedef float _b_type;
00044 float b;
00045
00046 typedef float _a_type;
00047 float a;
00048
00049
00050 private:
00051 static const char* __s_getDataType_() { return "std_msgs/ColorRGBA"; }
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 "a29a96539573343b1310c73607334b00"; }
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 "float32 r\n\
00066 float32 g\n\
00067 float32 b\n\
00068 float32 a\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, r);
00080 ros::serialization::serialize(stream, g);
00081 ros::serialization::serialize(stream, b);
00082 ros::serialization::serialize(stream, a);
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, r);
00090 ros::serialization::deserialize(stream, g);
00091 ros::serialization::deserialize(stream, b);
00092 ros::serialization::deserialize(stream, a);
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(r);
00100 size += ros::serialization::serializationLength(g);
00101 size += ros::serialization::serializationLength(b);
00102 size += ros::serialization::serializationLength(a);
00103 return size;
00104 }
00105
00106 typedef boost::shared_ptr< ::std_msgs::ColorRGBA_<ContainerAllocator> > Ptr;
00107 typedef boost::shared_ptr< ::std_msgs::ColorRGBA_<ContainerAllocator> const> ConstPtr;
00108 };
00109 typedef ::std_msgs::ColorRGBA_<std::allocator<void> > ColorRGBA;
00110
00111 typedef boost::shared_ptr< ::std_msgs::ColorRGBA> ColorRGBAPtr;
00112 typedef boost::shared_ptr< ::std_msgs::ColorRGBA const> ColorRGBAConstPtr;
00113
00114
00115 template<typename ContainerAllocator>
00116 std::ostream& operator<<(std::ostream& s, const ::std_msgs::ColorRGBA_<ContainerAllocator> & v)
00117 {
00118 ros::message_operations::Printer< ::std_msgs::ColorRGBA_<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< ::std_msgs::ColorRGBA_<ContainerAllocator> > {
00129 static const char* value()
00130 {
00131 return "a29a96539573343b1310c73607334b00";
00132 }
00133
00134 static const char* value(const ::std_msgs::ColorRGBA_<ContainerAllocator> &) { return value(); }
00135 static const uint64_t static_value1 = 0xa29a96539573343bULL;
00136 static const uint64_t static_value2 = 0x1310c73607334b00ULL;
00137 };
00138
00139 template<class ContainerAllocator>
00140 struct DataType< ::std_msgs::ColorRGBA_<ContainerAllocator> > {
00141 static const char* value()
00142 {
00143 return "std_msgs/ColorRGBA";
00144 }
00145
00146 static const char* value(const ::std_msgs::ColorRGBA_<ContainerAllocator> &) { return value(); }
00147 };
00148
00149 template<class ContainerAllocator>
00150 struct Definition< ::std_msgs::ColorRGBA_<ContainerAllocator> > {
00151 static const char* value()
00152 {
00153 return "float32 r\n\
00154 float32 g\n\
00155 float32 b\n\
00156 float32 a\n\
00157 \n\
00158 ";
00159 }
00160
00161 static const char* value(const ::std_msgs::ColorRGBA_<ContainerAllocator> &) { return value(); }
00162 };
00163
00164 template<class ContainerAllocator> struct IsFixedSize< ::std_msgs::ColorRGBA_<ContainerAllocator> > : public TrueType {};
00165 }
00166 }
00167
00168 namespace ros
00169 {
00170 namespace serialization
00171 {
00172
00173 template<class ContainerAllocator> struct Serializer< ::std_msgs::ColorRGBA_<ContainerAllocator> >
00174 {
00175 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00176 {
00177 stream.next(m.r);
00178 stream.next(m.g);
00179 stream.next(m.b);
00180 stream.next(m.a);
00181 }
00182
00183 ROS_DECLARE_ALLINONE_SERIALIZER;
00184 };
00185 }
00186 }
00187
00188 namespace ros
00189 {
00190 namespace message_operations
00191 {
00192
00193 template<class ContainerAllocator>
00194 struct Printer< ::std_msgs::ColorRGBA_<ContainerAllocator> >
00195 {
00196 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::std_msgs::ColorRGBA_<ContainerAllocator> & v)
00197 {
00198 s << indent << "r: ";
00199 Printer<float>::stream(s, indent + " ", v.r);
00200 s << indent << "g: ";
00201 Printer<float>::stream(s, indent + " ", v.g);
00202 s << indent << "b: ";
00203 Printer<float>::stream(s, indent + " ", v.b);
00204 s << indent << "a: ";
00205 Printer<float>::stream(s, indent + " ", v.a);
00206 }
00207 };
00208
00209
00210 }
00211 }
00212
00213 #endif // STD_MSGS_MESSAGE_COLORRGBA_H
00214