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 <limesdrinput.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 94 of file limesdrinput.h.
|
inlineprivate |
Definition at line 145 of file limesdrinput.h.
|
inlinestatic |
Definition at line 108 of file limesdrinput.h.
Referenced by LimeSDRInput::handleMessage().
|
inline |
Definition at line 99 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 104 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 100 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 101 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 105 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 103 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 98 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
inline |
Definition at line 106 of file limesdrinput.h.
|
inline |
Definition at line 102 of file limesdrinput.h.
Referenced by LimeSDRInputGUI::handleMessage().
|
private |
Indicates whether the stream is currently active.
Definition at line 136 of file limesdrinput.h.
|
private |
Number of dropped packets by HW.
Definition at line 141 of file limesdrinput.h.
|
private |
Number of samples in FIFO buffer.
Definition at line 137 of file limesdrinput.h.
|
private |
Size of FIFO buffer.
Definition at line 138 of file limesdrinput.h.
|
private |
Combined data rate of all stream of the same direction (TX or RX)
Definition at line 142 of file limesdrinput.h.
|
private |
FIFO overrun count.
Definition at line 140 of file limesdrinput.h.
|
private |
Definition at line 134 of file limesdrinput.h.
|
private |
Current HW timestamp.
Definition at line 143 of file limesdrinput.h.
|
private |
FIFO underrun count.
Definition at line 139 of file limesdrinput.h.