mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
Reverse API originator information implementation with RTL-SDR, Lime-SDR Tx, AM demod, AM mod examples
This commit is contained in:
@@ -1806,6 +1806,14 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Not zero if it is a tx channel else it is a rx channel"
|
||||
},
|
||||
"originatorDeviceSetIndex" : {
|
||||
"type" : "integer",
|
||||
"description" : "Optional for reverse API. This is the device set index from where the message comes from."
|
||||
},
|
||||
"originatorChannelIndex" : {
|
||||
"type" : "integer",
|
||||
"description" : "Optional for reverse API. This is the channel index from where the message comes from."
|
||||
},
|
||||
"AMDemodSettings" : {
|
||||
"$ref" : "#/definitions/AMDemodSettings"
|
||||
},
|
||||
@@ -2230,6 +2238,10 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Not zero if it is a tx device else it is a rx device"
|
||||
},
|
||||
"originatorIndex" : {
|
||||
"type" : "integer",
|
||||
"description" : "Optional for reverse API. This is the device set index from where the message comes from."
|
||||
},
|
||||
"airspySettings" : {
|
||||
"$ref" : "#/definitions/AirspySettings"
|
||||
},
|
||||
@@ -5666,7 +5678,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.5.0</div>
|
||||
<div class="app-desc">Version: 4.5.2</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 />
|
||||
@@ -24534,7 +24546,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-02-28T17:16:26.748+01:00
|
||||
Generated 2019-03-24T23:28:38.479+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user