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

Migration of DaemonSource channel to RemoteSource

This commit is contained in:
f4exb
2019-01-23 00:44:13 +01:00
parent 5b04cf4b5a
commit c294f0a017
40 changed files with 768 additions and 762 deletions
@@ -1,5 +1,5 @@
DaemonSourceSettings:
description: "Daemon channel source settings"
RemoteSourceSettings:
description: "Remote channel source settings"
properties:
dataAddress:
description: "Remote USB data address"
@@ -23,8 +23,8 @@ DaemonSourceSettings:
reverseAPIChannelIndex:
type: integer
DaemonSourceReport:
description: "Daemon channel source report"
RemoteSourceReport:
description: "Remote channel source report"
properties:
queueLength:
description: "Data read/write queue length in number of data frames"