1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Migration of DaemonSource channel to RemoteSource

This commit is contained in:
f4exb
2019-01-23 00:44:13 +01:00
parent 5b04cf4b5a
commit c294f0a017
40 changed files with 768 additions and 762 deletions
@@ -0,0 +1,68 @@
RemoteSourceSettings:
description: "Remote channel source settings"
properties:
dataAddress:
description: "Remote USB data address"
type: string
dataPort:
description: "Remote USB data port"
type: integer
rgbColor:
type: integer
title:
type: string
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
reverseAPIChannelIndex:
type: integer
RemoteSourceReport:
description: "Remote channel source report"
properties:
queueLength:
description: "Data read/write queue length in number of data frames"
type: integer
queueSize:
description: "Data read/write queue size in number of data frames"
type: integer
samplesCount:
description: "Absolute consumed samples count"
type: integer
correctableErrorsCount:
description: "Absolute number of correctable errors"
type: integer
uncorrectableErrorsCount:
description: "Absolute number of uncorrectable errors"
type: integer
tvSec:
description: "Counts timestamp seconds"
type: integer
tvUSec:
description: "Counts timestamp microseconds"
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
deviceCenterFreq:
description: "Device center frequency in kHz"
type: integer
deviceSampleRate:
description: "Device baseband sample rate in S/s"
type: integer