16 #ifndef QC_MODULE_COMMON_MEANISABOVE_H 17 #define QC_MODULE_COMMON_MEANISABOVE_H 37 void configure(std::string name)
override;
38 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
39 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult)
override;
40 std::string getAcceptedType()
override;
43 float mThreshold = 0.0f;
Check whether the mean of the plot is above a certain limit.
Definition: MeanIsAbove.h:29
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
Definition: EverIncreasingGraph.h:21
Skeleton of a check.
Definition: CheckInterface.h:32
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19