Class: AutopilotInstrument
Manages an autopilot system
Constructors
constructor
• new AutopilotInstrument(bus
): AutopilotInstrument
Create an AutopilotInstrument
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus to publish to |
Returns
Defined in
src/sdk/instruments/APPublisher.ts:273
Properties
publisher
• publisher: AutopilotPublisher
Defined in
src/sdk/instruments/APPublisher.ts:265
simVarPublisher
• simVarPublisher: APSimVarPublisher
Defined in
src/sdk/instruments/APPublisher.ts:266
Methods
init
▸ init(): void
Initialize the instrument
Returns
void
Defined in
src/sdk/instruments/APPublisher.ts:284
onUpdate
▸ onUpdate(): void
update our publishers
Returns
void
Defined in
src/sdk/instruments/APPublisher.ts:391