A class that provides information about the message received.
More...
#include <MessageInfo.hh>
|
std::unique_ptr< MessageInfoPrivate > | dataPtr |
|
A class that provides information about the message received.
§ MessageInfo()
ignition::transport::MessageInfo::MessageInfo |
( |
| ) |
|
§ ~MessageInfo()
ignition::transport::MessageInfo::~MessageInfo |
( |
| ) |
|
§ SetTopic()
void ignition::transport::MessageInfo::SetTopic |
( |
const std::string & |
_topic | ) |
|
Set the topic name associated to the message.
§ Topic()
std::string ignition::transport::MessageInfo::Topic |
( |
| ) |
const |
Get the topic name associated to the message.
- Returns
- The topic name.
§ dataPtr
std::unique_ptr<MessageInfoPrivate> ignition::transport::MessageInfo::dataPtr |
|
protected |
The documentation for this class was generated from the following file: