Skip to main content

Interface: InertialDataProvider

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:10

An airspeed data provider, providing data from the ADAHRS selected for an instrument.

Properties

estimatedPositionUncertainty

estimatedPositionUncertainty: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:48

The current estimated position uncertainty of the FMS position, or null when invalid.


filteredWindDirection

filteredWindDirection: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:36

The current filtered wind direction in degrees true, or null when invalid.


filteredWindSpeed

filteredWindSpeed: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:30

The current filtered total wind speed in knots, or null when invalid.


filteredWindSpeedX

filteredWindSpeedX: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:15

The current filtered wind speed component in x direction (crosswind) in knots, +ve being to the right, or null when invalid.


filteredWindSpeedY

filteredWindSpeedY: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:24

The current filtered wind speed component in y direction (head/tailwind) in knots, +ve being tailwind/forward, or null when invalid.


groundSpeed

groundSpeed: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:39

The current ground speed in knots, or null when invalid.


groundTrack

groundTrack: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:42

The current ground track in degree true, or null when invalid.


lateralAcceleration

lateralAcceleration: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:54

The current lateral acceleration relative to aircraft X axis, in east/west direction in metres/sec^2, +ve to the right, or null when invalid.


longitudinalAcceleration

longitudinalAcceleration: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:60

The current longitudinal acceleration relative to aircraft Z axis, in fore/aft direction in metres/sec^2, +ve forwards, or null when invalid.


position

position: Subscribable<null | LatLongAlt>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:45

The current estimated FMS position, or null when invalid.


sideSlip

sideSlip: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:69

The side slip acceleration in gs, or null when invalid.


verticalAcceleration

verticalAcceleration: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:66

The current vertical acceleration relative to aircraft Y axis, in vertical direction in metres/sec^2, +ve upwards, or null when invalid.


windDirection

windDirection: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:33

The current wind direction in degrees true, or null when invalid.


windSpeed

windSpeed: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:27

The current total wind speed in knots, or null when invalid.


windSpeedX

windSpeedX: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:12

The current wind speed component in x direction (crosswind) in knots, +ve being to the right, or null when invalid.


windSpeedY

windSpeedY: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/InertialDataProvider.ts:18

The current wind speed component in y direction (head/tailwind) in knots, +ve being tailwind/forward, or null when invalid.