Interface: AglSystemEvents
Defined in: src/garminsdk/system/AglSystem.ts:13
Events fired by the AGL system.
Indexable
[agl_state
: `agl_state_${number}`
]: AvionicsSystemStateEvent
An event fired when the AGL system state changes.
[agl_gps_data_valid
: `agl_gps_data_valid_${number}`
]: boolean
An event fired when the position data validity of an AGL system changes.
[agl_gps_height
: `agl_gps_height_${number}`
]: number
The above ground height, in feet, calculated from position data.
[agl_gps_height_rate
: `agl_gps_height_rate_${number}`
]: number
The rate of change of above ground height, in feet per minute, calculated from position data.
[agl_radaralt_data_valid
: `agl_radaralt_data_valid_${number}`
]: boolean
An event fired when the radar altitude data validity of an AGL system changes.
[agl_radaralt_height
: `agl_radaralt_height_${number}`
]: number
The above ground height, in feet, calculated from radar altitude data.
[agl_radaralt_height_maxed
: `agl_radaralt_height_maxed_${number}`
]: boolean
Whether above ground height calculated from radar altitude data is clamped to the maximum reliable radar altitude. If the height is clamped, then the rate of change of the height is fixed to zero and is not valid.
[agl_radaralt_height_rate
: `agl_radaralt_height_rate_${number}`
]: number
The rate of change of above ground height, in feet per minute, calculated from radar altitude data.