specific graphics element types rather than graphics_element
This commit is contained in:
@@ -83,10 +83,10 @@ function iocontrol.init_core(pkt_comms, nav, cfg)
|
||||
|
||||
get_tone_states = function () comms.diag__get_alarm_tones() end,
|
||||
|
||||
ready_warn = nil, ---@type graphics_element
|
||||
tone_buttons = {}, ---@type graphics_element[]
|
||||
alarm_buttons = {}, ---@type graphics_element[]
|
||||
tone_indicators = {} ---@type graphics_element[] indicators to update from supervisor tone states
|
||||
ready_warn = nil, ---@type TextBox
|
||||
tone_buttons = {}, ---@type SwitchButton[]
|
||||
alarm_buttons = {}, ---@type CheckBox[]
|
||||
tone_indicators = {} ---@type IndicatorLight[] indicators to update from supervisor tone states
|
||||
}
|
||||
|
||||
-- API access
|
||||
|
||||
Reference in New Issue
Block a user