SigProc configuration parameters.
More...
#include <cheetah/sigproc/Config.h>
|
std::vector< std::string > const & | sigproc_files () const |
| return the sigproc files to be processed as input data
|
|
void | set_sigproc_files (std::vector< std::string > const &sigproc_files) |
| return the sigproc files to be processed as input data
|
|
void | set_sigproc_files (std::string sigproc_file) |
|
int | nbits () const |
| return the default nbits to be used when not specified in sigproc file headers
|
|
unsigned | chunk_samples () const |
| return the number of time samples in a chunk
|
|
void | set_chunk_samples (unsigned samples) |
| setthe number of time samples in a chunk
|
|
| Config (std::string module_name) |
|
void | terminate () const |
| call for notifiers to indicate a termination condition More...
|
|
|
void | add_options (OptionsDescriptionEasyInit &add_options) override |
|
|
typedef System | SystemType |
|
typedef panda::PoolManager< SystemType > | PoolManagerType |
|
typedef PoolManagerType::PoolType | PoolType |
|
SigProc configuration parameters.
Definition at line 39 of file Config.h.
The documentation for this class was generated from the following files: