Class: FmcCmuCommons
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:30
A class containing common FMC elements for the CMU pages.
Constructors
Constructor
new FmcCmuCommons():
FmcCmuCommons
Returns
FmcCmuCommons
Methods
createClockField()
static
createClockField(page
,bus
):DisplayField
<Date
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:38
Creates the clockfield.
Parameters
Parameter | Type | Description |
---|---|---|
page | WT21FmcPage | The fmc page. |
bus | EventBus | The event bus. |
Returns
DisplayField
<Date
>
A configured DisplayField.
createTermWxLink()
static
createTermWxLink(page
):PageLinkField
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:71
Creates the TERM WX link when a message was received..
Parameters
Parameter | Type | Description |
---|---|---|
page | WT21FmcPage | The fmc page. |
Returns
PageLinkField
A configured PageLinkField.
createVhfProgField()
static
createVhfProgField(page
):DisplayField
<boolean
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcCmuCommons.ts:59
Creates the VHF prog field.
Parameters
Parameter | Type | Description |
---|---|---|
page | WT21FmcPage | The fmc page. |
Returns
DisplayField
<boolean
>
A configured DisplayField.