Class: FmcMessageReceiver
The receiver for messages shown in the FMC
Implements
IMessageReceiver
Constructors
constructor
• new FmcMessageReceiver(bus
): FmcMessageReceiver
Parameters
Name | Type |
---|---|
bus | EventBus |
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMessageReceiver.ts:22
Properties
instance
▪ Static
instance: FmcMessageReceiver
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMessageReceiver.ts:17
Methods
clear
▸ clear(id
): void
Parameters
Name | Type |
---|---|
id | FMS_MESSAGE_ID |
Returns
void
Inherit Doc
Implementation of
IMessageReceiver.clear
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMessageReceiver.ts:37
process
▸ process(id
, text
, level
, weight
, target
): void
Parameters
Name | Type |
---|---|
id | FMS_MESSAGE_ID |
text | string |
level | MESSAGE_LEVEL |
weight | number |
target | MESSAGE_TARGET |
Returns
void
Inherit Doc
Implementation of
IMessageReceiver.process
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Data/FmcMessageReceiver.ts:28