mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 03:41:47 -05:00
Fix typos in .yaml files
This commit is contained in:
parent
79deb41ddb
commit
a45e4eab0a
@ -28,7 +28,7 @@ AFCSettings:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
freqTolerance:
|
freqTolerance:
|
||||||
descritpion: Frequency shift tolerance before tracker frequency is (re)adjusted
|
description: Frequency shift tolerance before tracker frequency is (re)adjusted
|
||||||
type: integer
|
type: integer
|
||||||
trackerAdjustPeriod:
|
trackerAdjustPeriod:
|
||||||
description: Tracker channel frequency adjustment period in seconds
|
description: Tracker channel frequency adjustment period in seconds
|
||||||
@ -62,7 +62,7 @@ AFCReport:
|
|||||||
description: Tracker index in device set
|
description: Tracker index in device set
|
||||||
type: integer
|
type: integer
|
||||||
trackerDeviceFrequency:
|
trackerDeviceFrequency:
|
||||||
descritpion: Center frequency of tracker device
|
description: Center frequency of tracker device
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
trackerChannelOffset:
|
trackerChannelOffset:
|
||||||
|
@ -38,7 +38,7 @@ ChirpChatDemodSettings:
|
|||||||
spreadFactor:
|
spreadFactor:
|
||||||
type: integer
|
type: integer
|
||||||
deBits:
|
deBits:
|
||||||
description: Low data rate optmize (DE) bits i.e. nb of FFT bins per effective symbol
|
description: Low data rate optimize (DE) bits i.e. nb of FFT bins per effective symbol
|
||||||
type: integer
|
type: integer
|
||||||
fftWindow:
|
fftWindow:
|
||||||
type: integer
|
type: integer
|
||||||
@ -203,5 +203,5 @@ ChirpChatDemodReport:
|
|||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Boolean - decoding status
|
Boolean - decoding status
|
||||||
* 0 - no deconding
|
* 0 - no decoding
|
||||||
* 1 - decoding
|
* 1 - decoding
|
||||||
|
@ -38,7 +38,7 @@ ChirpChatModSettings:
|
|||||||
spreadFactor:
|
spreadFactor:
|
||||||
type: integer
|
type: integer
|
||||||
deBits:
|
deBits:
|
||||||
description: Low data rate optmize (DE) bits i.e. nb of FFT bins per effective symbol
|
description: Low data rate optimize (DE) bits i.e. nb of FFT bins per effective symbol
|
||||||
type: integer
|
type: integer
|
||||||
preambleChirps:
|
preambleChirps:
|
||||||
description: Number of preamble chirps
|
description: Number of preamble chirps
|
||||||
|
@ -23,7 +23,7 @@ DOA2Settings:
|
|||||||
description: Antennas baseline distance in millimeters from 1 to 99999
|
description: Antennas baseline distance in millimeters from 1 to 99999
|
||||||
squelchdB:
|
squelchdB:
|
||||||
type: integer
|
type: integer
|
||||||
description: Porcessing squared magnitude threshold (squelch) in dB from -140 t0 0
|
description: Processing squared magnitude threshold (squelch) in dB from -140 t0 0
|
||||||
fftAveragingValue:
|
fftAveragingValue:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of FFTs to average over. Use 1, 2, 5 or 10 times 10^0 to 10^5 (1 to 1M)
|
description: Number of FFTs to average over. Use 1, 2, 5 or 10 times 10^0 to 10^5 (1 to 1M)
|
||||||
|
@ -51,7 +51,7 @@ FT8DemodSettings:
|
|||||||
decoderTimeBudget:
|
decoderTimeBudget:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
desctiption: Decoder time budget in seconds (will stop after running this time)
|
description: Decoder time budget in seconds (will stop after running this time)
|
||||||
useOSD:
|
useOSD:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -27,7 +27,7 @@ FileSinkSettings:
|
|||||||
description: Number of seconds to record before recording is triggered (manual or squelch)
|
description: Number of seconds to record before recording is triggered (manual or squelch)
|
||||||
squelchPostRecordTime:
|
squelchPostRecordTime:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of seconds to record after spectrum squelch cloeses
|
description: Number of seconds to record after spectrum squelch closes
|
||||||
squelchRecordingEnable:
|
squelchRecordingEnable:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -17,7 +17,7 @@ SpectrumHistogramMarker:
|
|||||||
* 2 - Max power
|
* 2 - Max power
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
@ -37,7 +37,7 @@ SpectrumWaterfallMarker:
|
|||||||
description: Time shift in seconds
|
description: Time shift in seconds
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
@ -55,7 +55,7 @@ SpectrumAnnotationMarker:
|
|||||||
type: integer
|
type: integer
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -107,7 +107,7 @@ GS232ControllerReport:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
targetAzimuth:
|
targetAzimuth:
|
||||||
desription: "Target azimuth in degrees (0-450)"
|
description: "Target azimuth in degrees (0-450)"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
targetElevation:
|
targetElevation:
|
||||||
@ -115,7 +115,7 @@ GS232ControllerReport:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
currentAzimuth:
|
currentAzimuth:
|
||||||
desription: "Current azimuth in degrees (0-450)"
|
description: "Current azimuth in degrees (0-450)"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
currentElevation:
|
currentElevation:
|
||||||
|
@ -53,7 +53,7 @@ LimeRFESettings:
|
|||||||
description: Rx attenuation factor. Attenuation is 2 times this factor in dB (0..7 => 0..14dB)
|
description: Rx attenuation factor. Attenuation is 2 times this factor in dB (0..7 => 0..14dB)
|
||||||
type: integer
|
type: integer
|
||||||
amfmNotch:
|
amfmNotch:
|
||||||
desciption: Rx AM/FM notch filter (boolean)
|
description: Rx AM/FM notch filter (boolean)
|
||||||
type: integer
|
type: integer
|
||||||
txChannels:
|
txChannels:
|
||||||
type: integer
|
type: integer
|
||||||
|
@ -329,7 +329,7 @@ LimeSdrInputReport:
|
|||||||
description: LimeSDR
|
description: LimeSDR
|
||||||
properties:
|
properties:
|
||||||
success:
|
success:
|
||||||
description: 1 if info was successfullt retrieved else 0
|
description: 1 if info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActive:
|
streamActive:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -365,7 +365,7 @@ LimeSdrOutputReport:
|
|||||||
description: LimeSDR
|
description: LimeSDR
|
||||||
properties:
|
properties:
|
||||||
success:
|
success:
|
||||||
description: 1 if info was successfullt retrieved else 0
|
description: 1 if info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActive:
|
streamActive:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -414,7 +414,7 @@ LimeSdrMIMOReport:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int8
|
format: int8
|
||||||
successRx:
|
successRx:
|
||||||
description: 1 if Rx info was successfullt retrieved else 0
|
description: 1 if Rx info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActiveRx:
|
streamActiveRx:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -433,7 +433,7 @@ LimeSdrMIMOReport:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
successTx:
|
successTx:
|
||||||
description: 1 if Tx info was successfullt retrieved else 0
|
description: 1 if Tx info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActiveTx:
|
streamActiveTx:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
|
@ -11,35 +11,35 @@ MetisMISOSettings:
|
|||||||
* 0 - disabled sends null payload to Metis device
|
* 0 - disabled sends null payload to Metis device
|
||||||
* 1 - enabled sends Tx payload to Metis device
|
* 1 - enabled sends Tx payload to Metis device
|
||||||
rx1CenterFrequency:
|
rx1CenterFrequency:
|
||||||
description: center fequencies of receiver 1
|
description: center frequencies of receiver 1
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx2CenterFrequency:
|
rx2CenterFrequency:
|
||||||
description: center fequencies of receiver 2
|
description: center frequencies of receiver 2
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx3CenterFrequency:
|
rx3CenterFrequency:
|
||||||
description: center fequencies of receiver 3
|
description: center frequencies of receiver 3
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx4CenterFrequency:
|
rx4CenterFrequency:
|
||||||
description: center fequencies of receiver 4
|
description: center frequencies of receiver 4
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx5CenterFrequency:
|
rx5CenterFrequency:
|
||||||
description: center fequencies of receiver 5
|
description: center frequencies of receiver 5
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx6CenterFrequency:
|
rx6CenterFrequency:
|
||||||
description: center fequencies of receiver 6
|
description: center frequencies of receiver 6
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx7CenterFrequency:
|
rx7CenterFrequency:
|
||||||
description: center fequencies of receiver 7
|
description: center frequencies of receiver 7
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx8CenterFrequency:
|
rx8CenterFrequency:
|
||||||
description: center fequencies of receiver 8
|
description: center frequencies of receiver 8
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
txCenterFrequency:
|
txCenterFrequency:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Preferences:
|
Preferences:
|
||||||
description: Repreents a Prefernce object
|
description: Represents a Preference object
|
||||||
properties:
|
properties:
|
||||||
sourceDevice:
|
sourceDevice:
|
||||||
description: Identification of the source used in R0 tab (GUI flavor) at startup
|
description: Identification of the source used in R0 tab (GUI flavor) at startup
|
||||||
|
@ -6,7 +6,7 @@ RemoteOutputSettings:
|
|||||||
nbTxBytes:
|
nbTxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Number of bytes in a transmited I or Q sample
|
Number of bytes in a transmitted I or Q sample
|
||||||
* 1
|
* 1
|
||||||
* 2
|
* 2
|
||||||
* 4
|
* 4
|
||||||
|
@ -7,7 +7,7 @@ RemoteSinkSettings:
|
|||||||
nbTxBytes:
|
nbTxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Number of bytes in a transmited I or Q sample
|
Number of bytes in a transmitted I or Q sample
|
||||||
* 1
|
* 1
|
||||||
* 2
|
* 2
|
||||||
* 4
|
* 4
|
||||||
|
@ -48,7 +48,7 @@ SatelliteTrackerSettings:
|
|||||||
description: "Number of points used to draw ground tracks"
|
description: "Number of points used to draw ground tracks"
|
||||||
type: integer
|
type: integer
|
||||||
dateFormat:
|
dateFormat:
|
||||||
desciption: "Format for dates in the GUI (E.g: yy/MM/dd)"
|
description: "Format for dates in the GUI (E.g: yy/MM/dd)"
|
||||||
type: string
|
type: string
|
||||||
utc:
|
utc:
|
||||||
description: "Times are UTC (1) or local (0)"
|
description: "Times are UTC (1) or local (0)"
|
||||||
|
@ -123,7 +123,7 @@ SigMFFileInputActions:
|
|||||||
definitions:
|
definitions:
|
||||||
|
|
||||||
Capture:
|
Capture:
|
||||||
descripion: Capture (track) information
|
description: Capture (track) information
|
||||||
properties:
|
properties:
|
||||||
tsms:
|
tsms:
|
||||||
description: Timestamp in milliseconds since epoch of capture start
|
description: Timestamp in milliseconds since epoch of capture start
|
||||||
|
@ -27,7 +27,7 @@ SigMFFileSinkSettings:
|
|||||||
description: Number of seconds to record before recording is triggered (manual or squelch)
|
description: Number of seconds to record before recording is triggered (manual or squelch)
|
||||||
squelchPostRecordTime:
|
squelchPostRecordTime:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of seconds to record after spectrum squelch cloeses
|
description: Number of seconds to record after spectrum squelch closes
|
||||||
squelchRecordingEnable:
|
squelchRecordingEnable:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -212,7 +212,7 @@ definitions:
|
|||||||
$ref: "/doc/swagger/include/Structs.yaml#/RangeFloat"
|
$ref: "/doc/swagger/include/Structs.yaml#/RangeFloat"
|
||||||
|
|
||||||
ArgValue:
|
ArgValue:
|
||||||
descripion: Generic argument value
|
description: Generic argument value
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
@ -223,7 +223,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
|
|
||||||
ArgInfo:
|
ArgInfo:
|
||||||
descripion: Generic argument information
|
description: Generic argument information
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
|
@ -17,7 +17,7 @@ Frequency:
|
|||||||
type: integer
|
type: integer
|
||||||
|
|
||||||
FrequencyBand:
|
FrequencyBand:
|
||||||
description: A band of frequencies given its boudaries in Hertz (Hz)
|
description: A band of frequencies given its boundaries in Hertz (Hz)
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
@ -28,7 +28,7 @@ AFCSettings:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
freqTolerance:
|
freqTolerance:
|
||||||
descritpion: Frequency shift tolerance before tracker frequency is (re)adjusted
|
description: Frequency shift tolerance before tracker frequency is (re)adjusted
|
||||||
type: integer
|
type: integer
|
||||||
trackerAdjustPeriod:
|
trackerAdjustPeriod:
|
||||||
description: Tracker channel frequency adjustment period in seconds
|
description: Tracker channel frequency adjustment period in seconds
|
||||||
@ -62,7 +62,7 @@ AFCReport:
|
|||||||
description: Tracker index in device set
|
description: Tracker index in device set
|
||||||
type: integer
|
type: integer
|
||||||
trackerDeviceFrequency:
|
trackerDeviceFrequency:
|
||||||
descritpion: Center frequency of tracker device
|
description: Center frequency of tracker device
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
trackerChannelOffset:
|
trackerChannelOffset:
|
||||||
|
@ -38,7 +38,7 @@ ChirpChatDemodSettings:
|
|||||||
spreadFactor:
|
spreadFactor:
|
||||||
type: integer
|
type: integer
|
||||||
deBits:
|
deBits:
|
||||||
description: Low data rate optmize (DE) bits i.e. nb of FFT bins per effective symbol
|
description: Low data rate optimize (DE) bits i.e. nb of FFT bins per effective symbol
|
||||||
type: integer
|
type: integer
|
||||||
fftWindow:
|
fftWindow:
|
||||||
type: integer
|
type: integer
|
||||||
@ -203,5 +203,5 @@ ChirpChatDemodReport:
|
|||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Boolean - decoding status
|
Boolean - decoding status
|
||||||
* 0 - no deconding
|
* 0 - no decoding
|
||||||
* 1 - decoding
|
* 1 - decoding
|
||||||
|
@ -38,7 +38,7 @@ ChirpChatModSettings:
|
|||||||
spreadFactor:
|
spreadFactor:
|
||||||
type: integer
|
type: integer
|
||||||
deBits:
|
deBits:
|
||||||
description: Low data rate optmize (DE) bits i.e. nb of FFT bins per effective symbol
|
description: Low data rate optimize (DE) bits i.e. nb of FFT bins per effective symbol
|
||||||
type: integer
|
type: integer
|
||||||
preambleChirps:
|
preambleChirps:
|
||||||
description: Number of preamble chirps
|
description: Number of preamble chirps
|
||||||
|
@ -23,7 +23,7 @@ DOA2Settings:
|
|||||||
description: Antennas baseline distance in millimeters from 1 to 99999
|
description: Antennas baseline distance in millimeters from 1 to 99999
|
||||||
squelchdB:
|
squelchdB:
|
||||||
type: integer
|
type: integer
|
||||||
description: Porcessing squared magnitude threshold (squelch) in dB from -140 t0 0
|
description: Processing squared magnitude threshold (squelch) in dB from -140 t0 0
|
||||||
fftAveragingValue:
|
fftAveragingValue:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of FFTs to average over. Use 1, 2, 5 or 10 times 10^0 to 10^5 (1 to 1M)
|
description: Number of FFTs to average over. Use 1, 2, 5 or 10 times 10^0 to 10^5 (1 to 1M)
|
||||||
|
@ -51,7 +51,7 @@ FT8DemodSettings:
|
|||||||
decoderTimeBudget:
|
decoderTimeBudget:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
desctiption: Decoder time budget in seconds (will stop after running this time)
|
description: Decoder time budget in seconds (will stop after running this time)
|
||||||
useOSD:
|
useOSD:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -27,7 +27,7 @@ FileSinkSettings:
|
|||||||
description: Number of seconds to record before recording is triggered (manual or squelch)
|
description: Number of seconds to record before recording is triggered (manual or squelch)
|
||||||
squelchPostRecordTime:
|
squelchPostRecordTime:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of seconds to record after spectrum squelch cloeses
|
description: Number of seconds to record after spectrum squelch closes
|
||||||
squelchRecordingEnable:
|
squelchRecordingEnable:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -17,7 +17,7 @@ SpectrumHistogramMarker:
|
|||||||
* 2 - Max power
|
* 2 - Max power
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
@ -37,7 +37,7 @@ SpectrumWaterfallMarker:
|
|||||||
description: Time shift in seconds
|
description: Time shift in seconds
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
@ -55,7 +55,7 @@ SpectrumAnnotationMarker:
|
|||||||
type: integer
|
type: integer
|
||||||
markerColor:
|
markerColor:
|
||||||
type: integer
|
type: integer
|
||||||
description: Color in 8 bit BGR serie
|
description: Color in 8 bit BGR series
|
||||||
show:
|
show:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -107,7 +107,7 @@ GS232ControllerReport:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
targetAzimuth:
|
targetAzimuth:
|
||||||
desription: "Target azimuth in degrees (0-450)"
|
description: "Target azimuth in degrees (0-450)"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
targetElevation:
|
targetElevation:
|
||||||
@ -115,7 +115,7 @@ GS232ControllerReport:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
currentAzimuth:
|
currentAzimuth:
|
||||||
desription: "Current azimuth in degrees (0-450)"
|
description: "Current azimuth in degrees (0-450)"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
currentElevation:
|
currentElevation:
|
||||||
|
@ -53,7 +53,7 @@ LimeRFESettings:
|
|||||||
description: Rx attenuation factor. Attenuation is 2 times this factor in dB (0..7 => 0..14dB)
|
description: Rx attenuation factor. Attenuation is 2 times this factor in dB (0..7 => 0..14dB)
|
||||||
type: integer
|
type: integer
|
||||||
amfmNotch:
|
amfmNotch:
|
||||||
desciption: Rx AM/FM notch filter (boolean)
|
description: Rx AM/FM notch filter (boolean)
|
||||||
type: integer
|
type: integer
|
||||||
txChannels:
|
txChannels:
|
||||||
type: integer
|
type: integer
|
||||||
|
@ -329,7 +329,7 @@ LimeSdrInputReport:
|
|||||||
description: LimeSDR
|
description: LimeSDR
|
||||||
properties:
|
properties:
|
||||||
success:
|
success:
|
||||||
description: 1 if info was successfullt retrieved else 0
|
description: 1 if info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActive:
|
streamActive:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -365,7 +365,7 @@ LimeSdrOutputReport:
|
|||||||
description: LimeSDR
|
description: LimeSDR
|
||||||
properties:
|
properties:
|
||||||
success:
|
success:
|
||||||
description: 1 if info was successfullt retrieved else 0
|
description: 1 if info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActive:
|
streamActive:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -414,7 +414,7 @@ LimeSdrMIMOReport:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int8
|
format: int8
|
||||||
successRx:
|
successRx:
|
||||||
description: 1 if Rx info was successfullt retrieved else 0
|
description: 1 if Rx info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActiveRx:
|
streamActiveRx:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
@ -433,7 +433,7 @@ LimeSdrMIMOReport:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
successTx:
|
successTx:
|
||||||
description: 1 if Tx info was successfullt retrieved else 0
|
description: 1 if Tx info was successfully retrieved else 0
|
||||||
type: integer
|
type: integer
|
||||||
streamActiveTx:
|
streamActiveTx:
|
||||||
description: 1 if active else 0
|
description: 1 if active else 0
|
||||||
|
@ -11,35 +11,35 @@ MetisMISOSettings:
|
|||||||
* 0 - disabled sends null payload to Metis device
|
* 0 - disabled sends null payload to Metis device
|
||||||
* 1 - enabled sends Tx payload to Metis device
|
* 1 - enabled sends Tx payload to Metis device
|
||||||
rx1CenterFrequency:
|
rx1CenterFrequency:
|
||||||
description: center fequencies of receiver 1
|
description: center frequencies of receiver 1
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx2CenterFrequency:
|
rx2CenterFrequency:
|
||||||
description: center fequencies of receiver 2
|
description: center frequencies of receiver 2
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx3CenterFrequency:
|
rx3CenterFrequency:
|
||||||
description: center fequencies of receiver 3
|
description: center frequencies of receiver 3
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx4CenterFrequency:
|
rx4CenterFrequency:
|
||||||
description: center fequencies of receiver 4
|
description: center frequencies of receiver 4
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx5CenterFrequency:
|
rx5CenterFrequency:
|
||||||
description: center fequencies of receiver 5
|
description: center frequencies of receiver 5
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx6CenterFrequency:
|
rx6CenterFrequency:
|
||||||
description: center fequencies of receiver 6
|
description: center frequencies of receiver 6
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx7CenterFrequency:
|
rx7CenterFrequency:
|
||||||
description: center fequencies of receiver 7
|
description: center frequencies of receiver 7
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
rx8CenterFrequency:
|
rx8CenterFrequency:
|
||||||
description: center fequencies of receiver 8
|
description: center frequencies of receiver 8
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
txCenterFrequency:
|
txCenterFrequency:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Preferences:
|
Preferences:
|
||||||
description: Repreents a Prefernce object
|
description: Represents a Preference object
|
||||||
properties:
|
properties:
|
||||||
sourceDevice:
|
sourceDevice:
|
||||||
description: Identification of the source used in R0 tab (GUI flavor) at startup
|
description: Identification of the source used in R0 tab (GUI flavor) at startup
|
||||||
|
@ -6,7 +6,7 @@ RemoteOutputSettings:
|
|||||||
nbTxBytes:
|
nbTxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Number of bytes in a transmited I or Q sample
|
Number of bytes in a transmitted I or Q sample
|
||||||
* 1
|
* 1
|
||||||
* 2
|
* 2
|
||||||
* 4
|
* 4
|
||||||
|
@ -7,7 +7,7 @@ RemoteSinkSettings:
|
|||||||
nbTxBytes:
|
nbTxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Number of bytes in a transmited I or Q sample
|
Number of bytes in a transmitted I or Q sample
|
||||||
* 1
|
* 1
|
||||||
* 2
|
* 2
|
||||||
* 4
|
* 4
|
||||||
|
@ -48,7 +48,7 @@ SatelliteTrackerSettings:
|
|||||||
description: "Number of points used to draw ground tracks"
|
description: "Number of points used to draw ground tracks"
|
||||||
type: integer
|
type: integer
|
||||||
dateFormat:
|
dateFormat:
|
||||||
desciption: "Format for dates in the GUI (E.g: yy/MM/dd)"
|
description: "Format for dates in the GUI (E.g: yy/MM/dd)"
|
||||||
type: string
|
type: string
|
||||||
utc:
|
utc:
|
||||||
description: "Times are UTC (1) or local (0)"
|
description: "Times are UTC (1) or local (0)"
|
||||||
|
@ -123,7 +123,7 @@ SigMFFileInputActions:
|
|||||||
definitions:
|
definitions:
|
||||||
|
|
||||||
Capture:
|
Capture:
|
||||||
descripion: Capture (track) information
|
description: Capture (track) information
|
||||||
properties:
|
properties:
|
||||||
tsms:
|
tsms:
|
||||||
description: Timestamp in milliseconds since epoch of capture start
|
description: Timestamp in milliseconds since epoch of capture start
|
||||||
|
@ -27,7 +27,7 @@ SigMFFileSinkSettings:
|
|||||||
description: Number of seconds to record before recording is triggered (manual or squelch)
|
description: Number of seconds to record before recording is triggered (manual or squelch)
|
||||||
squelchPostRecordTime:
|
squelchPostRecordTime:
|
||||||
type: integer
|
type: integer
|
||||||
description: Number of seconds to record after spectrum squelch cloeses
|
description: Number of seconds to record after spectrum squelch closes
|
||||||
squelchRecordingEnable:
|
squelchRecordingEnable:
|
||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
|
@ -212,7 +212,7 @@ definitions:
|
|||||||
$ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
|
$ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
|
||||||
|
|
||||||
ArgValue:
|
ArgValue:
|
||||||
descripion: Generic argument value
|
description: Generic argument value
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
@ -223,7 +223,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
|
|
||||||
ArgInfo:
|
ArgInfo:
|
||||||
descripion: Generic argument information
|
description: Generic argument information
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
|
@ -17,7 +17,7 @@ Frequency:
|
|||||||
type: integer
|
type: integer
|
||||||
|
|
||||||
FrequencyBand:
|
FrequencyBand:
|
||||||
description: A band of frequencies given its boudaries in Hertz (Hz)
|
description: A band of frequencies given its boundaries in Hertz (Hz)
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user