Skip to main content

Class: FmcMessageReceiver

The receiver for messages shown in the FMC

Implements

  • IMessageReceiver

Constructors

constructor

new FmcMessageReceiver(bus): FmcMessageReceiver

Parameters

NameType
busEventBus

Returns

FmcMessageReceiver

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

NameType
idFMS_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

NameType
idFMS_MESSAGE_ID
textstring
levelMESSAGE_LEVEL
weightnumber
targetMESSAGE_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