LMS API Documentation  v20.10.0
lms_stream_status_t Struct Reference

#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.
 

Detailed Description

Streaming status structure

Definition at line 1117 of file LimeSuite.h.


The documentation for this struct was generated from the following file: