DeprecationExample.h
Go to the documentation of this file.
1 
9 #ifndef __DeprecationExample_h_
10 #define __DeprecationExample_h_
11 
12 
13 #include <fwk/VModule.h>
14 #include <evt/Event.h>
15 
16 namespace DeprecationExample {
17 
26 
27  public:
28 
30  virtual ~DeprecationExample();
31 
35 
36 
37  private :
38 
39  REGISTER_MODULE("DeprecationExample",DeprecationExample) ;
40 
41  };
42 } //
43 
44 
45 #endif // __DeprecationExample_h_
Example of using the Deprecation package.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Module interface.
Definition: VModule.h:53
REGISTER_MODULE("DeprecationExample", DeprecationExample)
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)

, generated on Tue Sep 26 2023.