mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Changed SDRDaemonChannelXxx to DaemonXxx
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
SDRDaemonChannelSinkSettings:
|
||||
description: "Data handling details for SDRDaemon"
|
||||
DaemonSinkSettings:
|
||||
description: "Daemon channel sink settings"
|
||||
properties:
|
||||
nbFECBlocks:
|
||||
description: "Number of FEC blocks per frame"
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
SDRDaemonChannelSourceSettings:
|
||||
description: "Data handling details for SDRDaemon"
|
||||
DaemonSourceSettings:
|
||||
description: "Daemon channel source settings"
|
||||
properties:
|
||||
dataAddress:
|
||||
description: "Remote USB data address"
|
||||
@@ -12,8 +12,8 @@ SDRDaemonChannelSourceSettings:
|
||||
title:
|
||||
type: string
|
||||
|
||||
SDRDaemonChannelSourceReport:
|
||||
description: "SDRDaemon channel source report"
|
||||
DaemonSourceReport:
|
||||
description: "Daemon channel source report"
|
||||
properties:
|
||||
queueLength:
|
||||
description: "Data read/write queue length in number of data frames"
|
||||
@@ -2218,10 +2218,10 @@ definitions:
|
||||
$ref: "/doc/swagger/include/NFMDemod.yaml#/NFMDemodSettings"
|
||||
NFMModSettings:
|
||||
$ref: "/doc/swagger/include/NFMMod.yaml#/NFMModSettings"
|
||||
SDRDaemonChannelSinkSettings:
|
||||
$ref: "/doc/swagger/include/SDRDaemonChannelSink.yaml#/SDRDaemonChannelSinkSettings"
|
||||
SDRDaemonChannelSourceSettings:
|
||||
$ref: "/doc/swagger/include/SDRDaemonChannelSource.yaml#/SDRDaemonChannelSourceSettings"
|
||||
DaemonSinkSettings:
|
||||
$ref: "/doc/swagger/include/DaemonSink.yaml#/DaemonSinkSettings"
|
||||
DaemonSourceSettings:
|
||||
$ref: "/doc/swagger/include/DaemonSource.yaml#/DaemonSourceSettings"
|
||||
SSBModSettings:
|
||||
$ref: "/doc/swagger/include/SSBMod.yaml#/SSBModSettings"
|
||||
SSBDemodSettings:
|
||||
@@ -2261,8 +2261,8 @@ definitions:
|
||||
$ref: "/doc/swagger/include/NFMMod.yaml#/NFMModReport"
|
||||
SSBDemodReport:
|
||||
$ref: "/doc/swagger/include/SSBDemod.yaml#/SSBDemodReport"
|
||||
SDRDaemonChannelSourceReport:
|
||||
$ref: "/doc/swagger/include/SDRDaemonChannelSource.yaml#/SDRDaemonChannelSourceReport"
|
||||
DaemonSourceReport:
|
||||
$ref: "/doc/swagger/include/DaemonSource.yaml#/DaemonSourceReport"
|
||||
SSBModReport:
|
||||
$ref: "/doc/swagger/include/SSBMod.yaml#/SSBModReport"
|
||||
UDPSinkReport:
|
||||
|
||||
Reference in New Issue
Block a user