DummyCheckCounterModuleValue5.h
Go to the documentation of this file.
1 #ifndef _DummyCheckCounterModuleValue5_
2 #define _DummyCheckCounterModuleValue5_
3 
4 
5 #include <fwk/VModule.h>
6 
7 using namespace fwk;
8 
18 {
19 public:
22 
24  VModule::ResultFlag Run(evt::Event& event);
25  VModule::ResultFlag Finish();
26 
27  REGISTER_MODULE("DummyCheckCounterModuleValue5", DummyCheckCounterModuleValue5);
28 };
29 
30 
31 
32 #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
module for RunController unit testing

, generated on Tue Sep 26 2023.