1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

DaemonSource: pass device center frequency and baseband sample rate in the report

This commit is contained in:
f4exb
2018-09-06 21:54:09 +02:00
parent 67f523e629
commit b75eb08a91
7 changed files with 86 additions and 2 deletions
@@ -48,4 +48,10 @@ DaemonSourceReport:
sampleRate:
description: "Stream nominal sample rate in S/s"
type: integer
deviceCenterFreq:
description: "Device center frequency in kHz"
type: integer
deviceSampleRate:
description: "Device baseband sample rate in S/s"
type: integer