16 #ifndef QC_CORE_TASKCONFIG_H 17 #define QC_CORE_TASKCONFIG_H 20 #include <unordered_map> 28 std::string moduleName;
29 std::string className;
30 int cycleDurationSeconds;
32 std::string consulUrl;
33 std::string conditionUrl =
"";
34 std::unordered_map<std::string, std::string> customParameters = {};
35 std::string detectorName =
"MISC";
36 int parallelTaskID = 0;
37 std::string saveToFile =
"";
42 #endif // QC_CORE_TASKCONFIG_H Container for the configuration of a Task.
Definition: TaskConfig.h:26
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19