1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

BladeRF2: REST API: add scale in range report source file

This commit is contained in:
f4exb 2020-09-14 23:36:42 +02:00
parent 5e2d17399d
commit d1366c0aca

View File

@ -41,6 +41,9 @@ Range:
type: integer
step:
type: integer
scale:
type: number
format: float
RangeFloat:
description: An arbitrary range of floating point values
@ -53,7 +56,7 @@ RangeFloat:
format: float
step:
type: number
format: float
format: float
FrequencyRange:
description: An frequency range with 64 bit support for min and max
@ -66,6 +69,9 @@ FrequencyRange:
format: int64
step:
type: integer
scale:
type: number
format: float
NamedEnum:
description: Enumeration with name for values
@ -74,7 +80,7 @@ NamedEnum:
type: string
value:
type: integer
Complex:
description: A complex number
properties:
@ -84,4 +90,3 @@ Complex:
imag:
type: number
format: float