1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-25 03:32:29 -04:00

95 lines
2.3 KiB
YAML
Raw Normal View History

2018-09-12 00:36:30 +02:00
UDPSinkSettings:
description: UDPSink
2018-05-25 10:45:40 +02:00
properties:
outputSampleRate:
type: number
format: float
sampleFormat:
type: integer
inputFrequencyOffset:
type: integer
format: int64
rfBandwidth:
type: number
format: float
fmDeviation:
type: integer
channelMute:
description: channel mute (1 if muted else 0)
type: integer
2018-05-25 10:45:40 +02:00
gain:
type: number
format: float
squelchDB:
description: power dB
type: integer
squelchGate:
description: 100ths seconds
type: integer
squelchEnabled:
description: squelch enable (1 if enabled else 0)
type: integer
2018-05-25 10:45:40 +02:00
agc:
description: AGC enable (1 if enabled else 0)
type: integer
2018-05-25 10:45:40 +02:00
audioActive:
description: Audio return enable (1 if enabled else 0)
type: integer
2018-05-25 10:45:40 +02:00
audioStereo:
description: Audio return stereo (1 if stereo else 0)
type: integer
2018-05-25 10:45:40 +02:00
volume:
type: integer
2018-05-25 10:45:40 +02:00
udpAddress:
description: destination UDP address (remote)
type: string
udpPort:
description: destination UDP port (remote)
type: integer
format: uint16
2018-05-25 10:45:40 +02:00
audioPort:
description: audio return UDP port (local)
type: integer
format: uint16
2018-05-25 10:45:40 +02:00
rgbColor:
type: integer
2018-05-25 10:45:40 +02:00
title:
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
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
reverseAPIChannelIndex:
type: integer
spectrumConfig:
$ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
channelMarker:
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
rollupState:
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
2018-09-12 00:36:30 +02:00
UDPSinkReport:
2018-05-25 10:45:40 +02:00
description: UDPSink
properties:
outputPowerDB:
2018-05-25 10:45:40 +02:00
description: power transmitted in channel (dB)
type: number
format: float
channelPowerDB:
description: power received in channel (dB)
type: number
format: float
2018-05-25 10:45:40 +02:00
squelch:
description: squelch status (1 if open else 0)
type: integer
inputSampleRate:
type: integer