Skip to main content

Class: FmsPos

A class for managing the FMS POS initialization

Constructors

constructor

new FmsPos(bus, messageService): FmsPos

Ctor

Parameters

NameTypeDescription
busEventBusThe event bus
messageServiceundefined | MessageServiceThe message service

Returns

FmsPos

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:28

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

The message service

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:29


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

Initialize the FMS POS with the current GPS position.

Returns

void

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/FmsPos.ts:98