class IGC::File
- IGC::File
- Reference
- Object
Defined in:
igc/file.crInstance Method Summary
-
#datapoints : Array(Datapoint)
Extra datapoints recorded at regular intervals (K records)
-
#datapoints=(datapoints : Array(Datapoint))
Extra datapoints recorded at regular intervals (K records)
-
#fixes : Array(Fix)
All the fixes recorded in the file
-
#fixes=(fixes : Array(Fix))
All the fixes recorded in the file
-
#flight_recorder_id : String | Nil
Identifier of the flight recorder
-
#flight_recorder_id=(flight_recorder_id : String | Nil)
Identifier of the flight recorder
-
#headers : Headers
Headers of the file
-
#headers=(headers : Headers)
Headers of the file
-
#security_signature : String | Nil
Security signature found on the G line
-
#security_signature=(security_signature : String | Nil)
Security signature found on the G line
-
#task : Task | Nil
Task definition, if specified
-
#task=(task : Task | Nil)
Task definition, if specified
Instance Method Detail
Extra datapoints recorded at regular intervals (K records)
Extra datapoints recorded at regular intervals (K records)