CheckEventDataModule1.h
Go to the documentation of this file.
1 #ifndef _CheckEventDataModule1_
2 #define _CheckEventDataModule1_
3 
4 
5 #include <fwk/VModule.h>
6 
7 using namespace fwk;
8 
9 
11 public:
12  virtual ~CheckEventDataModule1() { }
13 
15  VModule::ResultFlag Run(evt::Event& event);
16  VModule::ResultFlag Finish();
17 
18 private:
19  REGISTER_MODULE("CheckEventDataModule1", CheckEventDataModule1);
20 };
21 
22 
23 #endif
void Init()
Initialise the registry.
Module interface.
Definition: VModule.h:53
#define REGISTER_MODULE(_moduleName_, _ModuleType_)
Definition: VModule.h:145
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.