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
readonlyfmsPos:Subject<LatLongAlt>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:17
gnssPos
readonlygnssPos:ConsumerSubject<LatLongAlt>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:16
isPosInitialized
readonlyisPosInitialized:Subject<boolean>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:15
messageService
readonlymessageService:undefined|MessageService
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:29
The message service
setPosValue
readonlysetPosValue: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