sdrangel/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml

49 lines
1.1 KiB
YAML
Raw Normal View History

RemoteOutputSettings:
description: RemoteOutput
2018-05-27 18:40:33 -04:00
properties:
centerFrequency:
type: integer
format: int64
2018-05-27 18:40:33 -04:00
sampleRate:
type: integer
txDelay:
description: minimum delay in ms between two consecutive packets sending
type: number
format: float
nbFECBlocks:
type: integer
2018-08-29 12:39:40 -04:00
apiAddress:
2018-05-27 18:40:33 -04:00
type: string
2018-08-29 12:39:40 -04:00
apiPort:
2018-05-27 18:40:33 -04:00
type: integer
2018-08-29 12:39:40 -04:00
dataAddress:
2018-05-27 18:40:33 -04:00
type: string
2018-08-29 12:39:40 -04:00
dataPort:
type: integer
deviceIndex:
device: remote SDRangel instance deviceset index
type: integer
channelIndex:
device: remote SDRangel instance channel index
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
2018-05-27 18:40:33 -04:00
RemoteOutputReport:
description: RemoteOutput
2018-05-27 18:40:33 -04:00
properties:
bufferRWBalance:
description: ratio off the mid buffer (positive read leads)
type: number
format: float
sampleCount:
description: count of samples that have been sent
type: integer