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
RemoteSuperBlock Struct Reference

#include <remotedatablock.h>

+ Collaboration diagram for RemoteSuperBlock:

Public Member Functions

void init ()
 

Public Attributes

RemoteHeader m_header
 
RemoteProtectedBlock m_protectedBlock
 

Detailed Description

Definition at line 110 of file remotedatablock.h.

Member Function Documentation

◆ init()

void RemoteSuperBlock::init ( )
inline

Definition at line 115 of file remotedatablock.h.

References RemoteHeader::init(), and RemoteProtectedBlock::init().

116  {
117  m_header.init();
119  }
RemoteProtectedBlock m_protectedBlock
RemoteHeader m_header
+ Here is the call graph for this function:

Member Data Documentation

◆ m_header

RemoteHeader RemoteSuperBlock::m_header

◆ m_protectedBlock

RemoteProtectedBlock RemoteSuperBlock::m_protectedBlock

Definition at line 113 of file remotedatablock.h.

Referenced by RemoteDataReadQueue::convertDataToSample().


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