1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Channel local source (1)

This commit is contained in:
f4exb
2019-05-10 00:34:35 +02:00
parent 7e128335f1
commit 6d5d77dc6c
287 changed files with 454 additions and 298 deletions
+42 -2
View File
@@ -1850,6 +1850,9 @@ margin-bottom: 20px;
"LocalSinkSettings" : {
"$ref" : "#/definitions/LocalSinkSettings"
},
"LocalSourceSettings" : {
"$ref" : "#/definitions/LocalSourceSettings"
},
"RemoteSinkSettings" : {
"$ref" : "#/definitions/RemoteSinkSettings"
},
@@ -3398,6 +3401,43 @@ margin-bottom: 20px;
}
},
"description" : "Local channel sink settings"
};
defs.LocalSourceSettings = {
"properties" : {
"localDeviceIndex" : {
"type" : "integer",
"description" : "Sending local device index"
},
"rgbColor" : {
"type" : "integer"
},
"title" : {
"type" : "string"
},
"log2Interp" : {
"type" : "integer"
},
"filterChainHash" : {
"type" : "integer"
},
"useReverseAPI" : {
"type" : "integer",
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
},
"reverseAPIAddress" : {
"type" : "string"
},
"reverseAPIPort" : {
"type" : "integer"
},
"reverseAPIDeviceIndex" : {
"type" : "integer"
},
"reverseAPIChannelIndex" : {
"type" : "integer"
}
},
"description" : "Local channel source settings"
};
defs.LocationInformation = {
"required" : [ "latitude", "longitude" ],
@@ -5950,7 +5990,7 @@ margin-bottom: 20px;
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API and SDK Documentation</h2>
<div class="app-desc">Version: 4.7.1</div>
<div class="app-desc">Version: 4.8.0</div>
<hr>
<div><p>This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube</p>
<hr />
@@ -24924,7 +24964,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2019-05-07T14:58:09.366+02:00
Generated 2019-05-10T00:00:57.798+02:00
</div>
</div>
</div>