summaryrefslogtreecommitdiff
path: root/sdrbase/resources/webapi
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2018-08-29 18:39:40 +0200
committerf4exb <f4exb06@gmail.com>2018-08-29 18:39:40 +0200
commit133f9133bd91d84da4834629272a72010c60ece7 (patch)
tree530b609beb2487ec186e0ea20750e84203c0a7de /sdrbase/resources/webapi
parentc7bcfaead179bfa9470ed0eff3673a15ac3ba12c (diff)
SDRDaemonSink: refactoring (1)
Diffstat (limited to 'sdrbase/resources/webapi')
-rw-r--r--sdrbase/resources/webapi/doc/html2/index.html17
-rw-r--r--sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSink.yaml12
2 files changed, 12 insertions, 17 deletions
diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html
index 7d76d093b..95c5bcb5f 100644
--- a/sdrbase/resources/webapi/doc/html2/index.html
+++ b/sdrbase/resources/webapi/doc/html2/index.html
@@ -3274,9 +3274,6 @@ margin-bottom: 20px;
"sampleRate" : {
"type" : "integer"
},
- "log2Interp" : {
- "type" : "integer"
- },
"txDelay" : {
"type" : "number",
"format" : "float",
@@ -3285,17 +3282,17 @@ margin-bottom: 20px;
"nbFECBlocks" : {
"type" : "integer"
},
- "address" : {
+ "apiAddress" : {
"type" : "string"
},
- "dataPort" : {
+ "apiPort" : {
"type" : "integer"
},
- "controlPort" : {
- "type" : "integer"
- },
- "specificParameters" : {
+ "dataAddress" : {
"type" : "string"
+ },
+ "dataPort" : {
+ "type" : "integer"
}
},
"description" : "SDRdaemonSink"
@@ -28215,7 +28212,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
- Generated 2018-08-23T17:21:24.907+02:00
+ Generated 2018-08-29T15:59:39.880+02:00
</div>
</div>
</div>
diff --git a/sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSink.yaml b/sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSink.yaml
index 40bac741e..17a22003f 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSink.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/SDRDaemonSink.yaml
@@ -6,22 +6,20 @@ SDRdaemonSinkSettings:
format: uint64
sampleRate:
type: integer
- log2Interp:
- type: integer
txDelay:
description: minimum delay in ms between two consecutive packets sending
type: number
format: float
nbFECBlocks:
type: integer
- address:
+ apiAddress:
type: string
- dataPort:
- type: integer
- controlPort:
+ apiPort:
type: integer
- specificParameters:
+ dataAddress:
type: string
+ dataPort:
+ type: integer
SDRdaemonSinkReport:
description: SDRdaemonSource