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.
Public Member Functions | Public Attributes | List of all members
RemoteHeader Struct Reference

#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
 

Detailed Description

Definition at line 77 of file remotedatablock.h.

Member Function Documentation

◆ init()

void RemoteHeader::init ( )
inline

Definition at line 86 of file remotedatablock.h.

Referenced by RemoteSuperBlock::init().

87  {
88  m_frameIndex = 0;
89  m_blockIndex = 0;
90  m_sampleBytes = 2;
91  m_sampleBits = 16;
92  m_filler = 0;
93  m_filler2 = 0;
94  }
uint8_t m_filler
uint8_t m_sampleBytes
number of bytes per sample (2 or 4) for this block
uint8_t m_blockIndex
uint16_t m_filler2
uint16_t m_frameIndex
uint8_t m_sampleBits
number of bits per sample
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_blockIndex

uint8_t RemoteHeader::m_blockIndex

Definition at line 80 of file remotedatablock.h.

◆ m_filler

uint8_t RemoteHeader::m_filler

Definition at line 83 of file remotedatablock.h.

◆ m_filler2

uint16_t RemoteHeader::m_filler2

Definition at line 84 of file remotedatablock.h.

◆ m_frameIndex

uint16_t RemoteHeader::m_frameIndex

Definition at line 79 of file remotedatablock.h.

Referenced by RemoteInputBuffer::writeData().

◆ m_sampleBits

uint8_t RemoteHeader::m_sampleBits

number of bits per sample

Definition at line 82 of file remotedatablock.h.

Referenced by RemoteDataReadQueue::convertDataToSample().

◆ m_sampleBytes

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().


The documentation for this struct was generated from the following file: