#include <limesdroutput.h>
Definition at line 112 of file limesdroutput.h.
◆ MsgReportStreamInfo()
◆ create()
Definition at line 126 of file limesdroutput.h.
Referenced by LimeSDROutput::handleMessage().
MsgReportStreamInfo(bool success, bool active, uint32_t fifoFilledCount, uint32_t fifoSize, uint32_t underrun, uint32_t overrun, uint32_t droppedPackets, float linkRate, uint64_t timestamp)
◆ getActive()
bool LimeSDROutput::MsgReportStreamInfo::getActive |
( |
| ) |
const |
|
inline |
◆ getDroppedPackets()
uint32_t LimeSDROutput::MsgReportStreamInfo::getDroppedPackets |
( |
| ) |
const |
|
inline |
◆ getFifoFilledCount()
uint32_t LimeSDROutput::MsgReportStreamInfo::getFifoFilledCount |
( |
| ) |
const |
|
inline |
◆ getFifoSize()
uint32_t LimeSDROutput::MsgReportStreamInfo::getFifoSize |
( |
| ) |
const |
|
inline |
◆ getLinkRate()
float LimeSDROutput::MsgReportStreamInfo::getLinkRate |
( |
| ) |
const |
|
inline |
◆ getOverrun()
uint32_t LimeSDROutput::MsgReportStreamInfo::getOverrun |
( |
| ) |
const |
|
inline |
◆ getSuccess()
bool LimeSDROutput::MsgReportStreamInfo::getSuccess |
( |
| ) |
const |
|
inline |
◆ getTimestamp()
uint64_t LimeSDROutput::MsgReportStreamInfo::getTimestamp |
( |
| ) |
const |
|
inline |
◆ getUnderrun()
uint32_t LimeSDROutput::MsgReportStreamInfo::getUnderrun |
( |
| ) |
const |
|
inline |
◆ m_active
bool LimeSDROutput::MsgReportStreamInfo::m_active |
|
private |
Indicates whether the stream is currently active.
Definition at line 154 of file limesdroutput.h.
◆ m_droppedPackets
uint32_t LimeSDROutput::MsgReportStreamInfo::m_droppedPackets |
|
private |
◆ m_fifoFilledCount
uint32_t LimeSDROutput::MsgReportStreamInfo::m_fifoFilledCount |
|
private |
◆ m_fifoSize
uint32_t LimeSDROutput::MsgReportStreamInfo::m_fifoSize |
|
private |
◆ m_linkRate
float LimeSDROutput::MsgReportStreamInfo::m_linkRate |
|
private |
Combined data rate of all stream of the same direction (TX or RX)
Definition at line 160 of file limesdroutput.h.
◆ m_overrun
uint32_t LimeSDROutput::MsgReportStreamInfo::m_overrun |
|
private |
◆ m_success
bool LimeSDROutput::MsgReportStreamInfo::m_success |
|
private |
◆ m_timestamp
uint64_t LimeSDROutput::MsgReportStreamInfo::m_timestamp |
|
private |
◆ m_underrun
uint32_t LimeSDROutput::MsgReportStreamInfo::m_underrun |
|
private |
The documentation for this class was generated from the following file: