Class: FmsPos
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:7
A class for managing the FMS POS initialization
Constructors
Constructor
new FmsPos(
bus
,messageService
):FmsPos
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:28
Ctor
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus |
messageService | undefined | MessageService | The message service |
Returns
FmsPos
Properties
fmsPos
readonly
fmsPos:Subject
<LatLongAlt
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:17
gnssPos
readonly
gnssPos:ConsumerSubject
<LatLongAlt
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:16
isPosInitialized
readonly
isPosInitialized:Subject
<boolean
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:15
messageService
readonly
messageService:undefined
|MessageService
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:29
The message service
setPosValue
readonly
setPosValue:Subject
<null
|LatLongAlt
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:18
Methods
initPosWithGnss()
initPosWithGnss():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:98
Initialize the FMS POS with the current GPS position.
Returns
void