![]() |
VR-Vantage 2.2 API Documentation
|
VR-Vantage uses Boost's serialization functionality for reading and writing files.
A class that contains data that is to be read from disk and written to disk is called a record.
Record classes are part of the makArchives library. The guidelines for classes in this library are as follows:
Basic usage of records is as follows:
For the most part there is a specific DataRecord type for each file type. However, some records deviate from this standard. All files in ./appData/drivers are DtDriverRecord files, for example, DIS.DtDisDriver stores a DtDriverRecord. The file extension (.DtDisDriver) is the name of the driver class needed to use the file data.
Here is an example record:
To write a test record:
To read a test record:
[<< Runtime Settings] [Home] [Top of Page] [Configuration Files >>]