VRS
A file format for sensor data.
Loading...
Searching...
No Matches
Classes | Enumerations
vrs::IndexRecord Namespace Reference

Namespace for index record related classes. More...

Classes

struct  DiskRecordInfo
 Helper class to store details about a single VRS record on disk. More...
 
struct  DiskStreamId
 Helper class to store StreamID objects on disk. More...
 
class  Reader
 Helper class to read VRS index records. More...
 
struct  RecordInfo
 Helper class to hold the details about a single VRS record in memory. More...
 
struct  RecordSignature
 This is used to count records to different kinds. More...
 
class  Writer
 Helper class to write VRS index records. More...
 

Enumerations

enum  { kClassicIndexFormatVersion = 2 , kSplitIndexFormatVersion = 3 }
 

Detailed Description

Namespace for index record related classes.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kClassicIndexFormatVersion 

Classic index record format, with a single index record/file

kSplitIndexFormatVersion 

Split index: Single index record, but potentially partial, with a dedicated file chunk for the VRS file's header, description & index records.