Aruna
|
#include <cstddef>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | aruna::sis::status_t |
status that is to be reported to the watcher More... | |
Namespaces | |
aruna | |
aruna::sis | |
Enumerations | |
enum | aruna::sis::level_t : uint8_t { aruna::sis::level_t::NOTIFY = 0, aruna::sis::level_t::WARNING = 1, aruna::sis::level_t::CRITICAL = 2, aruna::sis::level_t::MAX = 3 } |
SIS urgency level. More... | |
enum | aruna::sis::type_t : uint8_t { aruna::sis::type_t::UNKNOWN = 0, aruna::sis::type_t::DEFAULT = 1, aruna::sis::type_t::WATER = 2, aruna::sis::type_t::MAX = 3 } |
Type of status. More... | |