mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 01:26:01 -05:00
39 lines
934 B
YAML
39 lines
934 B
YAML
SDRdaemonSourceSettings:
|
|
description: SDRdaemonSource
|
|
properties:
|
|
apiAddress:
|
|
type: string
|
|
apiPort:
|
|
type: integer
|
|
dataAddress:
|
|
type: string
|
|
dataPort:
|
|
type: integer
|
|
dcBlock:
|
|
type: integer
|
|
iqCorrection:
|
|
type: integer
|
|
fileRecordName:
|
|
type: string
|
|
|
|
SDRdaemonSourceReport:
|
|
description: SDRdaemonSource
|
|
properties:
|
|
centerFrequency:
|
|
type: integer
|
|
format: uint64
|
|
sampleRate:
|
|
type: integer
|
|
bufferRWBalance:
|
|
description: percentage off the mid buffer (positive read leads)
|
|
type: integer
|
|
daemonTimestamp:
|
|
description: string representation of timestamp as sent by the SDRdaemon instance
|
|
type: string
|
|
minNbBlocks:
|
|
description: Minimum number of blocks retrieved per frame
|
|
type: integer
|
|
maxNbRecovery:
|
|
description: Maximum number of recovery blocks used per frame
|
|
type: integer
|
|
|