2018-08-29 19:56:53 -04:00
|
|
|
SDRDaemonChannelSourceSettings:
|
|
|
|
description: "Data handling details for SDRDaemon"
|
|
|
|
properties:
|
|
|
|
dataAddress:
|
|
|
|
description: "Remote USB data address"
|
|
|
|
type: string
|
|
|
|
dataPort:
|
|
|
|
description: "Remote USB data port"
|
|
|
|
type: integer
|
2018-09-01 03:53:16 -04:00
|
|
|
rgbColor:
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
type: string
|
2018-08-29 19:56:53 -04:00
|
|
|
|
|
|
|
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
|