VRS
A file format for sensor data.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
vrs::ContentBlockId Class Reference

Helper to identify a particular content block within a file. More...

#include <RecordFormat.h>

Public Member Functions

 ContentBlockId (RecordableTypeId typeIdIn, Record::Type recordTypeIn, uint32_t formatVersionIn, size_t blockIndexIn)
 
RecordableTypeId getRecordableTypeId () const
 
Record::Type getRecordType () const
 
uint32_t getFormatVersion () const
 
size_t getBlockIndex () const
 

Detailed Description

Helper to identify a particular content block within a file.

A ContentBlock is the part of a record, a defined by RecordFormat. A ContentBlock is uniquely identified by this combo:


The documentation for this class was generated from the following file: