Class: G3XNavToNavGuidanceProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:14
A provider of autopilot nav-to-nav guidance data for the G3X autopilot. The provider sources guidance data from the internal GPS navigator (which does not support the nav-to-nav function) and any supported external navigators and selects the data for the navigator currently in use.
Implements
GarminNavToNavManager2Guidance
Constructors
Constructor
new G3XNavToNavGuidanceProvider(
bus,fplSourceDataProvider):G3XNavToNavGuidanceProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:57
Creates a new instance of G3XNavToNavGuidanceProvider.
Parameters
| Parameter | Type | Description |
|---|---|---|
bus | EventBus | The event bus. |
fplSourceDataProvider | G3XFplSourceDataProvider | A provider of flight plan source data. |
Returns
G3XNavToNavGuidanceProvider
Properties
armableLateralMode
readonlyarmableLateralMode:Accessible<APLateralModes>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:25
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.armableLateralMode
armableNavRadioIndex
readonlyarmableNavRadioIndex:Accessible<-1|NavRadioIndex>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:21
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.armableNavRadioIndex
armableVerticalMode
readonlyarmableVerticalMode:Accessible<APVerticalModes>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:29
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.armableVerticalMode
canSwitchCdi
readonlycanSwitchCdi:Accessible<boolean>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:33
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.canSwitchCdi
cdiId
readonlycdiId:Accessible<string>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:17
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.cdiId
isExternalCdiSwitchInProgress
readonlyisExternalCdiSwitchInProgress:Accessible<boolean>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:37
Inherit Doc
Implementation of
GarminNavToNavManager2Guidance.isExternalCdiSwitchInProgress
Methods
destroy()
destroy():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:116
Destroys this provider. Once destroyed, the provider will no longer automatically update its guidance data.
Returns
void
init()
init():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/G3XNavToNavGuidanceProvider.ts:64
Initializes this provider. Once initialized, the provider will automatically update its guidance data.
Returns
void
Throws
Error if this provider has been destroyed.