Type Alias: FmsSpeedValue
FmsSpeedValue =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedTargetDataProvider.ts:9
An FMS speed value, consisting of a speed and associated unit.
Properties
unit
unit:
SpeedUnit
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedTargetDataProvider.ts:14
The unit of the speed.
value
value:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedTargetDataProvider.ts:11
The numeric value of the speed.