![]() |
VRS
A file format for sensor data.
|
This is the complete list of members for vrs::RecordFormat, including all inherited members.
addRecordFormat(map< string, string > &inOutRecordFormatRegister, Record::Type recordType, uint32_t formatVersion, const RecordFormat &format, const vector< const DataLayout * > &layouts) | vrs::RecordFormat | static |
asString() const | vrs::RecordFormat | |
clear() (defined in vrs::RecordFormat) | vrs::RecordFormat | inline |
getBlockSize(size_t blockIndex, size_t remainingSize) const | vrs::RecordFormat | |
getBlocksOfTypeCount(ContentType type) const | vrs::RecordFormat | |
getContentBlock(size_t index) const | vrs::RecordFormat | |
getDataLayout(const map< string, string > &recordFormatRegister, const ContentBlockId &blockId) (defined in vrs::RecordFormat) | vrs::RecordFormat | static |
getDataLayoutTagName(Record::Type type, uint32_t version, size_t blockIndex) (defined in vrs::RecordFormat) | vrs::RecordFormat | static |
getFirstContentBlock() const | vrs::RecordFormat | inline |
getRecordFormats(const map< string, string > &recordFormatRegister, RecordFormatMap &outFormats) (defined in vrs::RecordFormat) | vrs::RecordFormat | static |
getRecordFormatTagName(Record::Type recordType, uint32_t formatVersion) | vrs::RecordFormat | static |
getRecordSize() const | vrs::RecordFormat | |
getRemainingBlocksSize(size_t firstBlock) const | vrs::RecordFormat | |
getUsedBlocksCount() const | vrs::RecordFormat | |
operator!=(const RecordFormat &rhs) const (defined in vrs::RecordFormat) | vrs::RecordFormat | inline |
operator+(const ContentBlock &block) | vrs::RecordFormat | inline |
operator+(ContentBlock &&block) | vrs::RecordFormat | inline |
operator=(const RecordFormat &)=default | vrs::RecordFormat | |
operator==(const RecordFormat &rhs) const (defined in vrs::RecordFormat) | vrs::RecordFormat | |
parseRecordFormatTagName(const string &tagName, Record::Type &recordType, uint32_t &formatVersion) | vrs::RecordFormat | static |
RecordFormat()=default | vrs::RecordFormat | |
RecordFormat(const RecordFormat &)=default | vrs::RecordFormat | |
RecordFormat(const string &format) | vrs::RecordFormat | inline |
RecordFormat(const char *format) | vrs::RecordFormat | inline |
RecordFormat(const ContentBlock &block) | vrs::RecordFormat | inline |
RecordFormat(ContentBlock &&block) | vrs::RecordFormat | inline |
RecordFormat(const ContentBlock &first, const ContentBlock &second) | vrs::RecordFormat | inline |
RecordFormat(const ContentBlock &&first, const ContentBlock &&second) | vrs::RecordFormat | inline |
RecordFormat(ContentType type, size_t size=ContentBlock::kSizeUnknown) | vrs::RecordFormat | inline |
set(const string &format) | vrs::RecordFormat |