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.
|
#include <datvdvbs2constellation.h>
Public Member Functions | |
datvdvbs2constellation (scheduler *sch, pipebuf< complex< T > > &_in, T _xymin, T _xymax, const char *_name=nullptr, TVScreen *objDATVScreen=nullptr) | |
void | run () |
void | draw_begin () |
void | calculate_cstln_points () |
Public Member Functions inherited from leansdr::runnable | |
runnable (scheduler *_sch, const char *name) | |
Public Member Functions inherited from leansdr::runnable_common | |
runnable_common (const char *_name) | |
virtual | ~runnable_common () |
virtual void | shutdown () |
Public Attributes | |
T | xymin |
T | xymax |
unsigned long | decimation |
long | pixels_per_frame |
cstln_base ** | cstln |
TVScreen * | m_objDATVScreen |
pipereader< complex< T > > | in |
unsigned long | phase |
std::vector< int > | cstln_rows |
std::vector< int > | cstln_cols |
Public Attributes inherited from leansdr::runnable_common | |
const char * | name |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
scheduler * | sch |
Definition at line 113 of file datvdvbs2constellation.h.
|
inline |
Definition at line 125 of file datvdvbs2constellation.h.
|
inline |
Definition at line 193 of file datvdvbs2constellation.h.
Referenced by DATVDemod::feed().
|
inline |
Definition at line 189 of file datvdvbs2constellation.h.
|
inlinevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 144 of file datvdvbs2constellation.h.
cstln_base** leansdr::datvdvbs2constellation< T >::cstln |
Definition at line 118 of file datvdvbs2constellation.h.
std::vector<int> leansdr::datvdvbs2constellation< T >::cstln_cols |
Definition at line 123 of file datvdvbs2constellation.h.
std::vector<int> leansdr::datvdvbs2constellation< T >::cstln_rows |
Definition at line 122 of file datvdvbs2constellation.h.
unsigned long leansdr::datvdvbs2constellation< T >::decimation |
Definition at line 116 of file datvdvbs2constellation.h.
pipereader<complex<T> > leansdr::datvdvbs2constellation< T >::in |
Definition at line 120 of file datvdvbs2constellation.h.
TVScreen* leansdr::datvdvbs2constellation< T >::m_objDATVScreen |
Definition at line 119 of file datvdvbs2constellation.h.
Referenced by leansdr::datvdvbs2constellation< leansdr::f32 >::run().
unsigned long leansdr::datvdvbs2constellation< T >::phase |
Definition at line 121 of file datvdvbs2constellation.h.
long leansdr::datvdvbs2constellation< T >::pixels_per_frame |
Definition at line 117 of file datvdvbs2constellation.h.
Referenced by leansdr::datvdvbs2constellation< leansdr::f32 >::run().
T leansdr::datvdvbs2constellation< T >::xymax |
Definition at line 115 of file datvdvbs2constellation.h.
T leansdr::datvdvbs2constellation< T >::xymin |
Definition at line 115 of file datvdvbs2constellation.h.
Referenced by leansdr::datvdvbs2constellation< leansdr::f32 >::calculate_cstln_points().