SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <limesdroutput.h>
Public Member Functions | |
bool | getSuccess () const |
bool | getActive () const |
uint32_t | getFifoFilledCount () const |
uint32_t | getFifoSize () const |
uint32_t | getUnderrun () const |
uint32_t | getOverrun () const |
uint32_t | getDroppedPackets () const |
float | getLinkRate () const |
uint64_t | getTimestamp () const |
Public Member Functions inherited from Message | |
Message () | |
virtual | ~Message () |
virtual const char * | getIdentifier () const |
virtual bool | matchIdentifier (const char *identifier) const |
void * | getDestination () const |
void | setDestination (void *destination) |
Static Public Member Functions | |
static MsgReportStreamInfo * | create (bool success, bool active, uint32_t fifoFilledCount, uint32_t fifoSize, uint32_t underrun, uint32_t overrun, uint32_t droppedPackets, float linkRate, uint64_t timestamp) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Private Member Functions | |
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) | |
Private Attributes | |
bool | m_success |
bool | m_active |
Indicates whether the stream is currently active. More... | |
uint32_t | m_fifoFilledCount |
Number of samples in FIFO buffer. More... | |
uint32_t | m_fifoSize |
Size of FIFO buffer. More... | |
uint32_t | m_underrun |
FIFO underrun count. More... | |
uint32_t | m_overrun |
FIFO overrun count. More... | |
uint32_t | m_droppedPackets |
Number of dropped packets by HW. More... | |
float | m_linkRate |
Combined data rate of all stream of the same direction (TX or RX) More... | |
uint64_t | m_timestamp |
Current HW timestamp. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Message | |
void * | m_destination |
Static Protected Attributes inherited from Message | |
static const char * | m_identifier = 0 |
Definition at line 112 of file limesdroutput.h.
|
inlineprivate |
Definition at line 163 of file limesdroutput.h.
References LimeSDROutput::deserialize(), LimeSDROutput::destroy(), LimeSDROutput::init(), LimeSDROutput::LimeSDROutput(), LimeSDROutput::serialize(), LimeSDROutput::start(), LimeSDROutput::stop(), and LimeSDROutput::~LimeSDROutput().
|
inlinestatic |
Definition at line 126 of file limesdroutput.h.
Referenced by LimeSDROutput::handleMessage().
|
inline |
Definition at line 117 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 122 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 118 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 119 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 123 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 121 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 116 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 124 of file limesdroutput.h.
|
inline |
Definition at line 120 of file limesdroutput.h.
Referenced by LimeSDROutputGUI::handleMessage().
|
private |
Indicates whether the stream is currently active.
Definition at line 154 of file limesdroutput.h.
|
private |
Number of dropped packets by HW.
Definition at line 159 of file limesdroutput.h.
|
private |
Number of samples in FIFO buffer.
Definition at line 155 of file limesdroutput.h.
|
private |
Size of FIFO buffer.
Definition at line 156 of file limesdroutput.h.
|
private |
Combined data rate of all stream of the same direction (TX or RX)
Definition at line 160 of file limesdroutput.h.
|
private |
FIFO overrun count.
Definition at line 158 of file limesdroutput.h.
|
private |
Definition at line 152 of file limesdroutput.h.
|
private |
Current HW timestamp.
Definition at line 161 of file limesdroutput.h.
|
private |
FIFO underrun count.
Definition at line 157 of file limesdroutput.h.