Class: Epic2SpeedScheduleBase
Defined in: workingtitle-instruments-epic2/shared/Performance/Epic2SpeedSchedules.ts:13
A base class that handles an Epic 2 speed schedule
Extended by
Constructors
Constructor
new Epic2SpeedScheduleBase():
Epic2SpeedScheduleBase
Returns
Epic2SpeedScheduleBase
Properties
isMachInUse
isMachInUse:
boolean
=false
Defined in: workingtitle-instruments-epic2/shared/Performance/Epic2SpeedSchedules.ts:21
Whether to use the scheduled mach speed
scheduledIas
scheduledIas:
number
=-1
Defined in: workingtitle-instruments-epic2/shared/Performance/Epic2SpeedSchedules.ts:15
The indicated airspeed for this schedule
scheduledMach
scheduledMach:
number
=-1
Defined in: workingtitle-instruments-epic2/shared/Performance/Epic2SpeedSchedules.ts:18
The mach for this schedule
Methods
update()
update(
pressureAltitude
,position?
):void
Defined in: workingtitle-instruments-epic2/shared/Performance/Epic2SpeedSchedules.ts:48
Updates the speed schedule
Parameters
Parameter | Type | Description |
---|---|---|
pressureAltitude | number | The current pressure altitude, in feet |
position? | LatLonInterface | The position, if applicable |
Returns
void