Interface: FmsPositionSystemEvents
Defined in: workingtitle-instruments-epic2/shared/Systems/FmsPositionSystem.ts:56
Events fired by the FMS geo-positioning system.
Extends
FmsPositionGNSSDataEvents
.FmsPositionAdcDataEvents
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_gps_epu
: `fms_pos_gps_epu_${number}`
]: number
The current GPS position uncertainty (95%) estimated by the FMS from the lowest EPU GPS, -1 when invalid
[fms_pos_adahrs_epu
: `fms_pos_adahrs_epu_${number}`
]: number
The current ADAHRS position uncertainty (95%) estimated by the FMS, -1 when invalid
[fms_pos_dr_epu
: `fms_pos_dr_epu_${number}`
]: number
The current Dead Reckoning position uncertainty (95%) estimated by the FMS, -1 when invalid
[fms_pos_epu
: `fms_pos_epu_${number}`
]: number
The current best position uncertainty (95%) estimated by the FMS from each of the sources, -1 when invalid
[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
[key
: `fms_pos_ambient_wind_velocity_${number}`
]: number
[key
: `fms_pos_ambient_wind_direction_${number}`
]: number