DummyUnboundedModule.h
Go to the documentation of this file.
1 #ifndef _DummyUnboundedModule_DummyModule3_
2 #define _DummyUnboundedModule_DummyModule3_
3 
4 
5 #include <fwk/VModule.h>
6 
7 using namespace fwk;
8 
9 
10 class DummyModule3 : public VModule {
11 public:
12  DummyModule3();
13  virtual ~DummyModule3();
14 
16  VModule::ResultFlag Run(evt::Event& event);
17  VModule::ResultFlag Finish();
18 };
19 
20 
21 #endif
void Init()
Initialise the registry.
Module interface.
Definition: VModule.h:53
module for RunController unit testing
Definition: DummyModule3.h:27
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.