Interface: FmsPositionSystemEvents
Defined in: src/garminsdk/system/FmsPositionSystem.ts:45
Events fired by the FMS geo-positioning system.
Extends
FmsPositionGNSSDataEvents
Indexable
[fms_pos_state_
: `fms_pos_state_${number}`
]: AvionicsSystemStateEvent
An event fired when the FMS geo-positioning system state changes.
[fms_pos_mode_
: `fms_pos_mode_${number}`
]: FmsPositionMode
The current positioning mode used by the FMS geo-positioning system.
[fms_pos_gps_index_
: `fms_pos_gps_index_${number}`
]: number
The index of the GPS receiver currently used by the FMS geo-positioning system, or -1
if the system is not
using any GPS receiver.
[fms_pos_hns_index_
: `fms_pos_hns_index_${number}`
]: number
The index of the HNS currently used by the FMS geo-positioning system, or -1
if the system is not using any HNS.
[fms_pos_dme_index_
: `fms_pos_dme_index_${number}`
]: number
The index of the DME/DME navigation system currently used by the FMS geo-positioning system, or -1
if the system
is not using any DME/DME system.
[key
: `fms_pos_gps-position_${number}`
]: LatLongAlt
[key
: `fms_pos_track_deg_true_${number}`
]: number
[key
: `fms_pos_track_deg_magnetic_${number}`
]: number
[key
: `fms_pos_ground_speed_${number}`
]: number