2020-11-29 19:30:18 -05:00
|
|
|
VORLocalizerSettings:
|
|
|
|
description: VORLocalizer
|
|
|
|
properties:
|
|
|
|
rgbColor:
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
type: string
|
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIFeatureSetIndex:
|
|
|
|
type: integer
|
|
|
|
reverseAPIFeatureIndex:
|
|
|
|
type: integer
|
|
|
|
magDecAdjust:
|
|
|
|
description: Adjust radial lines on map for magnetic declination of VOR
|
|
|
|
type: integer
|
2020-12-07 13:32:43 -05:00
|
|
|
rrTime:
|
|
|
|
description: Round robin turn time in seconds
|
|
|
|
type: integer
|
2020-12-08 02:28:55 -05:00
|
|
|
forceRRAveraging:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Force radial and signal magnitudes averaging over the round robin turn
|
|
|
|
* 0 - Do not force averaging
|
|
|
|
* 1 - Force averaging
|
2020-12-07 13:32:43 -05:00
|
|
|
centerShift:
|
|
|
|
description: Shift of center frequency in Hz
|
|
|
|
type: integer
|
2022-01-08 23:27:12 -05:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2021-10-21 20:01:33 -04:00
|
|
|
|
2021-10-23 15:24:25 -04:00
|
|
|
VORLocalizerReport:
|
|
|
|
description: VORLocalizers
|
|
|
|
properties:
|
|
|
|
runningState:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Running state
|
|
|
|
* 0 - not started
|
|
|
|
* 1 - idle
|
|
|
|
* 2 - running
|
|
|
|
* 3 - error
|
|
|
|
|
2021-10-21 20:01:33 -04:00
|
|
|
VORLocalizerActions:
|
|
|
|
description: VORLocalizer
|
|
|
|
properties:
|
|
|
|
run:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Set the plugin running state
|
|
|
|
* 0 - idle
|
|
|
|
* 1 - run
|