#include <message.h>
Public Types | |
typedef boost::shared_ptr < Message const > | ConstPtr |
typedef boost::shared_ptr < Message > | Ptr |
Public Member Functions | |
virtual const std::string | __getDataType () const =0 |
virtual const std::string | __getMD5Sum () const =0 |
virtual const std::string | __getMessageDefinition () const =0 |
virtual uint8_t * | deserialize (uint8_t *read_ptr)=0 |
Message () | |
virtual uint32_t | serializationLength () const =0 |
virtual uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const =0 |
virtual | ~Message () |
Static Public Member Functions | |
static std::string | __s_getDataType () |
static std::string | __s_getMD5Sum () |
static std::string | __s_getMessageDefinition () |
Public Attributes | |
boost::shared_ptr< M_string > | __connection_header |
uint32_t | __serialized_length |
Definition at line 49 of file message.h.
typedef boost::shared_ptr<Message const> ros::Message::ConstPtr |
Reimplemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, and roscpp::SetLoggerLevelResponse_< ContainerAllocator >.
typedef boost::shared_ptr<Message> ros::Message::Ptr |
Reimplemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, and roscpp::SetLoggerLevelResponse_< ContainerAllocator >.
virtual const std::string ros::Message::__getDataType | ( | ) | const [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
virtual const std::string ros::Message::__getMD5Sum | ( | ) | const [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
virtual const std::string ros::Message::__getMessageDefinition | ( | ) | const [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
static std::string ros::Message::__s_getDataType | ( | ) | [inline, static] |
Reimplemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, and roscpp::SetLoggerLevelResponse_< ContainerAllocator >.
static std::string ros::Message::__s_getMD5Sum | ( | ) | [inline, static] |
Reimplemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, and roscpp::SetLoggerLevelResponse_< ContainerAllocator >.
static std::string ros::Message::__s_getMessageDefinition | ( | ) | [inline, static] |
Reimplemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, and roscpp::SetLoggerLevelResponse_< ContainerAllocator >.
virtual uint8_t* ros::Message::deserialize | ( | uint8_t * | read_ptr | ) | [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
virtual uint32_t ros::Message::serializationLength | ( | ) | const [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
virtual uint8_t* ros::Message::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [pure virtual] |
Implemented in roscpp::Logger_< ContainerAllocator >, roscpp::EmptyRequest_< ContainerAllocator >, roscpp::EmptyResponse_< ContainerAllocator >, roscpp::GetLoggersRequest_< ContainerAllocator >, roscpp::GetLoggersResponse_< ContainerAllocator >, roscpp::SetLoggerLevelRequest_< ContainerAllocator >, roscpp::SetLoggerLevelResponse_< ContainerAllocator >, and FakeMessage.
boost::shared_ptr<M_string> ros::Message::__connection_header |
uint32_t ros::Message::__serialized_length |