Aruna
aruna::sis Namespace Reference

Namespaces

 reporter
 
 watcher
 

Classes

class  Performer
 
struct  status_t
 status that is to be reported to the watcher More...
 

Enumerations

enum  level_t : uint8_t { level_t::NOTIFY = 0, level_t::WARNING = 1, level_t::CRITICAL = 2, level_t::MAX = 3 }
 SIS urgency level. More...
 
enum  type_t : uint8_t { type_t::UNKNOWN = 0, type_t::DEFAULT = 1, type_t::WATER = 2, type_t::MAX = 3 }
 Type of status. More...
 

Enumeration Type Documentation

◆ level_t

enum aruna::sis::level_t : uint8_t
strong

SIS urgency level.

Enumerator
NOTIFY 
WARNING 
CRITICAL 
MAX 

Definition at line 16 of file sisTypes.h.

◆ type_t

enum aruna::sis::type_t : uint8_t
strong

Type of status.

Enumerator
UNKNOWN 
DEFAULT 
WATER 
MAX 

Definition at line 26 of file sisTypes.h.