1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00

LimeSDR: implemeted WEB API for reporting

This commit is contained in:
f4exb
2018-05-26 22:16:59 +02:00
parent be15aa7cb0
commit 862c689754
17 changed files with 1288 additions and 2 deletions
@@ -83,3 +83,64 @@ LimeSdrOutputSettings:
transverterDeltaFrequency:
type: integer
format: int64
LimeSdrInputReport:
description: LimeSDR
properties:
success:
description: 1 if info was successfullt retrieved else 0
type: integer
streamActive:
description: 1 if active else 0
type: integer
fifoSize:
type: integer
fifoFill:
type: integer
underrunCount:
type: integer
overrunCount:
type: integer
droppedPacketsCount:
type: integer
linkRate:
type: number
format: float
hwTimestamp:
description: Hardware timestamp
type: integer
format: uint64
temperature:
type: number
format: float
LimeSdrOutputReport:
description: LimeSDR
properties:
success:
description: 1 if info was successfullt retrieved else 0
type: integer
streamActive:
description: 1 if active else 0
type: integer
fifoSize:
type: integer
fifoFill:
type: integer
underrunCount:
type: integer
overrunCount:
type: integer
droppedPacketsCount:
type: integer
linkRate:
type: number
format: float
hwTimestamp:
description: Hardware timestamp
type: integer
format: uint64
temperature:
type: number
format: float