1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-19 11:26:35 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSource.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