![]() |
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 <xtrxoutput.h>
Inheritance diagram for XTRXOutput::MsgReportStreamInfo:
Collaboration diagram for XTRXOutput::MsgReportStreamInfo: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 109 of file xtrxoutput.h.
|
inlineprivate |
Definition at line 140 of file xtrxoutput.h.
|
inlinestatic |
Definition at line 118 of file xtrxoutput.h.
Referenced by XTRXOutput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 114 of file xtrxoutput.h.
Referenced by XTRXOutputGUI::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 115 of file xtrxoutput.h.
Referenced by XTRXOutputGUI::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 116 of file xtrxoutput.h.
Referenced by XTRXOutputGUI::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 113 of file xtrxoutput.h.
Referenced by XTRXOutputGUI::handleMessage().
Here is the caller graph for this function:
|
private |
Indicates whether the stream is currently active.
Definition at line 136 of file xtrxoutput.h.
|
private |
Number of samples in FIFO buffer.
Definition at line 137 of file xtrxoutput.h.
|
private |
Size of FIFO buffer.
Definition at line 138 of file xtrxoutput.h.
|
private |
Definition at line 134 of file xtrxoutput.h.
1.8.13