mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
Removed file recording function from device plugins
This commit is contained in:
@@ -1142,24 +1142,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "ATVMod"
|
||||
};
|
||||
defs.AirspyActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "Airspy"
|
||||
};
|
||||
defs.AirspyHFActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "AirspyHF"
|
||||
};
|
||||
defs.AirspyHFReport = {
|
||||
"properties" : {
|
||||
@@ -1201,9 +1183,6 @@ margin-bottom: 20px;
|
||||
"bandIndex" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -1314,9 +1293,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -1637,15 +1613,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "BeamSteeringCWMod"
|
||||
};
|
||||
defs.BladeRF1InputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "BladeRF1"
|
||||
};
|
||||
defs.BladeRF1InputSettings = {
|
||||
"properties" : {
|
||||
@@ -1693,9 +1660,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -1757,15 +1721,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "BladeRF1"
|
||||
};
|
||||
defs.BladeRF2InputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "BladeRF2"
|
||||
};
|
||||
defs.BladeRF2InputReport = {
|
||||
"properties" : {
|
||||
@@ -1837,9 +1792,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -3169,62 +3121,8 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Optional for reverse API. This is the device set index from where the message comes from."
|
||||
},
|
||||
"airspyActions" : {
|
||||
"$ref" : "#/definitions/AirspyActions"
|
||||
},
|
||||
"airspyHFActions" : {
|
||||
"$ref" : "#/definitions/AirspyHFActions"
|
||||
},
|
||||
"bladeRF1InputActions" : {
|
||||
"$ref" : "#/definitions/BladeRF1InputActions"
|
||||
},
|
||||
"bladeRF2InputActions" : {
|
||||
"$ref" : "#/definitions/BladeRF2InputActions"
|
||||
},
|
||||
"fcdProActions" : {
|
||||
"$ref" : "#/definitions/FCDProActions"
|
||||
},
|
||||
"fcdProPlusActions" : {
|
||||
"$ref" : "#/definitions/FCDProPlusActions"
|
||||
},
|
||||
"hackRFInputActions" : {
|
||||
"$ref" : "#/definitions/HackRFInputActions"
|
||||
},
|
||||
"kiwiSDRActions" : {
|
||||
"$ref" : "#/definitions/KiwiSDRActions"
|
||||
},
|
||||
"limeSdrInputActions" : {
|
||||
"$ref" : "#/definitions/LimeSdrInputActions"
|
||||
},
|
||||
"localInputActions" : {
|
||||
"$ref" : "#/definitions/LocalInputActions"
|
||||
},
|
||||
"perseusActions" : {
|
||||
"$ref" : "#/definitions/PerseusActions"
|
||||
},
|
||||
"plutoSdrInputActions" : {
|
||||
"$ref" : "#/definitions/PlutoSdrInputActions"
|
||||
},
|
||||
"remoteInputActions" : {
|
||||
"$ref" : "#/definitions/RemoteInputActions"
|
||||
},
|
||||
"rtlSdrActions" : {
|
||||
"$ref" : "#/definitions/RtlSdrActions"
|
||||
},
|
||||
"sdrPlayActions" : {
|
||||
"$ref" : "#/definitions/SDRPlayActions"
|
||||
},
|
||||
"sigMFFileInputActions" : {
|
||||
"$ref" : "#/definitions/SigMFFileInputActions"
|
||||
},
|
||||
"soapySDRInputActions" : {
|
||||
"$ref" : "#/definitions/SoapySDRInputActions"
|
||||
},
|
||||
"testSourceActions" : {
|
||||
"$ref" : "#/definitions/TestSourceActions"
|
||||
},
|
||||
"xtrxInputActions" : {
|
||||
"$ref" : "#/definitions/XtrxInputActions"
|
||||
}
|
||||
},
|
||||
"description" : "Base device actions. Only the device actions corresponding to the device specified in the deviceHwType field is or should be present."
|
||||
@@ -3552,24 +3450,6 @@ margin-bottom: 20px;
|
||||
"example" : "KO"
|
||||
}
|
||||
}
|
||||
};
|
||||
defs.FCDProActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "FCDPro"
|
||||
};
|
||||
defs.FCDProPlusActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "FCDProPlus"
|
||||
};
|
||||
defs.FCDProPlusSettings = {
|
||||
"properties" : {
|
||||
@@ -3628,9 +3508,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -3727,9 +3604,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -4454,15 +4328,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "A gain expressed in centi-Bels (tenths of dB)"
|
||||
};
|
||||
defs.HackRFInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "HackRF"
|
||||
};
|
||||
defs.HackRFInputSettings = {
|
||||
"properties" : {
|
||||
@@ -4504,9 +4369,6 @@ margin-bottom: 20px;
|
||||
"iqCorrection" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"transverterMode" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
@@ -4729,15 +4591,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "Interferometer"
|
||||
};
|
||||
defs.KiwiSDRActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "KiwiSDR"
|
||||
};
|
||||
defs.KiwiSDRReport = {
|
||||
"properties" : {
|
||||
@@ -4768,9 +4621,6 @@ margin-bottom: 20px;
|
||||
"type" : "string",
|
||||
"description" : "Distant KiwiSDR instance URL or IPv4 address with port"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -4897,15 +4747,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "LimeRFE"
|
||||
};
|
||||
defs.LimeSdrInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "LimeSDR"
|
||||
};
|
||||
defs.LimeSdrInputReport = {
|
||||
"properties" : {
|
||||
@@ -5027,9 +4868,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"gpioDir" : {
|
||||
"type" : "integer",
|
||||
"format" : "int8"
|
||||
@@ -5474,15 +5312,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "LimeSDR"
|
||||
};
|
||||
defs.LocalInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "LocalInput"
|
||||
};
|
||||
defs.LocalInputReport = {
|
||||
"properties" : {
|
||||
@@ -5504,9 +5333,6 @@ margin-bottom: 20px;
|
||||
"iqCorrection" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -5887,15 +5713,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "Enumeration with name for values"
|
||||
};
|
||||
defs.PerseusActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "Perseus"
|
||||
};
|
||||
defs.PerseusReport = {
|
||||
"properties" : {
|
||||
@@ -5946,9 +5763,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"attenuator" : {
|
||||
"type" : "integer",
|
||||
"description" : "Attenuator setting in Bels (0, 10, 20 30 dB)"
|
||||
@@ -5968,15 +5782,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "Perseus"
|
||||
};
|
||||
defs.PlutoSdrInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "PlutoSDR"
|
||||
};
|
||||
defs.PlutoSdrInputReport = {
|
||||
"properties" : {
|
||||
@@ -6071,9 +5876,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -6478,15 +6280,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "An arbitrary range of floating point values"
|
||||
};
|
||||
defs.RemoteInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "RemoteInput"
|
||||
};
|
||||
defs.RemoteInputReport = {
|
||||
"properties" : {
|
||||
@@ -6536,9 +6329,6 @@ margin-bottom: 20px;
|
||||
"iqCorrection" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -6768,15 +6558,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "Remote channel source settings"
|
||||
};
|
||||
defs.RtlSdrActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "RTLSDR"
|
||||
};
|
||||
defs.RtlSdrReport = {
|
||||
"properties" : {
|
||||
@@ -6846,9 +6627,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Bias tee\n * 0 - inactive\n * 1 - active\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -6864,15 +6642,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "RTLSDR"
|
||||
};
|
||||
defs.SDRPlayActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "SDRplay1"
|
||||
};
|
||||
defs.SDRPlayReport = {
|
||||
"properties" : {
|
||||
@@ -6956,9 +6725,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -7511,15 +7277,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "A named gain setting specified by its range"
|
||||
};
|
||||
defs.SoapySDRInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "SoapySDR"
|
||||
};
|
||||
defs.SoapySDRInputSettings = {
|
||||
"properties" : {
|
||||
@@ -7559,9 +7316,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"antenna" : {
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -7941,15 +7695,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "TestMiStreamSettings"
|
||||
};
|
||||
defs.TestSourceActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording"
|
||||
}
|
||||
},
|
||||
"description" : "TestSource"
|
||||
};
|
||||
defs.TestSourceSettings = {
|
||||
"properties" : {
|
||||
@@ -8006,9 +7751,6 @@ margin-bottom: 20px;
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -8583,15 +8325,6 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "WFMMod"
|
||||
};
|
||||
defs.XtrxInputActions = {
|
||||
"properties" : {
|
||||
"record" : {
|
||||
"type" : "integer",
|
||||
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
|
||||
}
|
||||
},
|
||||
"description" : "XTRX"
|
||||
};
|
||||
defs.XtrxInputReport = {
|
||||
"properties" : {
|
||||
@@ -8691,9 +8424,6 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "IQ samples order\n * 0 - Q then I (swapped)\n * 1 - I then Q (straight)\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -37725,7 +37455,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-08-06T13:31:59.120+02:00
|
||||
Generated 2020-08-08T10:04:58.845+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user