28 #ifndef ROSLIB_SERIALIZED_MESSAGE_H 29 #define ROSLIB_SERIALIZED_MESSAGE_H 33 #include <boost/shared_array.hpp> 34 #include <boost/shared_ptr.hpp> 42 boost::shared_array<uint8_t>
buf;
50 : buf(
boost::shared_array<uint8_t>())
58 , num_bytes(num_bytes)
59 , message_start(buf ? buf.get() : 0)
66 #endif // ROSLIB_SERIALIZED_MESSAGE_H
SerializedMessage(boost::shared_array< uint8_t > buf, size_t num_bytes)
#define ROSCPP_SERIALIZATION_DECL
const std::type_info * type_info
boost::shared_array< uint8_t > buf
boost::shared_ptr< void const > message