class IGC::Headers
- IGC::Headers
- Reference
- Object
Defined in:
igc/headers.crInstance Method Summary
-
#competition_class : String | Nil
Competion parameters
-
#competition_class=(competition_class : String | Nil)
Competion parameters
- #competition_id : String | Nil
- #competition_id=(competition_id : String | Nil)
-
#date : Time
Date of the flight
-
#date=(date : Time)
Date of the flight
- #firmware_version : String | Nil
- #firmware_version=(firmware_version : String | Nil)
-
#flight_number : Int32
Number of flight of this day
-
#flight_number=(flight_number : Int32)
Number of flight of this day
-
#flight_recorder_type : String | Nil
Manufacturer's name, Model Number
-
#flight_recorder_type=(flight_recorder_type : String | Nil)
Manufacturer's name, Model Number
-
#from_igc(io : IO)
Reads a IGC header line
-
#glider_id : String | Nil
Information on the glider
-
#glider_id=(glider_id : String | Nil)
Information on the glider
- #glider_type : String | Nil
- #glider_type=(glider_type : String | Nil)
-
#gnss_altitude : GNSSAltitude
GNSS altitude model
-
#gnss_altitude=(gnss_altitude : GNSSAltitude)
GNSS altitude model
- #hardware_version : String | Nil
- #hardware_version=(hardware_version : String | Nil)
-
#headers : Hash(String, Tuple(String, String))
Raw headers, as they are written into the file
-
#headers=(headers : Hash(String, Tuple(String, String)))
Raw headers, as they are written into the file
-
#pilot : String | Nil
Name of the Pilot in Charge
-
#pilot=(pilot : String | Nil)
Name of the Pilot in Charge
-
#pressure_altitude : PressureAltitude
Pressure altitude model
-
#pressure_altitude=(pressure_altitude : PressureAltitude)
Pressure altitude model
-
#pressure_sensor : String | Nil
Hardware information
-
#pressure_sensor=(pressure_sensor : String | Nil)
Hardware information
-
#timezone : Time::Location
Timezone offset
-
#timezone=(timezone : Time::Location)
Timezone offset
Instance Method Detail
def headers=(headers : Hash(String, Tuple(String, String)))
#
Raw headers, as they are written into the file