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 | |
void | init () |
Public Attributes | |
uint16_t | m_frameIndex |
uint8_t | m_blockIndex |
uint8_t | m_sampleBytes |
number of bytes per sample (2 or 4) for this block More... | |
uint8_t | m_sampleBits |
number of bits per sample More... | |
uint8_t | m_filler |
uint16_t | m_filler2 |
Definition at line 77 of file remotedatablock.h.
|
inline |
Definition at line 86 of file remotedatablock.h.
Referenced by RemoteSuperBlock::init().
uint8_t RemoteHeader::m_blockIndex |
Definition at line 80 of file remotedatablock.h.
uint8_t RemoteHeader::m_filler |
Definition at line 83 of file remotedatablock.h.
uint16_t RemoteHeader::m_filler2 |
Definition at line 84 of file remotedatablock.h.
uint16_t RemoteHeader::m_frameIndex |
Definition at line 79 of file remotedatablock.h.
Referenced by RemoteInputBuffer::writeData().
uint8_t RemoteHeader::m_sampleBits |
number of bits per sample
Definition at line 82 of file remotedatablock.h.
Referenced by RemoteDataReadQueue::convertDataToSample().
uint8_t RemoteHeader::m_sampleBytes |
number of bytes per sample (2 or 4) for this block
Definition at line 81 of file remotedatablock.h.
Referenced by RemoteDataReadQueue::convertDataToSample(), and RemoteDataReadQueue::readSample().