mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 17:04:46 -04:00
Aaronia RTSA Rx: initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
AaroniaRTSASettings:
|
||||
description: AaroniaRTSA
|
||||
properties:
|
||||
gain:
|
||||
type: integer
|
||||
useAGC:
|
||||
description: AGC active (1 for yes, 0 for no)
|
||||
type: integer
|
||||
dcBlock:
|
||||
type: integer
|
||||
centerFrequency:
|
||||
type: integer
|
||||
format: int64
|
||||
serverAddress:
|
||||
description: Distant AaroniaRTSA instance URL or IPv4 address with port
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
reverseAPIAddress:
|
||||
type: string
|
||||
reverseAPIPort:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
AaroniaRTSAReport:
|
||||
description: AaroniaRTSA
|
||||
properties:
|
||||
status:
|
||||
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
|
||||
type: integer
|
||||
@@ -71,3 +71,5 @@ DeviceReport:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxOutputReport"
|
||||
xtrxMIMOReport:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxMIMOReport"
|
||||
aaroniaSDRReport:
|
||||
$ref: "/doc/swagger/include/AaroniaRTSA.yaml#/AaroniaRTSAReport"
|
||||
|
||||
@@ -100,3 +100,5 @@ DeviceSettings:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxOutputSettings"
|
||||
xtrxMIMOSettings:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxMIMOSettings"
|
||||
aaroniaRTSASettings:
|
||||
$ref: "/doc/swagger/include/AaroniaRTSA.yaml#/AaroniaRTSASettings"
|
||||
|
||||
Reference in New Issue
Block a user