- Generated 2018-09-25T16:51:16.493+02:00
+ Generated 2018-09-29T05:36:53.044+02:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/BladeRF2.yaml b/sdrbase/resources/webapi/doc/swagger/include/BladeRF2.yaml
index 39332634b..61f00b5d2 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/BladeRF2.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/BladeRF2.yaml
@@ -40,3 +40,38 @@ BladeRF2InputReport:
type: array
items:
$ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
+
+BladeRF2OutputSettings:
+ description: BladeRF2
+ properties:
+ centerFrequency:
+ type: integer
+ format: int64
+ devSampleRate:
+ type: integer
+ bandwidth:
+ type: integer
+ gainMode:
+ type: integer
+ globalGain:
+ type: integer
+ biasTee:
+ type: integer
+ log2Interp:
+ type: integer
+
+BladeRF2OutputReport:
+ description: BladeRF2
+ properties:
+ frequencyRange:
+ $ref: "/doc/swagger/include/Structs.yaml#/FrequencyRange"
+ sampleRateRange:
+ $ref: "/doc/swagger/include/Structs.yaml#/Range"
+ bandwidthRange:
+ $ref: "/doc/swagger/include/Structs.yaml#/Range"
+ globalGainRange:
+ $ref: "/doc/swagger/include/Structs.yaml#/Range"
+ gainModes:
+ type: array
+ items:
+ $ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
diff --git a/sdrbase/resources/webapi/doc/swagger/swagger.yaml b/sdrbase/resources/webapi/doc/swagger/swagger.yaml
index 1e5a16dba..2a8ca35ba 100644
--- a/sdrbase/resources/webapi/doc/swagger/swagger.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/swagger.yaml
@@ -1769,6 +1769,8 @@ definitions:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputSettings"
bladeRF1OutputSettings:
$ref: "/doc/swagger/include/BladeRF1.yaml#/BladeRF1OutputSettings"
+ bladeRF2OutputSettings:
+ $ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2OutputSettings"
fcdProSettings:
$ref: "/doc/swagger/include/FCDPro.yaml#/FCDProSettings"
fcdProPlusSettings:
@@ -1820,6 +1822,8 @@ definitions:
$ref: "/doc/swagger/include/AirspyHF.yaml#/AirspyHFReport"
bladeRF2InputReport:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
+ bladeRF2OutputReport:
+ $ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
fileSourceReport:
$ref: "/doc/swagger/include/FileSource.yaml#/FileSourceReport"
limeSdrInputReport:
diff --git a/swagger/sdrangel/api/swagger/include/BladeRF2.yaml b/swagger/sdrangel/api/swagger/include/BladeRF2.yaml
index c87dc8d81..0198207d3 100644
--- a/swagger/sdrangel/api/swagger/include/BladeRF2.yaml
+++ b/swagger/sdrangel/api/swagger/include/BladeRF2.yaml
@@ -40,3 +40,38 @@ BladeRF2InputReport:
type: array
items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/NamedEnum"
+
+BladeRF2OutputSettings:
+ description: BladeRF2
+ properties:
+ centerFrequency:
+ type: integer
+ format: int64
+ devSampleRate:
+ type: integer
+ bandwidth:
+ type: integer
+ gainMode:
+ type: integer
+ globalGain:
+ type: integer
+ biasTee:
+ type: integer
+ log2Interp:
+ type: integer
+
+BladeRF2OutputReport:
+ description: BladeRF2
+ properties:
+ frequencyRange:
+ $ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/FrequencyRange"
+ sampleRateRange:
+ $ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range"
+ bandwidthRange:
+ $ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range"
+ globalGainRange:
+ $ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range"
+ gainModes:
+ type: array
+ items:
+ $ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/NamedEnum"
diff --git a/swagger/sdrangel/api/swagger/swagger.yaml b/swagger/sdrangel/api/swagger/swagger.yaml
index 1598f5faf..a9d37464d 100644
--- a/swagger/sdrangel/api/swagger/swagger.yaml
+++ b/swagger/sdrangel/api/swagger/swagger.yaml
@@ -1769,6 +1769,8 @@ definitions:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputSettings"
bladeRF1OutputSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1OutputSettings"
+ bladeRF2OutputSettings:
+ $ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputSettings"
fcdProSettings:
$ref: "http://localhost:8081/api/swagger/include/FCDPro.yaml#/FCDProSettings"
fcdProPlusSettings:
@@ -1820,6 +1822,8 @@ definitions:
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFReport"
bladeRF2InputReport:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
+ bladeRF2OutputReport:
+ $ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
fileSourceReport:
$ref: "http://localhost:8081/api/swagger/include/FileSource.yaml#/FileSourceReport"
limeSdrInputReport:
diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html
index 52d4b1fa3..30babd580 100644
--- a/swagger/sdrangel/code/html2/index.html
+++ b/swagger/sdrangel/code/html2/index.html
@@ -1363,6 +1363,56 @@ margin-bottom: 20px;
}
},
"description" : "BladeRF2"
+};
+ defs.BladeRF2OutputReport = {
+ "properties" : {
+ "frequencyRange" : {
+ "$ref" : "#/definitions/FrequencyRange"
+ },
+ "sampleRateRange" : {
+ "$ref" : "#/definitions/Range"
+ },
+ "bandwidthRange" : {
+ "$ref" : "#/definitions/Range"
+ },
+ "globalGainRange" : {
+ "$ref" : "#/definitions/Range"
+ },
+ "gainModes" : {
+ "type" : "array",
+ "items" : {
+ "$ref" : "#/definitions/NamedEnum"
+ }
+ }
+ },
+ "description" : "BladeRF2"
+};
+ defs.BladeRF2OutputSettings = {
+ "properties" : {
+ "centerFrequency" : {
+ "type" : "integer",
+ "format" : "int64"
+ },
+ "devSampleRate" : {
+ "type" : "integer"
+ },
+ "bandwidth" : {
+ "type" : "integer"
+ },
+ "gainMode" : {
+ "type" : "integer"
+ },
+ "globalGain" : {
+ "type" : "integer"
+ },
+ "biasTee" : {
+ "type" : "integer"
+ },
+ "log2Interp" : {
+ "type" : "integer"
+ }
+ },
+ "description" : "BladeRF2"
};
defs.CWKeyerSettings = {
"properties" : {
@@ -1903,6 +1953,9 @@ margin-bottom: 20px;
"bladeRF2InputReport" : {
"$ref" : "#/definitions/BladeRF2InputReport"
},
+ "bladeRF2OutputReport" : {
+ "$ref" : "#/definitions/BladeRF2OutputReport"
+ },
"fileSourceReport" : {
"$ref" : "#/definitions/FileSourceReport"
},
@@ -2003,6 +2056,9 @@ margin-bottom: 20px;
"bladeRF1OutputSettings" : {
"$ref" : "#/definitions/BladeRF1OutputSettings"
},
+ "bladeRF2OutputSettings" : {
+ "$ref" : "#/definitions/BladeRF2OutputSettings"
+ },
"fcdProSettings" : {
"$ref" : "#/definitions/FCDProSettings"
},
@@ -23175,7 +23231,7 @@ except ApiException as e: