A TimePeriodThreshold method is a method where individualTest is true when the tested double is true during a time period defined by a number of iterations.
More...
#include <TimePeriodThreshold.h>
|
enum | ScopeType { Any,
Average,
Sum,
None
} |
| the scope of the method More...
|
|
ScopeType | scope |
| scope of the method Any: test is true if all indivitual test are true in the values vector Average: test is true if the indivudal test of values vector's average is true Sum: test is true if the indivudal test of the sum of all double of the values vector is true None: used for monitor wich are not applied to a structural component (ex: time) More...
|
|
A TimePeriodThreshold method is a method where individualTest is true when the tested double is true during a time period defined by a number of iterations.
◆ TimePeriodThreshold()
TimePeriodThreshold::TimePeriodThreshold |
( |
mml::TimePeriodThreshold * |
m | ) |
|
◆ ~TimePeriodThreshold()
TimePeriodThreshold::~TimePeriodThreshold |
( |
| ) |
|
|
overridedefault |
◆ individualTest()
bool TimePeriodThreshold::individualTest |
( |
double |
tested | ) |
|
|
overridevirtual |
◆ toString()
std::string TimePeriodThreshold::toString |
( |
| ) |
|
|
overridevirtual |
◆ increment
int TimePeriodThreshold::increment |
|
private |
◆ iterations
int TimePeriodThreshold::iterations |
|
private |
◆ value
double TimePeriodThreshold::value |
|
private |
The documentation for this class was generated from the following files: