24 #ifndef SKA_CHEETAH_SIGPROC_WRITERCONFIG_H 25 #define SKA_CHEETAH_SIGPROC_WRITERCONFIG_H 28 #include "cheetah/utils/Config.h" 47 std::string
const& dir()
const;
48 void dir(std::string
const&);
49 std::string
const& extension()
const;
50 void extension(std::string
const& extension);
52 std::size_t max_count()
const;
53 void max_count(std::size_t);
56 void add_options(OptionsDescriptionEasyInit& add_options)
override;
60 std::string _extension;
61 std::size_t _max_count;
69 #endif // SKA_CHEETAH_SIGPROC_WRITERCONFIG_H Base class for module configuration.
Configuration options for a SigProcWriter.
Some limits and constants for FLDO.