FlightGear next
ReplayContainer Namespace Reference

Enumerations

enum  Type {
  Invalid = -1 , Header = 0 , MetaData = 1 , Properties = 2 ,
  RawData = 3
}
 

Enumeration Type Documentation

◆ Type

Enumerator
Invalid 
Header 

Used for initial file header (fixed identification string).

MetaData 

XML data / properties with arbitrary data, such as description, aircraft type, ...

Properties 

XML data describing the recorded flight recorder properties.

Format is identical to flight recorder XML configuration. Also contains some extra data to verify flight recorder consistency.

RawData 

Actual binary data blobs (the recorder's tape).

One "RawData" blob is used for each resolution.

Definition at line 102 of file replay-internal.cxx.