Class: FmcCmuCommons
A class containing common FMC elements for the CMU pages.
Constructors
constructor
• new FmcCmuCommons(): FmcCmuCommons
Returns
Methods
createClockField
▸ createClockField(page
, bus
): DisplayField
<Date
>
Creates the clockfield.
Parameters
Name | Type | Description |
---|---|---|
page | WT21FmcPage <null > | The fmc page. |
bus | EventBus | The 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
▸ createTermWxLink(page
): PageLinkField
Creates the TERM WX link when a message was received..
Parameters
Name | Type | Description |
---|---|---|
page | WT21FmcPage <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
Name | Type | Description |
---|---|---|
page | WT21FmcPage <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