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 <generic.h>
Public Member Functions | |
file_vectorprinter (scheduler *sch, const char *_head, const char *_format, const char *_sep, const char *_tail, pipebuf< T[N]> &_in, int _fdout, int _n=N) | |
void | run () |
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 | scale |
Public Attributes inherited from leansdr::runnable_common | |
const char * | name |
Private Attributes | |
pipereader< T[N]> | in |
const char * | head |
const char * | format |
const char * | sep |
const char * | tail |
FILE * | fout |
int | n |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
scheduler * | sch |
|
inline |
Definition at line 240 of file generic.h.
References leansdr::fatal().
|
inlinevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 252 of file generic.h.
References i.
|
private |
|
private |
|
private |
|
private |
|
private |
T leansdr::file_vectorprinter< T, N >::scale |
|
private |
|
private |