class IGC::File

Defined in:

igc/file.cr

Instance Method Summary

Instance Method Detail

def datapoints : Array(Datapoint) #

Extra datapoints recorded at regular intervals (K records)


[View source]
def datapoints=(datapoints : Array(Datapoint)) #

Extra datapoints recorded at regular intervals (K records)


[View source]
def fixes : Array(Fix) #

All the fixes recorded in the file


[View source]
def fixes=(fixes : Array(Fix)) #

All the fixes recorded in the file


[View source]
def flight_recorder_id : String | Nil #

Identifier of the flight recorder


[View source]
def flight_recorder_id=(flight_recorder_id : String | Nil) #

Identifier of the flight recorder


[View source]
def headers : Headers #

Headers of the file


[View source]
def headers=(headers : Headers) #

Headers of the file


[View source]
def security_signature : String | Nil #

Security signature found on the G line


[View source]
def security_signature=(security_signature : String | Nil) #

Security signature found on the G line


[View source]
def task : Task | Nil #

Task definition, if specified


[View source]
def task=(task : Task | Nil) #

Task definition, if specified


[View source]