1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

SDRdaemon: channel source report

This commit is contained in:
f4exb
2018-08-30 01:56:53 +02:00
parent a8d45fd253
commit 1f7720e8f9
30 changed files with 2141 additions and 86 deletions
@@ -0,0 +1,34 @@
SDRDaemonChannelSourceSettings:
description: "Data handling details for SDRDaemon"
properties:
dataAddress:
description: "Remote USB data address"
type: string
dataPort:
description: "Remote USB data port"
type: integer
SDRDaemonChannelSourceReport:
description: "SDRDaemon channel source report"
properties:
queueLength:
description: "Data read/write queue length in number of data frames"
type: integer
queueSize:
description: "Data read/write queue size in number of data frames"
type: integer
samplesCount:
description: "Absolute consumed samples count"
type: integer
correctableErrorsCount:
description: "Absolute number of correctable errors"
type: integer
uncorrectableErrorsCount:
description: "Absolute number of uncorrectable errors"
type: integer
tvSec:
description: "Counts timestamp seconds"
type: integer
tvUSec:
description: "Counts timestamp microseconds"
type: integer