renamed udpsink directory to udpsource

This commit is contained in:
f4exb
2018-09-11 23:22:59 +02:00
parent 52d4baf755
commit 6f368d123b
37 changed files with 258 additions and 258 deletions
@@ -1422,8 +1422,8 @@ margin-bottom: 20px;
"SSBModReport" : {
"$ref" : "#/definitions/SSBModReport"
},
"UDPSinkReport" : {
"$ref" : "#/definitions/UDPSinkReport"
"UDPSourceReport" : {
"$ref" : "#/definitions/UDPSourceReport"
},
"UDPSrcReport" : {
"$ref" : "#/definitions/UDPSrcReport"
@@ -1482,8 +1482,8 @@ margin-bottom: 20px;
"SSBDemodSettings" : {
"$ref" : "#/definitions/SSBDemodSettings"
},
"UDPSinkSettings" : {
"$ref" : "#/definitions/UDPSinkSettings"
"UDPSourceSettings" : {
"$ref" : "#/definitions/UDPSourceSettings"
},
"UDPSrcSettings" : {
"$ref" : "#/definitions/UDPSrcSettings"
@@ -3713,7 +3713,7 @@ margin-bottom: 20px;
},
"description" : "TestSource"
};
defs.UDPSinkReport = {
defs.UDPSourceReport = {
"properties" : {
"channelPowerDB" : {
"type" : "number",
@@ -3737,9 +3737,9 @@ margin-bottom: 20px;
"type" : "integer"
}
},
"description" : "UDPSink"
"description" : "UDPSource"
};
defs.UDPSinkSettings = {
defs.UDPSourceSettings = {
"properties" : {
"sampleFormat" : {
"type" : "integer"
@@ -3809,7 +3809,7 @@ margin-bottom: 20px;
"type" : "string"
}
},
"description" : "UDPSink"
"description" : "UDPSource"
};
defs.UDPSrcReport = {
"properties" : {
@@ -23066,7 +23066,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2018-09-11T14:47:33.212+02:00
Generated 2018-09-11T22:44:27.082+02:00
</div>
</div>
</div>
@@ -1,5 +1,5 @@
UDPSinkSettings:
description: UDPSink
UDPSourceSettings:
description: UDPSource
properties:
sampleFormat:
type: integer
@@ -50,8 +50,8 @@ UDPSinkSettings:
title:
type: string
UDPSinkReport:
description: UDPSink
UDPSourceReport:
description: UDPSource
properties:
channelPowerDB:
description: power transmitted in channel (dB)
@@ -1872,8 +1872,8 @@ definitions:
$ref: "/doc/swagger/include/SSBMod.yaml#/SSBModSettings"
SSBDemodSettings:
$ref: "/doc/swagger/include/SSBDemod.yaml#/SSBDemodSettings"
UDPSinkSettings:
$ref: "/doc/swagger/include/UDPSink.yaml#/UDPSinkSettings"
UDPSourceSettings:
$ref: "/doc/swagger/include/UDPSource.yaml#/UDPSourceSettings"
UDPSrcSettings:
$ref: "/doc/swagger/include/UDPSrc.yaml#/UDPSrcSettings"
WFMDemodSettings:
@@ -1911,8 +1911,8 @@ definitions:
$ref: "/doc/swagger/include/DaemonSource.yaml#/DaemonSourceReport"
SSBModReport:
$ref: "/doc/swagger/include/SSBMod.yaml#/SSBModReport"
UDPSinkReport:
$ref: "/doc/swagger/include/UDPSink.yaml#/UDPSinkReport"
UDPSourceReport:
$ref: "/doc/swagger/include/UDPSource.yaml#/UDPSourceReport"
UDPSrcReport:
$ref: "/doc/swagger/include/UDPSrc.yaml#/UDPSrcReport"
WFMDemodReport: