2018-05-27 18:40:33 -04:00
|
|
|
SDRdaemonSinkSettings:
|
|
|
|
description: SDRdaemonSink
|
|
|
|
properties:
|
|
|
|
centerFrequency:
|
|
|
|
type: integer
|
|
|
|
format: uint64
|
|
|
|
sampleRate:
|
|
|
|
type: integer
|
|
|
|
txDelay:
|
|
|
|
description: minimum delay in ms between two consecutive packets sending
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
nbFECBlocks:
|
|
|
|
type: integer
|
2018-08-29 12:39:40 -04:00
|
|
|
apiAddress:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: string
|
2018-08-29 12:39:40 -04:00
|
|
|
apiPort:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: integer
|
2018-08-29 12:39:40 -04:00
|
|
|
dataAddress:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: string
|
2018-08-29 12:39:40 -04:00
|
|
|
dataPort:
|
|
|
|
type: integer
|
2018-09-01 04:44:12 -04:00
|
|
|
deviceIndex:
|
2018-09-04 02:43:07 -04:00
|
|
|
device: remote SDRangel instance deviceset index
|
2018-09-01 04:44:12 -04:00
|
|
|
type: integer
|
|
|
|
channelIndex:
|
2018-09-04 02:43:07 -04:00
|
|
|
device: remote SDRangel instance channel index
|
2018-09-01 04:44:12 -04:00
|
|
|
type: integer
|
2018-05-27 18:40:33 -04:00
|
|
|
|
|
|
|
SDRdaemonSinkReport:
|
|
|
|
description: SDRdaemonSource
|
|
|
|
properties:
|
|
|
|
bufferRWBalance:
|
|
|
|
description: ratio off the mid buffer (positive read leads)
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
sampleCount:
|
|
|
|
description: count of samples that have been sent
|
|
|
|
type: integer
|
|
|
|
|