mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Removed file recording function from device plugins
This commit is contained in:
@@ -43,8 +43,6 @@ AirspySettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -62,13 +60,3 @@ AirspyReport:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/SampleRate"
|
||||
|
||||
AirspyActions:
|
||||
description: Airspy
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -23,8 +23,6 @@ AirspyHFSettings:
|
||||
* 1 - I then Q (straight)
|
||||
bandIndex:
|
||||
type: integer
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -61,13 +59,3 @@ AirspyHFReport:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/SampleRate"
|
||||
|
||||
AirspyHFActions:
|
||||
description: AirspyHF
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -34,8 +34,6 @@ BladeRF1InputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -46,16 +44,6 @@ BladeRF1InputSettings:
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
BladeRF1InputActions:
|
||||
description: BladeRF1
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
BladeRF1OutputSettings:
|
||||
description: BladeRF1
|
||||
properties:
|
||||
|
||||
@@ -35,8 +35,6 @@ BladeRF2InputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -63,16 +61,6 @@ BladeRF2InputReport:
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
|
||||
|
||||
BladeRF2InputActions:
|
||||
description: BladeRF2
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
BladeRF2OutputSettings:
|
||||
description: BladeRF2
|
||||
properties:
|
||||
|
||||
@@ -14,41 +14,5 @@ DeviceActions:
|
||||
originatorIndex:
|
||||
description: Optional for reverse API. This is the device set index from where the message comes from.
|
||||
type: integer
|
||||
airspyActions:
|
||||
$ref: "/doc/swagger/include/Airspy.yaml#/AirspyActions"
|
||||
airspyHFActions:
|
||||
$ref: "/doc/swagger/include/AirspyHF.yaml#/AirspyHFActions"
|
||||
bladeRF1InputActions:
|
||||
$ref: "/doc/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
|
||||
bladeRF2InputActions:
|
||||
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
|
||||
fcdProActions:
|
||||
$ref: "/doc/swagger/include/FCDPro.yaml#/FCDProActions"
|
||||
fcdProPlusActions:
|
||||
$ref: "/doc/swagger/include/FCDProPlus.yaml#/FCDProPlusActions"
|
||||
hackRFInputActions:
|
||||
$ref: "/doc/swagger/include/HackRF.yaml#/HackRFInputActions"
|
||||
kiwiSDRActions:
|
||||
$ref: "/doc/swagger/include/KiwiSDR.yaml#/KiwiSDRActions"
|
||||
limeSdrInputActions:
|
||||
$ref: "/doc/swagger/include/LimeSdr.yaml#/LimeSdrInputActions"
|
||||
localInputActions:
|
||||
$ref: "/doc/swagger/include/LocalInput.yaml#/LocalInputActions"
|
||||
perseusActions:
|
||||
$ref: "/doc/swagger/include/Perseus.yaml#/PerseusActions"
|
||||
plutoSdrInputActions:
|
||||
$ref: "/doc/swagger/include/PlutoSdr.yaml#/PlutoSdrInputActions"
|
||||
remoteInputActions:
|
||||
$ref: "/doc/swagger/include/RemoteInput.yaml#/RemoteInputActions"
|
||||
rtlSdrActions:
|
||||
$ref: "/doc/swagger/include/RtlSdr.yaml#/RtlSdrActions"
|
||||
sdrPlayActions:
|
||||
$ref: "/doc/swagger/include/SDRPlay.yaml#/SDRPlayActions"
|
||||
sigMFFileInputActions:
|
||||
$ref: "/doc/swagger/include/SigMFFileInput.yaml#/SigMFFileInputActions"
|
||||
soapySDRInputActions:
|
||||
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDRInputActions"
|
||||
testSourceActions:
|
||||
$ref: "/doc/swagger/include/TestSource.yaml#/TestSourceActions"
|
||||
xtrxInputActions:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxInputActions"
|
||||
|
||||
@@ -57,8 +57,6 @@ FCDProSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -68,13 +66,3 @@ FCDProSettings:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
FCDProActions:
|
||||
description: FCDPro
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -43,8 +43,6 @@ FCDProPlusSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -54,13 +52,3 @@ FCDProPlusSettings:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
FCDProPlusActions:
|
||||
description: FCDProPlus
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -27,8 +27,6 @@ HackRFInputSettings:
|
||||
type: integer
|
||||
iqCorrection:
|
||||
type: integer
|
||||
fileRecordName:
|
||||
type: string
|
||||
transverterMode:
|
||||
type: integer
|
||||
transverterDeltaFrequency:
|
||||
@@ -50,16 +48,6 @@ HackRFInputSettings:
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
HackRFInputActions:
|
||||
description: HackRF
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
HackRFOutputSettings:
|
||||
description: HackRF
|
||||
properties:
|
||||
|
||||
@@ -14,8 +14,6 @@ KiwiSDRSettings:
|
||||
serverAddress:
|
||||
description: Distant KiwiSDR instance URL or IPv4 address with port
|
||||
type: string
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -32,13 +30,3 @@ KiwiSDRReport:
|
||||
status:
|
||||
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
|
||||
type: integer
|
||||
|
||||
KiwiSDRActions:
|
||||
description: KiwiSDR
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -51,8 +51,6 @@ LimeSdrInputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
gpioDir:
|
||||
type: integer
|
||||
format: int8
|
||||
@@ -363,16 +361,6 @@ LimeSdrInputReport:
|
||||
type: integer
|
||||
format: int8
|
||||
|
||||
LimeSdrInputActions:
|
||||
description: LimeSDR
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
LimeSdrOutputReport:
|
||||
description: LimeSDR
|
||||
properties:
|
||||
|
||||
@@ -5,8 +5,6 @@ LocalInputSettings:
|
||||
type: integer
|
||||
iqCorrection:
|
||||
type: integer
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -25,13 +23,3 @@ LocalInputReport:
|
||||
format: uint64
|
||||
sampleRate:
|
||||
type: integer
|
||||
|
||||
LocalInputActions:
|
||||
description: LocalInput
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -30,8 +30,6 @@ PerseusSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
attenuator:
|
||||
description: Attenuator setting in Bels (0, 10, 20 30 dB)
|
||||
type: integer
|
||||
@@ -52,13 +50,3 @@ PerseusReport:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/SampleRate"
|
||||
|
||||
PerseusActions:
|
||||
description: Perseus
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -56,8 +56,6 @@ PlutoSdrInputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -138,13 +136,3 @@ PlutoSdrOutputReport:
|
||||
temperature:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
PlutoSdrInputActions:
|
||||
description: PlutoSDR
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -13,8 +13,6 @@ RemoteInputSettings:
|
||||
type: integer
|
||||
iqCorrection:
|
||||
type: integer
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -45,13 +43,3 @@ RemoteInputReport:
|
||||
maxNbRecovery:
|
||||
description: Maximum number of recovery blocks used per frame
|
||||
type: integer
|
||||
|
||||
RemoteInputActions:
|
||||
description: RemoteInput
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -45,8 +45,6 @@ RtlSdrSettings:
|
||||
Bias tee
|
||||
* 0 - inactive
|
||||
* 1 - active
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -64,13 +62,3 @@ RtlSdrReport:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Gain"
|
||||
|
||||
RtlSdrActions:
|
||||
description: RTLSDR
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
@@ -39,8 +39,6 @@ SDRPlaySettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -70,13 +68,3 @@ SDRPlayReport:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/FrequencyBand"
|
||||
|
||||
SDRPlayActions:
|
||||
description: SDRplay1
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -30,8 +30,6 @@ SoapySDRInputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
antenna:
|
||||
type: string
|
||||
bandwidth:
|
||||
@@ -250,13 +248,3 @@ definitions:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
SoapySDRInputActions:
|
||||
description: SoapySDR
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -38,8 +38,6 @@ TestSourceSettings:
|
||||
phaseImbalance:
|
||||
type: number
|
||||
format: float
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -49,13 +47,3 @@ TestSourceSettings:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
TestSourceActions:
|
||||
description: TestSource
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
@@ -58,8 +58,6 @@ XtrxInputSettings:
|
||||
IQ samples order
|
||||
* 0 - Q then I (swapped)
|
||||
* 1 - I then Q (straight)
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
@@ -87,16 +85,6 @@ XtrxInputReport:
|
||||
description: 1 if GPSDO is locked else 0
|
||||
type: integer
|
||||
|
||||
XtrxInputActions:
|
||||
description: XTRX
|
||||
properties:
|
||||
record:
|
||||
type: integer
|
||||
description: >
|
||||
Record IQ stream action
|
||||
* 0 - stop recording
|
||||
* 1 - start recording
|
||||
|
||||
XtrxOutputSettings:
|
||||
description: XTRX
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user