1 #ifndef _ReadCloudLLNS_ReadCloudLL_h_
2 #define _ReadCloudLLNS_ReadCloudLL_h_
4 #include <fwk/VModule.h>
7 namespace ReadCloudLLNS {
38 #endif // _ReadCloudLLNS_ReadCloudLL_h_
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Example of reading from low level Cloud DB interface.
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("ReadCloudLL", ReadCloudLL)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)