24 #include "cheetah/pipeline/Empty.h" 25 #include "cheetah/utils/TerminateException.h" 26 #include "panda/Log.h" 34 template<
typename NumericalT>
35 Empty<NumericalT>::Empty(CheetahConfig<NumericalT>
const& config, BeamConfig<NumericalT>
const& beam_config)
36 : BaseT(config, beam_config)
38 , _exit_after(config.empty_config().exit_after())
42 template<
typename NumericalT>
43 Empty<NumericalT>::~Empty()
47 template<
typename NumericalT>
50 _stats(data, ClockType::now());
51 this->out().send(panda::ChannelId(
"raw"), data);
52 if((_exit_after == 0) || (_exit_after > 0 && ++_count <= _exit_after))
return;
53 PANDA_LOG <<
"\n----\n\t" << _stats <<
"\n----";
Some limits and constants for FLDO.