1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

REST API: Added streamIndex to relevant channel APIs

This commit is contained in:
f4exb
2019-09-22 20:26:09 +02:00
parent 01f0dd906a
commit c9eb8a8ec0
82 changed files with 1418 additions and 566 deletions
@@ -8,9 +8,12 @@ RemoteSourceSettings:
description: "Remote USB data port"
type: integer
rgbColor:
type: integer
type: integer
title:
type: string
type: string
streamIndex:
description: MIMO channel. Not relevant when connected to SI (single Rx).
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
@@ -19,10 +22,10 @@ RemoteSourceSettings:
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
type: integer
reverseAPIChannelIndex:
type: integer
type: integer
RemoteSourceReport:
description: "Remote channel source report"
properties:
@@ -46,7 +49,7 @@ RemoteSourceReport:
type: integer
tvUSec:
description: "Counts timestamp microseconds"
type: integer
type: integer
nbOriginalBlocks:
description: "Number of original blocks per frame"
type: integer
@@ -58,11 +61,10 @@ RemoteSourceReport:
type: integer
sampleRate:
description: "Stream nominal sample rate in S/s"
type: integer
type: integer
deviceCenterFreq:
description: "Device center frequency in kHz"
type: integer
deviceSampleRate:
description: "Device baseband sample rate in S/s"
type: integer
type: integer