Skip to main content

Class: FmcCmuCommons

A class containing common FMC elements for the CMU pages.

Constructors

constructor

new FmcCmuCommons(): FmcCmuCommons

Returns

FmcCmuCommons

Methods

createClockField

createClockField(page, bus): DisplayField<Date>

Creates the clockfield.

Parameters

NameTypeDescription
pageWT21FmcPage<null>The fmc page.
busEventBusThe event bus.

Returns

DisplayField<Date>

A configured DisplayField.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:38


createTermWxLink(page): PageLinkField

Creates the TERM WX link when a message was received..

Parameters

NameTypeDescription
pageWT21FmcPage<null>The fmc page.

Returns

PageLinkField

A configured PageLinkField.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:71


createVhfProgField

createVhfProgField(page): DisplayField<boolean>

Creates the VHF prog field.

Parameters

NameTypeDescription
pageWT21FmcPage<null>The fmc page.

Returns

DisplayField<boolean>

A configured DisplayField.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:59