Lines Matching full:threshold
10 If true than trigger uses discrete thresholds as threshold conditions.
17 Defines actions which are taken when threshold conditions are met.
26 Collection of Report objects that are updated when threshold
40 following fields - type, dwell time, direction and threshold value.
43 threshold value. Discrete value does not need to be a number. Numeric
44 threshold array is limited by Type enumeration, only 4 elements are
45 allowed. Discrete threshold array size is not limited. If discrete
46 threshold array is empty then every value change is taken into account
47 of threshold condition. Dwell time specifies for how long condition
57 Defines a action which is taken once threshold condition is met.
69 Defines a context of a message that is logged when numeric threshold
78 Defines in which direction threshold value is crossed to fulfill
79 numeric threshold condition.
83 Crossing threshold value fulfill numeric threshold condition.
86 If threshold value is crossed and previous sensor value was
87 greater then threshold value then numeric threshold condition is
91 If threshold value is crossed and previous sensor value was less
92 then threshold value then numeric threshold condition is met.
95 Defines a context of a message that is logged when discrete threshold