Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Parse configuration parameters for a single beam in the pipeline instance of cheetah. More...
#include <cheetah/pipeline/BeamConfig.h>
Public Member Functions | |
BeamConfig (std::string const &tag_name="beam") | |
panda::ThreadConfig const & | thread_config () const |
return the thread config | |
sigproc::Config const & | sigproc_config () const |
return the sigproc config | |
psrdada::Config const & | psrdada_config () const |
return the psrdada config | |
rcpt::Config const & | rcpt_config () const |
return the rcpt config | |
rcpt_low::Config const & | rcpt_low_config () const |
return the rcpt_low config | |
void | thread_config (panda::ThreadConfig const &thread_config) |
set the thread config | |
DataConfigType const & | data_config () const |
return the data export specific configuration parameters | |
void | active (bool status) |
set the enabled status of the beam | |
bool | active () const |
sget the enabled status of the beam | |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Parse configuration parameters for a single beam in the pipeline instance of cheetah.
Definition at line 48 of file BeamConfig.h.