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
UDPSink::Sample24 Struct Reference

#include <udpsink.h>

Public Member Functions

 Sample24 ()
 
 Sample24 (int32_t r, int32_t i)
 

Public Attributes

int32_t m_r
 
int32_t m_i
 

Detailed Description

Definition at line 184 of file udpsink.h.

Constructor & Destructor Documentation

◆ Sample24() [1/2]

UDPSink::Sample24::Sample24 ( )
inline

Definition at line 186 of file udpsink.h.

186 : m_r(0), m_i(0) {}

◆ Sample24() [2/2]

UDPSink::Sample24::Sample24 ( int32_t  r,
int32_t  i 
)
inline

Definition at line 187 of file udpsink.h.

187 : m_r(r), m_i(i) {}
int32_t i
Definition: decimators.h:244

Member Data Documentation

◆ m_i

int32_t UDPSink::Sample24::m_i

Definition at line 189 of file udpsink.h.

◆ m_r

int32_t UDPSink::Sample24::m_r

Definition at line 188 of file udpsink.h.


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