|
GNU Radio's LFAST Package
|
#include <fir_filter_lfast.h>
Public Member Functions | |
| MTBase (int nthreads=4) | |
| virtual | ~MTBase () |
| int | numThreads () |
| virtual void | setDecimation (int newDecimation) |
| virtual int | getDecimation () |
| virtual bool | decimating () |
| virtual long | calcDecimationBlockSize (long numSamples) |
| virtual long | calcDecimationIndex (long blockStartIndex) |
| virtual void | setThreads (int nthreads) |
| virtual bool | anyThreadRunning () |
Protected Attributes | |
| const io_type * | pInputBuffer |
| io_type * | pOutputBuffer |
| boost::thread * | threads [16] |
| bool | threadRunning [16] |
| bool | threadReady |
| int | d_nthreads |
| int | decimation |
| gr::lfast::MTBase< io_type >::MTBase | ( | int | nthreads = 4 | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |