1
0
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:
f4exb
2018-09-04 20:35:54 +02:00
parent 7146225222
commit b2dc7a6cdc
28 changed files with 1308 additions and 376 deletions
@@ -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"
@@ -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"