Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Config Node to specfiy a range of channels. More...
#include <cheetah/channel_mask/ChannelRangeConfig.h>
Public Member Functions | |
ChannelRangeConfig (std::string const &tag_name="range") | |
Channel const & | start () const |
get the start of the range | |
void | start (Channel const &) |
set the start of the range | |
Channel const & | end () const |
get the end of the range | |
void | end (Channel const &) |
set the end of the range | |
![]() | |
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 |
Config Node to specfiy a range of channels.
Definition at line 37 of file ChannelRangeConfig.h.