mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-01 04:37:52 -04:00
BladeRF2: REST API: add scale in range report source file
This commit is contained in:
parent
5e2d17399d
commit
d1366c0aca
@ -41,6 +41,9 @@ Range:
|
|||||||
type: integer
|
type: integer
|
||||||
step:
|
step:
|
||||||
type: integer
|
type: integer
|
||||||
|
scale:
|
||||||
|
type: number
|
||||||
|
format: float
|
||||||
|
|
||||||
RangeFloat:
|
RangeFloat:
|
||||||
description: An arbitrary range of floating point values
|
description: An arbitrary range of floating point values
|
||||||
@ -53,7 +56,7 @@ RangeFloat:
|
|||||||
format: float
|
format: float
|
||||||
step:
|
step:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
FrequencyRange:
|
FrequencyRange:
|
||||||
description: An frequency range with 64 bit support for min and max
|
description: An frequency range with 64 bit support for min and max
|
||||||
@ -66,6 +69,9 @@ FrequencyRange:
|
|||||||
format: int64
|
format: int64
|
||||||
step:
|
step:
|
||||||
type: integer
|
type: integer
|
||||||
|
scale:
|
||||||
|
type: number
|
||||||
|
format: float
|
||||||
|
|
||||||
NamedEnum:
|
NamedEnum:
|
||||||
description: Enumeration with name for values
|
description: Enumeration with name for values
|
||||||
@ -74,7 +80,7 @@ NamedEnum:
|
|||||||
type: string
|
type: string
|
||||||
value:
|
value:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
||||||
Complex:
|
Complex:
|
||||||
description: A complex number
|
description: A complex number
|
||||||
properties:
|
properties:
|
||||||
@ -84,4 +90,3 @@ Complex:
|
|||||||
imag:
|
imag:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user