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 <xtrxinput.h>
Public Member Functions | |
bool | getSuccess () const |
bool | getActive () const |
uint32_t | getFifoFilledCount () const |
uint32_t | getFifoSize () 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) |
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) | |
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... | |
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 110 of file xtrxinput.h.
|
inlineprivate |
Definition at line 141 of file xtrxinput.h.
|
inlinestatic |
Definition at line 119 of file xtrxinput.h.
Referenced by XTRXInput::handleMessage().
|
inline |
Definition at line 115 of file xtrxinput.h.
Referenced by XTRXInputGUI::handleMessage().
|
inline |
Definition at line 116 of file xtrxinput.h.
Referenced by XTRXInputGUI::handleMessage().
|
inline |
Definition at line 117 of file xtrxinput.h.
Referenced by XTRXInputGUI::handleMessage().
|
inline |
Definition at line 114 of file xtrxinput.h.
Referenced by XTRXInputGUI::handleMessage().
|
private |
Indicates whether the stream is currently active.
Definition at line 137 of file xtrxinput.h.
|
private |
Number of samples in FIFO buffer.
Definition at line 138 of file xtrxinput.h.
|
private |
Size of FIFO buffer.
Definition at line 139 of file xtrxinput.h.
|
private |
Definition at line 135 of file xtrxinput.h.