30 #ifndef DPP_DUMMY_MODULE_H 31 #define DPP_DUMMY_MODULE_H 1 95 std::string _GP_label_;
96 std::string _flag_name_;
105 #endif // DPP_DUMMY_MODULE_H
static const std::string & default_gp_label()
static const std::string & default_flag_name()
void set_flag_name(const std::string &flag_name_)
Set the flag name.
const std::string & get_GP_label() const
Get the "GP" bank label.
Top-level namespace of the Bayeux/dpp module library.
Definition: base_module.h:56
virtual ~dummy_module()
Destructor.
process_status
Processing status flags used as the returned value of data processing methods through the pipeline.
Definition: base_module.h:65
A dummy data processing module for tests.
Definition: dummy_module.h:45
const std::string & get_flag_name() const
Get the flag name.
virtual void initialize(const datatools::properties &properties_, datatools::service_manager &srv_mgr_, module_handle_dict_type &mod_dict_)
std::map< std::string, module_entry_type > module_handle_dict_type
Definition: module_tools.h:141
Base processing module (abstract interface)
Definition: base_module.h:59
#define DPP_MODULE_REGISTRATION_INTERFACE(T)
Definition: base_module.h:231
void set_GP_label(const std::string &gp_label_)
Set the "GP" bank label.
virtual process_status process(datatools::things &data_record_)
virtual void reset()
Termination method.
dummy_module(datatools::logger::priority=datatools::logger::PRIO_FATAL)
Constructor.