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 <remotedatablock.h>
Public Member Functions | |
RemoteTxControlBlock () | |
Public Attributes | |
bool | m_complete |
bool | m_processed |
uint16_t | m_frameIndex |
int | m_nbBlocksFEC |
int | m_txDelay |
QString | m_dataAddress |
uint16_t | m_dataPort |
Definition at line 123 of file remotedatablock.h.
|
inline |
Definition at line 133 of file remotedatablock.h.
bool RemoteTxControlBlock::m_complete |
Definition at line 125 of file remotedatablock.h.
Referenced by RemoteSink::~RemoteSink().
QString RemoteTxControlBlock::m_dataAddress |
Definition at line 130 of file remotedatablock.h.
Referenced by RemoteSinkThread::handleDataBlock().
uint16_t RemoteTxControlBlock::m_dataPort |
Definition at line 131 of file remotedatablock.h.
Referenced by RemoteSinkThread::handleDataBlock().
uint16_t RemoteTxControlBlock::m_frameIndex |
Definition at line 127 of file remotedatablock.h.
Referenced by RemoteSinkThread::handleDataBlock().
int RemoteTxControlBlock::m_nbBlocksFEC |
Definition at line 128 of file remotedatablock.h.
Referenced by RemoteSinkThread::handleDataBlock().
bool RemoteTxControlBlock::m_processed |
Definition at line 126 of file remotedatablock.h.
int RemoteTxControlBlock::m_txDelay |
Definition at line 129 of file remotedatablock.h.
Referenced by RemoteSinkThread::handleDataBlock().