Class: WindFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:736
Format for entering wind values
Implements
Constructors
Constructor
new WindFormat():
WindFormat
Returns
WindFormat
Properties
nullValueString
nullValueString:
string
='---°/---'
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:763
The string to show when a value is null
Implementation of
Methods
format()
format(
value
):string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:766
Parameters
Parameter | Type |
---|---|
value | WindEntry |
Returns
string
Inherit Doc
Implementation of
parse()
parse(
input
):null
|WindEntry
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:738
Parameters
Parameter | Type |
---|---|
input | string |
Returns
null
| WindEntry