Skip to main content

Class: PfdMessage

WT21_PFD_Message

Hierarchy

Constructors

constructor

new PfdMessage(content, level, weight, target, id): PfdMessage

Constructs a new instance of Message

Parameters

NameTypeDescription
contentstringThe message text
levelMESSAGE_LEVELThe MessageLevel of this message
weightnumberThe message weight (priority)
targetMESSAGE_TARGETThe message target display
idFMS_MESSAGE_IDThe message ID

Returns

PfdMessage

Inherited from

Message.constructor

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:19

Properties

blinkCheckHandler

blinkCheckHandler: () => boolean

Type declaration

▸ (): boolean

Returns

boolean

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/PfdMessage.ts:6


content

Readonly content: string

The text content of this message.

Inherited from

Message.content

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:21


id

Readonly id: FMS_MESSAGE_ID

Inherited from

Message.id

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:29


isNew

isNew: boolean = true

Default to true, becomes false once viewed on the messages FMC page.

Inherited from

Message.isNew

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:7


level

Readonly level: MESSAGE_LEVEL

The MESSAGE_LEVEL of severity of the message.

Inherited from

Message.level

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:23


presentationInfo

presentationInfo: PfdMessagePresentationInfo

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/PfdMessage.ts:7


target

Readonly target: MESSAGE_TARGET

The message target display.

Inherited from

Message.target

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:27


timestamp

Readonly timestamp: number

Inherited from

Message.timestamp

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:9


weight

Readonly weight: number

The message weight (priority).

Inherited from

Message.weight

Defined in

workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:25