00001
00002 #ifndef TEST_ROSCPP_SERIALIZATION_MESSAGE_FIXEDLENGTH_H
00003 #define TEST_ROSCPP_SERIALIZATION_MESSAGE_FIXEDLENGTH_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 test_roscpp_serialization
00015 {
00016 template <class ContainerAllocator>
00017 struct FixedLength_ : public ros::Message
00018 {
00019 typedef FixedLength_<ContainerAllocator> Type;
00020
00021 FixedLength_()
00022 : a(0)
00023 , b(0.0)
00024 {
00025 }
00026
00027 FixedLength_(const ContainerAllocator& _alloc)
00028 : a(0)
00029 , b(0.0)
00030 {
00031 }
00032
00033 typedef uint32_t _a_type;
00034 uint32_t a;
00035
00036 typedef float _b_type;
00037 float b;
00038
00039
00040 private:
00041 static const char* __s_getDataType_() { return "test_roscpp_serialization/FixedLength"; }
00042 public:
00043 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00044
00045 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00046
00047 private:
00048 static const char* __s_getMD5Sum_() { return "74143e1090cf694294f589605908b555"; }
00049 public:
00050 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00051
00052 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00053
00054 private:
00055 static const char* __s_getMessageDefinition_() { return "uint32 a\n\
00056 float32 b\n\
00057 \n\
00058 "; }
00059 public:
00060 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00061
00062 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00063
00064 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00065 {
00066 ros::serialization::OStream stream(write_ptr, 1000000000);
00067 ros::serialization::serialize(stream, a);
00068 ros::serialization::serialize(stream, b);
00069 return stream.getData();
00070 }
00071
00072 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00073 {
00074 ros::serialization::IStream stream(read_ptr, 1000000000);
00075 ros::serialization::deserialize(stream, a);
00076 ros::serialization::deserialize(stream, b);
00077 return stream.getData();
00078 }
00079
00080 ROS_DEPRECATED virtual uint32_t serializationLength() const
00081 {
00082 uint32_t size = 0;
00083 size += ros::serialization::serializationLength(a);
00084 size += ros::serialization::serializationLength(b);
00085 return size;
00086 }
00087
00088 typedef boost::shared_ptr< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> > Ptr;
00089 typedef boost::shared_ptr< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> const> ConstPtr;
00090 };
00091 typedef ::test_roscpp_serialization::FixedLength_<std::allocator<void> > FixedLength;
00092
00093 typedef boost::shared_ptr< ::test_roscpp_serialization::FixedLength> FixedLengthPtr;
00094 typedef boost::shared_ptr< ::test_roscpp_serialization::FixedLength const> FixedLengthConstPtr;
00095
00096
00097 template<typename ContainerAllocator>
00098 std::ostream& operator<<(std::ostream& s, const ::test_roscpp_serialization::FixedLength_<ContainerAllocator> & v)
00099 {
00100 ros::message_operations::Printer< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> >::stream(s, "", v);
00101 return s;}
00102
00103 }
00104
00105 namespace ros
00106 {
00107 namespace message_traits
00108 {
00109 template<class ContainerAllocator>
00110 struct MD5Sum< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> > {
00111 static const char* value()
00112 {
00113 return "74143e1090cf694294f589605908b555";
00114 }
00115
00116 static const char* value(const ::test_roscpp_serialization::FixedLength_<ContainerAllocator> &) { return value(); }
00117 static const uint64_t static_value1 = 0x74143e1090cf6942ULL;
00118 static const uint64_t static_value2 = 0x94f589605908b555ULL;
00119 };
00120
00121 template<class ContainerAllocator>
00122 struct DataType< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> > {
00123 static const char* value()
00124 {
00125 return "test_roscpp_serialization/FixedLength";
00126 }
00127
00128 static const char* value(const ::test_roscpp_serialization::FixedLength_<ContainerAllocator> &) { return value(); }
00129 };
00130
00131 template<class ContainerAllocator>
00132 struct Definition< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> > {
00133 static const char* value()
00134 {
00135 return "uint32 a\n\
00136 float32 b\n\
00137 \n\
00138 ";
00139 }
00140
00141 static const char* value(const ::test_roscpp_serialization::FixedLength_<ContainerAllocator> &) { return value(); }
00142 };
00143
00144 template<class ContainerAllocator> struct IsFixedSize< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> > : public TrueType {};
00145 }
00146 }
00147
00148 namespace ros
00149 {
00150 namespace serialization
00151 {
00152
00153 template<class ContainerAllocator> struct Serializer< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> >
00154 {
00155 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00156 {
00157 stream.next(m.a);
00158 stream.next(m.b);
00159 }
00160
00161 ROS_DECLARE_ALLINONE_SERIALIZER;
00162 };
00163 }
00164 }
00165
00166 namespace ros
00167 {
00168 namespace message_operations
00169 {
00170
00171 template<class ContainerAllocator>
00172 struct Printer< ::test_roscpp_serialization::FixedLength_<ContainerAllocator> >
00173 {
00174 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::test_roscpp_serialization::FixedLength_<ContainerAllocator> & v)
00175 {
00176 s << indent << "a: ";
00177 Printer<uint32_t>::stream(s, indent + " ", v.a);
00178 s << indent << "b: ";
00179 Printer<float>::stream(s, indent + " ", v.b);
00180 }
00181 };
00182
00183
00184 }
00185 }
00186
00187 #endif // TEST_ROSCPP_SERIALIZATION_MESSAGE_FIXEDLENGTH_H
00188