![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
The MP's Data container. More...
The MP's Data container.
#include <MpAlert.h>
Public Member Functions | |
Data () | |
Constructor (to ensure any pad bytes get zero'd) | |
Data (Ajax::Type::Alert alertName, uint8_t priority) | |
Constructor (to ensure any pad bytes get zero'd) | |
Data (Data &other) | |
Constructor (to ensure any pad bytes get zero'd) | |
Public Attributes | |
Ajax::Type::Alert | name |
Identifies the Alert instance. | |
uint8_t | priority |
Priority of the alarm. | |
|
inline |
Constructor (to ensure any pad bytes get zero'd)
|
inline |
Constructor (to ensure any pad bytes get zero'd)
|
inline |
Constructor (to ensure any pad bytes get zero'd)
Ajax::Type::Alert Ajax::Dm::MpAlert::Data::name |
Identifies the Alert instance.
uint8_t Ajax::Dm::MpAlert::Data::priority |
Priority of the alarm.
Zero is highest, 255 is the lowest