1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-17 16:24:08 -04:00

BladeRF2: REST API: implemented actions: generated code

This commit is contained in:
f4exb
2020-04-02 04:55:12 +02:00
parent 9947a454d6
commit 69a7540ce3
9 changed files with 240 additions and 2 deletions
@@ -57,6 +57,16 @@ BladeRF2InputReport:
items:
$ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
BladeRF2InputActions:
description: BladeRF2
properties:
record:
type: integer
description: >
Record IQ stream action
* 0 - stop recording
* 1 - start recording
BladeRF2OutputSettings:
description: BladeRF2
properties:
@@ -20,6 +20,8 @@ DeviceActions:
$ref: "/doc/swagger/include/AirspyHF.yaml#/AirspyHFActions"
bladeRF1InputActions:
$ref: "/doc/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
bladeRF2InputActions:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
fcdProActions:
$ref: "/doc/swagger/include/FCDPro.yaml#/FCDProActions"
fcdProPlusActions: