Interface: BaseG3000ChartsControlEvents
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:9
Base events used to control G3000 electronic charts.
Properties
charts_clear_selection
charts_clear_selection:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:23
Clears the charts airport and page selections.
charts_proc_preview_clear_selection
charts_proc_preview_clear_selection:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:32
Clears the procedure preview charts selection.
charts_proc_preview_select_page
charts_proc_preview_select_page:
G3000ChartsPageSelectionData
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:26
Selects a procedure preview charts page. The event data is the data describing the page to select.
charts_proc_preview_set_page_section
charts_proc_preview_set_page_section:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:29
Sets the active procedure preview page section. The event data is the ID of the section to set.
charts_select_airport
charts_select_airport:
IcaoValue
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:11
Selects an airport. The event data is the ICAO of the airport to select.
charts_select_page
charts_select_page:
G3000ChartsPageSelectionData
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:14
Selects a charts page. The event data is the data describing the page to select.
charts_set_page_section
charts_set_page_section:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:20
Sets the active page section. The event data is the ID of the section to set.
charts_sync_pof
charts_sync_pof:
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsControlEvents.ts:17
Syncs the chart airport and page selection to the current phase of flight.