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
Parameter | Type | Description |
---|---|---|
onlyOnside | boolean | whether this message is only sent to the onside CDU |
title | string | the title of the message |
body | FmsMessageFragment [] | 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