Skip to main content

Type Alias: ExternalGpsReceiverDefinition

ExternalGpsReceiverDefinition = BaseGpsReceiverDefinition & object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/SensorsConfig.ts:55

A definition for an external GPS receiver.

Type declaration

isPrimary

isPrimary: boolean

Whether the G3X should instantiate the primary instance of the GPS receiver's GPSSatComputer.

options?

optional options: Readonly<GPSSatComputerOptions>

Configuration options for the GPS receiver's GPSSatComputer.

supportSbas

supportSbas: boolean

Whether the GPS receiver supports SBAS.

type

type: "external"

The type of this definition's GPS receiver.