Class: FmcMsgInfo
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:9
The receiver for messages shown in the FMC
Constructors
Constructor
new FmcMsgInfo(
bus
,fmcMsgLine
):FmcMsgInfo
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:16
Parameters
Parameter | Type |
---|---|
bus | EventBus |
fmcMsgLine | FmcMsgLine |
Returns
FmcMsgInfo
Properties
isOnMessagesPage
isOnMessagesPage:
boolean
=false
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:13
onActiveMsgsUpdated
onActiveMsgsUpdated:
Set
<() =>void
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:11
instance
static
instance:FmcMsgInfo
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:10
Methods
getActiveMsgs()
getActiveMsgs(): readonly
Message
[]
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:40
Gets the active messages.
Returns
readonly Message
[]
Returns a readonly array of active messages
updateMsgLine()
updateMsgLine():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMsgInfo.ts:32
Updates what message is displayed on the bottom left of the FMC.
Returns
void