LMS API Documentation v23.10.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 1117 of file LimeSuite.h.
bool active |
Indicates whether the stream is currently active.
Definition at line 1120 of file LimeSuite.h.
uint32_t droppedPackets |
Number of dropped packets by HW since the last call to LMS_GetStreamStatus()
Definition at line 1130 of file LimeSuite.h.
uint32_t fifoFilledCount |
Number of samples in FIFO buffer.
Definition at line 1122 of file LimeSuite.h.
uint32_t fifoSize |
Size (in samples) of FIFO buffer.
Definition at line 1124 of file LimeSuite.h.
float_type linkRate |
Data transfer rate (B/s) over the last 1 s per direction per LMS chip.
Definition at line 1134 of file LimeSuite.h.
uint32_t overrun |
FIFO overrun count since the last call to LMS_GetStreamStatus()
Definition at line 1128 of file LimeSuite.h.
float_type sampleRate |
Currently not used.
Definition at line 1132 of file LimeSuite.h.
uint64_t timestamp |
The most recently received Rx timestamp, or the last timestamp submitted to Tx.
Definition at line 1136 of file LimeSuite.h.
uint32_t underrun |
FIFO underrun count since the last call to LMS_GetStreamStatus()
Definition at line 1126 of file LimeSuite.h.