BaseStationFlight Properties |
The BaseStationFlight type exposes the following members.
Name | Description | |
---|---|---|
![]() | Aircraft |
Gets or sets the aircraft that performed the flight. Some IBaseStationDatabase methods may not read
the record, in which case this will be null.
|
![]() | AircraftID |
Gets or sets the identifier of the BaseStationAircraft record that corresponds to this flight.
|
![]() | Callsign |
Gets or sets the callsign that the flight was operating under.
|
![]() | EndTime |
Gets or sets the time of the last message received from the aircraft (UTC).
|
![]() | FirstAltitude |
Gets or sets the altitude (in feet) the aircraft was at when the first message was received.
|
![]() | FirstGroundSpeed |
Gets or sets the ground speed (in knots) the aircraft was travelling at when the first message was received.
|
![]() | FirstIsOnGround |
Gets or sets a value indicating whether the aircraft was on the ground when the first message was received.
|
![]() | FirstLat |
Gets or sets the latitude that the aircraft was over when the first message was received.
|
![]() | FirstLon |
Gets or sets the longitude that the aircraft was over when the first message was received.
|
![]() | FirstSquawk |
Gets or sets the squawk code that was being transmitted by the aircraft when the first message was received.
|
![]() | FirstTrack |
Gets or sets the track (degrees from north of heading over the ground) that the aircraft was pointing in when the first message was received.
|
![]() | FirstVerticalRate |
Gets or sets the rate of ascent (+ve) or descent (-ve) in feet per second that the aircraft was undertaking when the first message was received.
|
![]() | FlightID |
Gets or sets the unique identifier of the flight record on the database.
|
![]() | HadAlert |
Gets or sets a value indicating whether the aircraft changed squawk during the flight.
|
![]() | HadEmergency |
Gets or sets a value indicating whether the aircraft transmitted an emergency squawk code during the flight.
|
![]() | HadSpi |
Gets or sets a value indicating whether the pilot pressed the IDENT button during the flight.
|
![]() | LastAltitude |
Gets or sets the altitude (in feet) the aircraft was at when the last message was received.
|
![]() | LastGroundSpeed |
Gets or sets the ground speed (in knots) the aircraft was travelling at when the last message was received.
|
![]() | LastIsOnGround |
Gets or sets a value indicating whether the aircraft was on the ground when the last message was received.
|
![]() | LastLat |
Gets or sets the latitude that the aircraft was over when the last message was received.
|
![]() | LastLon |
Gets or sets the longitude that the aircraft was over when the last message was received.
|
![]() | LastSquawk |
Gets or sets the squawk code that was being transmitted by the aircraft when the last message was received.
|
![]() | LastTrack |
Gets or sets the track (degrees from north of heading over the ground) that the aircraft was pointing in when the last message was received.
|
![]() | LastVerticalRate |
Gets or sets the rate of ascent (+ve) or descent (-ve) in feet per second that the aircraft was undertaking when the last message was received.
|
![]() | NumADSBMsgRec |
Gets or sets the total number of ADSB messages received during the flight.
|
![]() | NumAirCallRepMsgRec |
Gets or sets the number of all call report messages received during the flight.
|
![]() | NumAirPosMsgRec |
Gets or sets the number of air position messages received during the flight.
|
![]() | NumAirToAirMsgRec |
Gets or sets the number of air to air messages received during the flight.
|
![]() | NumAirVelMsgRec |
Gets or sets the number of air velocity messages received during the flight.
|
![]() | NumIDMsgRec |
Gets or sets the total number of ID messages received during the flight.
|
![]() | NumModeSMsgRec |
Gets or sets the total number of Mode-S messages received during the flight.
|
![]() | NumPosMsgRec |
Gets or sets the total number of messages which contained a position during the flight.
|
![]() | NumSurAltMsgRec |
Gets or sets the number of surface ALT messages received during the flight.
|
![]() | NumSurIDMsgRec |
Gets or sets the number of surface ID messages received during the flight.
|
![]() | NumSurPosMsgRec |
Gets or sets the number of surface position messages received during the flight.
|
![]() | SessionID |
Gets or sets the unique identifier of the BaseStationSession record that was current
when the flight was recorded.
|
![]() | StartTime |
Gets or sets the time that the first message was received from the aircraft (UTC).
|