2018-09-11 17:22:59 -04:00
|
|
|
UDPSourceSettings:
|
|
|
|
description: UDPSource
|
2018-04-15 12:25:22 -04:00
|
|
|
properties:
|
|
|
|
sampleFormat:
|
|
|
|
type: integer
|
|
|
|
inputSampleRate:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
inputFrequencyOffset:
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
rfBandwidth:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
lowCutoff:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
fmDeviation:
|
|
|
|
type: integer
|
|
|
|
amModFactor:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
channelMute:
|
|
|
|
type: integer
|
|
|
|
gainIn:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
gainOut:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelch:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelchGate:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelchEnabled:
|
2018-12-21 11:10:55 -05:00
|
|
|
type: integer
|
2018-04-15 12:25:22 -04:00
|
|
|
autoRWBalance:
|
2018-12-21 11:10:55 -05:00
|
|
|
type: integer
|
2018-04-15 12:25:22 -04:00
|
|
|
stereoInput:
|
2018-12-21 11:10:55 -05:00
|
|
|
type: integer
|
2018-04-15 12:25:22 -04:00
|
|
|
rgbColor:
|
2018-12-21 11:10:55 -05:00
|
|
|
type: integer
|
2018-04-15 12:25:22 -04:00
|
|
|
udpAddress:
|
|
|
|
type: string
|
|
|
|
udpPort:
|
|
|
|
type: integer
|
2018-12-21 11:10:55 -05:00
|
|
|
format: uint16
|
2020-08-24 18:15:54 -04:00
|
|
|
multicastAddress:
|
|
|
|
type: string
|
|
|
|
multicastJoin:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Joim multicast group
|
|
|
|
* 0 - leave group
|
|
|
|
* 1 - join group
|
2018-04-15 12:25:22 -04:00
|
|
|
title:
|
|
|
|
type: string
|
2019-09-22 14:26:09 -04:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2018-12-21 11:10:55 -05:00
|
|
|
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
|
2021-11-30 18:20:14 -05:00
|
|
|
spectrumConfig:
|
|
|
|
$ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
|
2021-12-03 16:32:54 -05:00
|
|
|
channelMarker:
|
|
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
2022-01-08 23:27:12 -05:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2018-04-15 12:25:22 -04:00
|
|
|
|
2018-09-11 17:22:59 -04:00
|
|
|
UDPSourceReport:
|
|
|
|
description: UDPSource
|
2018-04-15 12:25:22 -04:00
|
|
|
properties:
|
|
|
|
channelPowerDB:
|
|
|
|
description: power transmitted in channel (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
2018-08-16 04:46:01 -04:00
|
|
|
inputPowerDB:
|
|
|
|
description: power received from UDP stream (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelch:
|
|
|
|
description: squelch status (1 if open else 0)
|
|
|
|
type: integer
|
|
|
|
bufferGauge:
|
|
|
|
description: buffer R/W balance indicator
|
|
|
|
type: integer
|
2018-04-15 12:25:22 -04:00
|
|
|
channelSampleRate:
|
|
|
|
type: integer
|