24 #include "cheetah/psbc/Config.h" 33 : cheetah::utils::Config(
"psbc")
34 , _dump_time(600 * data::seconds)
42 void Config::add_options(OptionsDescriptionEasyInit& add_options)
45 (
"dump_time", boost::program_options::value<double>()
47 ->notifier([
this](
double value){_dump_time = Seconds(value * data::seconds);})
48 ,
"The accumulation interval of the buffer between calls to its handler.");
52 typename Config::Seconds
const& Config::dump_time()
const 57 void Config::dump_time(Seconds dt)
Some limits and constants for FLDO.