Skip to main content

Class: FmsMessage

Defined in: workingtitle-instruments-epic2/shared/FmsMessageSystem/FmsMessage.ts:15

Fms Message to be displayed on the INAV window.

Constructors

Constructor

new FmsMessage(onlyOnside, title, body): FmsMessage

Defined in: workingtitle-instruments-epic2/shared/FmsMessageSystem/FmsMessage.ts:23

Ctor

Parameters

ParameterTypeDescription
onlyOnsidebooleanwhether this message is only sent to the onside CDU
titlestringthe title of the message
bodyFmsMessageFragment[]the body of the message, containing text fragments

Returns

FmsMessage

Properties

body

readonly body: FmsMessageFragment[]

Defined in: workingtitle-instruments-epic2/shared/FmsMessageSystem/FmsMessage.ts:26

the body of the message, containing text fragments


onlyOnside

readonly onlyOnside: boolean

Defined in: workingtitle-instruments-epic2/shared/FmsMessageSystem/FmsMessage.ts:24

whether this message is only sent to the onside CDU


title

readonly title: string

Defined in: workingtitle-instruments-epic2/shared/FmsMessageSystem/FmsMessage.ts:25

the title of the message