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

#include <remotedatablock.h>

Public Member Functions

void init ()
 

Public Attributes

uint8_t buf [RemoteNbBytesPerBlock]
 

Detailed Description

Definition at line 101 of file remotedatablock.h.

Member Function Documentation

◆ init()

void RemoteProtectedBlock::init ( )
inline

Definition at line 105 of file remotedatablock.h.

Referenced by RemoteSuperBlock::init().

105  {
106  std::fill(buf, buf+RemoteNbBytesPerBlock, 0);
107  }
uint8_t buf[RemoteNbBytesPerBlock]
+ Here is the caller graph for this function:

Member Data Documentation

◆ buf

uint8_t RemoteProtectedBlock::buf[RemoteNbBytesPerBlock]

Definition at line 103 of file remotedatablock.h.

Referenced by RemoteDataReadQueue::convertDataToSample().


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