|
LMS API Documentation
v20.07.0
|
#include <LimeSuite.h>
Data Fields | |
| bool | active |
| Indicates whether the stream is currently active. | |
| uint32_t | fifoFilledCount |
| Number of samples in FIFO buffer. | |
| uint32_t | fifoSize |
| Size (in samples) of FIFO buffer. | |
| uint32_t | underrun |
| FIFO underrun count since the last call to LMS_GetStreamStatus() | |
| uint32_t | overrun |
| FIFO overrun count since the last call to LMS_GetStreamStatus() | |
| uint32_t | droppedPackets |
| Number of dropped packets by HW since the last call to LMS_GetStreamStatus() | |
| float_type | sampleRate |
| Currently not used. | |
| float_type | linkRate |
| Data transfer rate (B/s) over the last 1 s per direction per LMS chip. | |
| uint64_t | timestamp |
| The most recently received Rx timestamp, or the last timestamp submitted to Tx. | |
Streaming status structure
Definition at line 1092 of file LimeSuite.h.