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
SimpleDeserializer::Element Struct Reference

Public Member Functions

 Element (Type _type, quint32 _ofs, quint32 _length)
 

Public Attributes

Type type
 
quint32 ofs
 
quint32 length
 

Detailed Description

Definition at line 84 of file simpleserializer.h.

Constructor & Destructor Documentation

◆ Element()

SimpleDeserializer::Element::Element ( Type  _type,
quint32  _ofs,
quint32  _length 
)
inline

Definition at line 89 of file simpleserializer.h.

89  :
90  type(_type),
91  ofs(_ofs),
92  length(_length)
93  { }

Member Data Documentation

◆ length

quint32 SimpleDeserializer::Element::length

Definition at line 87 of file simpleserializer.h.

◆ ofs

quint32 SimpleDeserializer::Element::ofs

Definition at line 86 of file simpleserializer.h.

◆ type

Type SimpleDeserializer::Element::type

Definition at line 85 of file simpleserializer.h.


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