gz/transport/log/Descriptor.hh
Go to the documentation of this file.
The Descriptor class provides meta-information about what a log contains. This may be useful for dete...
Definition: gz/transport/log/Descriptor.hh:42
const NameToMap & TopicsToMsgTypesToId() const
A topic in the database is uniquely identified by a pair of (topic name, message type)....
Descriptor(Descriptor &&_orig)
Move constructor, not used by most.
const NameToMap & MsgTypesToTopicsToId() const
A topic in the database is uniquely identified by a pair of (topic name, message type)....
int64_t TopicId(const std::string &_topicName, const std::string &_msgType) const
Convenience method to get an id given a topic name and type.
Definition: gz/transport/log/Batch.hh:28