Skip to main content

Class: IasMachFormat

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:802

Format for IAS and Mach input

Implements

Constructors

Constructor

new IasMachFormat(): IasMachFormat

Returns

IasMachFormat

Properties

nullValueString

readonly nullValueString: "---/-" = '---/-'

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:804

The string to show when a value is null

Implementation of

Formatter.nullValueString

Methods

format()

format(value): string

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:820

Parameters

ParameterType
valueIasMachEntry

Returns

string

Inherit Doc

Implementation of

Formatter.format


parse()

parse(input): null | IasMachEntry

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:807

Parameters

ParameterType
inputstring

Returns

null | IasMachEntry

Inherit Doc

Implementation of

Validator.parse