#include <Watch.h>
Definition at line 24 of file Watch.h.
◆ above
above this threshold will trigger this condition
Definition at line 34 of file Watch.h.
◆ below
below this threshold will trigger this condition
Definition at line 32 of file Watch.h.
◆ fault
fault that triggers this condition
Definition at line 40 of file Watch.h.
◆ level
message level
Definition at line 30 of file Watch.h.
◆ message
std::wstring Watch::Condition::message |
message to add
Definition at line 28 of file Watch.h.
◆ messageOnStack
bool Watch::Condition::messageOnStack = false |
is this message currently on the stack
Definition at line 42 of file Watch.h.
◆ repeatAbove
Nullable<float> Watch::Condition::repeatAbove |
above this threshold will retrigger this condition every minute
Definition at line 38 of file Watch.h.
◆ repeatBelow
Nullable<float> Watch::Condition::repeatBelow |
below this threshold will retrigger this condition every minute
Definition at line 36 of file Watch.h.
◆ secondsSinceLast
float Watch::Condition::secondsSinceLast = 0.0f |
keeps track of time since last repeat trigger
Definition at line 44 of file Watch.h.
The documentation for this class was generated from the following file: