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 <udpsinkfecworker.h>
Public Member Functions | |
RemoteSuperBlock * | getTxBlocks () const |
uint32_t | getNbBlocsFEC () const |
uint32_t | getTxDelay () const |
uint16_t | getFrameIndex () 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 MsgUDPFECEncodeAndSend * | create (RemoteSuperBlock *txBlocks, uint32_t nbBlocksFEC, uint32_t txDelay, uint16_t frameIndex) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Private Member Functions | |
MsgUDPFECEncodeAndSend (RemoteSuperBlock *txBlocks, uint32_t nbBlocksFEC, uint32_t txDelay, uint16_t frameIndex) | |
Private Attributes | |
RemoteSuperBlock * | m_txBlockx |
uint32_t | m_nbBlocksFEC |
uint32_t | m_txDelay |
uint16_t | m_frameIndex |
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 38 of file udpsinkfecworker.h.
|
inlineprivate |
Definition at line 62 of file udpsinkfecworker.h.
Referenced by create().
|
inlinestatic |
Definition at line 47 of file udpsinkfecworker.h.
References MsgUDPFECEncodeAndSend().
Referenced by UDPSinkFECWorker::pushTxFrame().
|
inline |
Definition at line 45 of file udpsinkfecworker.h.
References m_frameIndex.
Referenced by UDPSinkFECWorker::handleInputMessages().
|
inline |
Definition at line 43 of file udpsinkfecworker.h.
References m_nbBlocksFEC.
Referenced by UDPSinkFECWorker::handleInputMessages().
|
inline |
Definition at line 42 of file udpsinkfecworker.h.
References m_txBlockx.
Referenced by UDPSinkFECWorker::handleInputMessages().
|
inline |
Definition at line 44 of file udpsinkfecworker.h.
References m_txDelay.
Referenced by UDPSinkFECWorker::handleInputMessages().
|
private |
Definition at line 60 of file udpsinkfecworker.h.
Referenced by getFrameIndex().
|
private |
Definition at line 58 of file udpsinkfecworker.h.
Referenced by getNbBlocsFEC().
|
private |
Definition at line 57 of file udpsinkfecworker.h.
Referenced by getTxBlocks().
|
private |
Definition at line 59 of file udpsinkfecworker.h.
Referenced by getTxDelay().