gz/transport/log/Message.hh
Go to the documentation of this file.
Represents a message in a bag file.
Definition: gz/transport/log/Message.hh:37
const std::chrono::nanoseconds & TimeReceived() const
Return the time the message was received.
Message(Message &&_other)=delete
No move constructor to prevent borrowed pointers from living beyond creator's expectations.
Message(const std::chrono::nanoseconds &_timeRecv, const void *_data, std::size_t _dataLen, const char *_type, std::size_t _typeLen, const char *_topic, std::size_t _topicLen)
Construct with data.
Message(const Message &_other)=delete
No copy constructor to prevent borrowed pointers from living beyond creator's expectations.
Definition: gz/transport/log/Batch.hh:28