24 #include "cheetah/channel_mask/ChannelRangeConfig.h" 25 #include "cheetah/data/Units.h" 30 namespace channel_mask {
33 ChannelRangeConfig::ChannelRangeConfig(std::string
const& tag_name)
34 : utils::Config(tag_name)
38 ChannelRangeConfig::~ChannelRangeConfig()
42 void ChannelRangeConfig::add_options(OptionsDescriptionEasyInit& add_options)
45 (
"start_number", boost::program_options::value<std::size_t>(&_start)
46 ,
"the first channel numberin the range (inclusive)")
47 (
"end_number", boost::program_options::value<std::size_t>(&_end)
48 ,
"the last channel number in the range (inclusive)")
Some limits and constants for FLDO.
Channel const & start() const
get the start of the range
Channel const & end() const
get the end of the range