1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-11 13:24:19 -04:00

DaemonSrc: added more report data to the report API

This commit is contained in:
f4exb
2018-09-02 19:27:38 +02:00
parent d5f5328ab2
commit b723479197
7 changed files with 174 additions and 4 deletions
@@ -35,4 +35,17 @@ SDRDaemonChannelSourceReport:
type: integer
tvUSec:
description: "Counts timestamp microseconds"
type: integer
type: integer
nbOriginalBlocks:
description: "Number of original blocks per frame"
type: integer
nbFECBlocks:
description: "Number of FEC blocks per frame"
type: integer
centerFreq:
description: "Stream center frequency setting in kHz"
type: integer
sampleRate:
description: "Stream nominal sample rate in S/s"
type: integer