#include <xtrxoutput.h>
Definition at line 109 of file xtrxoutput.h.
◆ MsgReportStreamInfo()
XTRXOutput::MsgReportStreamInfo::MsgReportStreamInfo |
( |
bool |
success, |
|
|
bool |
active, |
|
|
uint32_t |
fifoFilledCount, |
|
|
uint32_t |
fifoSize |
|
) |
| |
|
inlineprivate |
Definition at line 140 of file xtrxoutput.h.
uint32_t m_fifoSize
Size of FIFO buffer.
bool m_active
Indicates whether the stream is currently active.
uint32_t m_fifoFilledCount
Number of samples in FIFO buffer.
◆ create()
◆ getActive()
bool XTRXOutput::MsgReportStreamInfo::getActive |
( |
| ) |
const |
|
inline |
◆ getFifoFilledCount()
uint32_t XTRXOutput::MsgReportStreamInfo::getFifoFilledCount |
( |
| ) |
const |
|
inline |
◆ getFifoSize()
uint32_t XTRXOutput::MsgReportStreamInfo::getFifoSize |
( |
| ) |
const |
|
inline |
◆ getSuccess()
bool XTRXOutput::MsgReportStreamInfo::getSuccess |
( |
| ) |
const |
|
inline |
◆ m_active
bool XTRXOutput::MsgReportStreamInfo::m_active |
|
private |
Indicates whether the stream is currently active.
Definition at line 136 of file xtrxoutput.h.
◆ m_fifoFilledCount
uint32_t XTRXOutput::MsgReportStreamInfo::m_fifoFilledCount |
|
private |
Number of samples in FIFO buffer.
Definition at line 137 of file xtrxoutput.h.
◆ m_fifoSize
uint32_t XTRXOutput::MsgReportStreamInfo::m_fifoSize |
|
private |
◆ m_success
bool XTRXOutput::MsgReportStreamInfo::m_success |
|
private |
The documentation for this class was generated from the following file: