1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 13:04:17 -04:00

ChannelAnalyzer: implemented settings API

This commit is contained in:
f4exb
2021-12-01 08:25:32 +01:00
parent 2a9cc27a41
commit f9155575d3
13 changed files with 720 additions and 112 deletions
@@ -50,6 +50,20 @@ ChannelAnalyzerSettings:
type: integer
title:
type: string
streamIndex:
description: MIMO channel. Not relevant when connected to SI (single Rx).
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
reverseAPIChannelIndex:
type: integer
spectrumConfig:
$ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
scopeConfig: