Skip to main content

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

ParameterTypeDescription
busEventBusThe event bus
messageServiceMessageService | undefinedThe 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: MessageService | undefined

Defined in: workingtitle-instruments-wt21/shared/Navigation/FmsPos.ts:48

The message service


setPosValue

readonly setPosValue: Subject<LatLongAlt | null>

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