Skip to main content

Class: AirspeedCasInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:21

Format for a calibrated airspeed input.

Implements

Constructors

Constructor

new AirspeedCasInputFormat(nullValueDisplay, min?, max?): AirspeedCasInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:23

Parameters

ParameterTypeDefault value
nullValueDisplaystring'□□□'
min?numberundefined
max?numberundefined

Returns

AirspeedCasInputFormat

Inherit Doc

Properties

format

format: FormatterFunction<number>

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:27

Inherit Doc

Implementation of

FormatterValidator.format


nullValueString

nullValueString: string

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:28

The string to show when a value is null

Implementation of

FormatterValidator.nullValueString


parse()

parse: (input) => null | number | Promise<null | number>

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:25

Parameters

ParameterType
inputstring

Returns

null | number | Promise<null | number>

Inherit Doc

Implementation of

FormatterValidator.parse