mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -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"
|
||||
Reference in New Issue
Block a user