RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
RumPi::AlertEvent Member List

This is the complete list of members for RumPi::AlertEvent, including all inherited members.

AlertEvent()RumPi::AlertEvent
AlertEvent(const std::string &metricName, const EAlertLevel alertLevel, const float currentReadingValue, const float valueThreshold, const std::string &eventSummary)RumPi::AlertEvent
GetAlertLevel() constRumPi::AlertEvent
GetCurrentReadingValue() constRumPi::AlertEvent
GetEventSummary() constRumPi::AlertEvent
GetMetricName() constRumPi::AlertEvent
GetValueThreshold() constRumPi::AlertEvent
myAlertLevelRumPi::AlertEventprotected
myCurrentReadingValueRumPi::AlertEventprotected
myEventSummaryRumPi::AlertEventprotected
myMetricNameRumPi::AlertEventprotected
myValueThresholdRumPi::AlertEventprotected
SetAlertLevel(const EAlertLevel alertLevel)RumPi::AlertEvent
SetCurrentReadingValue(const float currentReadingValue)RumPi::AlertEvent
SetEventSummary(const std::string &eventSummary)RumPi::AlertEvent
SetMetricName(const std::string &metricName)RumPi::AlertEvent
SetValueThreshold(const float currentValueThreshold)RumPi::AlertEvent
ToString() constRumPi::AlertEvent
~AlertEvent()=defaultRumPi::AlertEventvirtual