Class: PfdMessage
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/PfdMessage.ts:5
WT21_PFD_Message
Extends
Constructors
Constructor
new PfdMessage(
content
,level
,weight
,target
,id
):PfdMessage
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:19
Constructs a new instance of Message
Parameters
Parameter | Type | Description |
---|---|---|
content | string | The message text |
level | MESSAGE_LEVEL | The MessageLevel of this message |
weight | number | The message weight (priority) |
target | MESSAGE_TARGET | The message target display |
id | FMS_MESSAGE_ID | The message ID |
Returns
PfdMessage
Inherited from
Properties
blinkCheckHandler()
blinkCheckHandler: () =>
boolean
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/PfdMessage.ts:6
Returns
boolean
content
readonly
content:string
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:21
The text content of this message.
Inherited from
id
readonly
id:FMS_MESSAGE_ID
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:29
Returns
Gets the ID of the message definition
Inherited from
isNew
isNew:
boolean
=true
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:7
Default to true, becomes false once viewed on the messages FMC page.
Inherited from
level
readonly
level:MESSAGE_LEVEL
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:23
The MESSAGE_LEVEL of severity of the message.
Inherited from
presentationInfo
presentationInfo:
PfdMessagePresentationInfo
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/PfdMessage.ts:7
target
readonly
target:MESSAGE_TARGET
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:27
The message target display.
Inherited from
timestamp
readonly
timestamp:number
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:9
Returns
Gets the unix timestamp for when the message was created
Inherited from
weight
readonly
weight:number
Defined in: workingtitle-instruments-wt21/shared/MessageSystem/Message.ts:25
The message weight (priority).