Class: FmsPos
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:24
A class for managing the FMS POS initialization
Constructors
Constructor
new FmsPos(
bus
,messageService
):FmsPos
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:47
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/shared/Navigation/FmsPos.ts:34
gnssPos
readonly
gnssPos:ConsumerSubject
<LatLongAlt
>
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:33
isPosInitialized
readonly
isPosInitialized:Subject
<boolean
>
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:32
messageService
readonly
messageService:undefined
|MessageService
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:48
The message service
setPosValue
readonly
setPosValue:Subject
<null
|LatLongAlt
>
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:35
Methods
initPosWithGnss()
initPosWithGnss():
void
Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:124
Initialize the FMS POS with the current GPS position.
Returns
void