ReadCloudLL.h
Go to the documentation of this file.
1 #ifndef _ReadCloudLLNS_ReadCloudLL_h_
2 #define _ReadCloudLLNS_ReadCloudLL_h_
3 
4 #include <fwk/VModule.h>
5 #include <evt/Event.h>
6 
7 namespace ReadCloudLLNS {
8 
19  class ReadCloudLL : public fwk::VModule {
20 
21  public:
22 
23  ReadCloudLL();
24  virtual ~ReadCloudLL();
25 
29 
30  private :
31 
32  REGISTER_MODULE("ReadCloudLL", ReadCloudLL) ;
33 
34  };
35 
36 } // ReadCloudLL namespace
37 
38 #endif // _ReadCloudLLNS_ReadCloudLL_h_
39 
40 // Configure (x)emacs for this file ...
41 // Local Variables:
42 // mode:c++
43 // compile-command: "make -k"
44 // End:
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Definition: ReadCloudLL.cc:45
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Definition: ReadCloudLL.cc:111
Example of reading from low level Cloud DB interface.
Definition: ReadCloudLL.h:19
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
REGISTER_MODULE("ReadCloudLL", ReadCloudLL)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Definition: ReadCloudLL.cc:37

, generated on Tue Sep 26 2023.