| Home | Have a look at the insides of the Racer file formats. |
|
|
|
The RTD file format is used for storing telemetry data (since v0.8.18). Notice that the format may change in the oncoming months; after that it probably stabilizes quite a bit since telemetry storage is not really rocket science.
Header
The file header is as follows:
Properties
After the header a number of generic properties are written:
Properties are used to pass things like 'car' and 'track' in a flexible way. More properties may be stored in the future.
Signal data
Next is the the signal data.
(to be enhanced)
(last updated June 5, 2011 )