1 #include <fwk/VModule.h>
18 return "eContinueLoop";
20 return "unknown module result flag";
29 std::vector<std::string> splitVersionInfo;
30 if (
int(splitVersionInfo.size()) > v)
31 return splitVersionInfo.at(v);
Report success to RunController.
Skip remaining modules in the current loop and continue with next iteration of the loop...
std::string GetVersionInfo(const VersionInfoType v) const
Retrieve different sorts of module version info.
VersionInfoType
Different types of version info that can be retrieved from GetVersionInfo.
Break current loop. It works for nested loops too!
static std::string GetResultFlagByName(const ResultFlag flag)
ResultFlag
Flag returned by module methods to the RunController.
Report failure to RunController, causing RunController to terminate execution.