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::Sample16 Struct Reference

#include <udpsink.h>

Public Member Functions

 Sample16 ()
 
 Sample16 (int16_t r, int16_t i)
 

Public Attributes

int16_t m_r
 
int16_t m_i
 

Detailed Description

Definition at line 176 of file udpsink.h.

Constructor & Destructor Documentation

◆ Sample16() [1/2]

UDPSink::Sample16::Sample16 ( )
inline

Definition at line 178 of file udpsink.h.

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

◆ Sample16() [2/2]

UDPSink::Sample16::Sample16 ( int16_t  r,
int16_t  i 
)
inline

Definition at line 179 of file udpsink.h.

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

Member Data Documentation

◆ m_i

int16_t UDPSink::Sample16::m_i

Definition at line 181 of file udpsink.h.

◆ m_r

int16_t UDPSink::Sample16::m_r

Definition at line 180 of file udpsink.h.


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