Skip to main content

Class: FmcMsgLine

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:6

A class providing the rendering for the FMC message line and EXEC indication.

Constructors

Constructor

new FmcMsgLine(fmcScreen, planInModRef): FmcMsgLine

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:14

Ctor

Parameters

ParameterTypeDescription
fmcScreenFmcScreen<any, any>the fmc screen
planInModRefSubscribable<boolean>A binding to the fms's planInMod subject.

Returns

FmcMsgLine

Properties

msg

readonly msg: Subject<string>

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:7

Methods

render()

readonly render(): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:25

Forces a re-render of the msg line.

Returns

void