StationListCreatorModule.h
Go to the documentation of this file.
1 #ifndef _StationListCreatorModule_h_
2 #define _StationListCreatorModule_h_
3 
4 #include <fwk/VModule.h>
5 
6 
7 // you should assign your module to a namespace
8 namespace StationListCreatorModuleNS {
9 
21 
22  public:
24 
28 
29  REGISTER_MODULE("StationListCreatorModule", StationListCreatorModule);
30 
31  };
32 
33 }
34 
35 
36 #endif
37 
38 // Configure (x)emacs for this file ...
39 // Local Variables:
40 // mode: c++
41 // compile-command: "make -k"
42 // End:
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Module to create an up-to-date xml station list file.
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
REGISTER_MODULE("StationListCreatorModule", StationListCreatorModule)

, generated on Tue Sep 26 2023.