![]() |
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 <datvconstellation.h>
Inheritance diagram for leansdr::datvconstellation< T >:
Collaboration diagram for leansdr::datvconstellation< T >:Public Member Functions | |
| datvconstellation (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_lut< eucl_ss, 256 > ** | 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 111 of file datvconstellation.h.
|
inline |
Definition at line 123 of file datvconstellation.h.
|
inline |
Definition at line 189 of file datvconstellation.h.
|
inline |
Definition at line 185 of file datvconstellation.h.
|
inlinevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 142 of file datvconstellation.h.
| cstln_lut<eucl_ss, 256>** leansdr::datvconstellation< T >::cstln |
Definition at line 116 of file datvconstellation.h.
| std::vector<int> leansdr::datvconstellation< T >::cstln_cols |
Definition at line 121 of file datvconstellation.h.
| std::vector<int> leansdr::datvconstellation< T >::cstln_rows |
Definition at line 120 of file datvconstellation.h.
| unsigned long leansdr::datvconstellation< T >::decimation |
Definition at line 114 of file datvconstellation.h.
| pipereader<complex<T> > leansdr::datvconstellation< T >::in |
Definition at line 118 of file datvconstellation.h.
| TVScreen* leansdr::datvconstellation< T >::m_objDATVScreen |
Definition at line 117 of file datvconstellation.h.
Referenced by leansdr::datvconstellation< leansdr::f32 >::run().
| unsigned long leansdr::datvconstellation< T >::phase |
Definition at line 119 of file datvconstellation.h.
| long leansdr::datvconstellation< T >::pixels_per_frame |
Definition at line 115 of file datvconstellation.h.
Referenced by leansdr::datvconstellation< leansdr::f32 >::run().
| T leansdr::datvconstellation< T >::xymax |
Definition at line 113 of file datvconstellation.h.
| T leansdr::datvconstellation< T >::xymin |
Definition at line 113 of file datvconstellation.h.
Referenced by leansdr::datvconstellation< leansdr::f32 >::calculate_cstln_points().
1.8.13