|
Aruna
|
status that is to be reported to the watcher More...
#include <sisTypes.h>

Public Member Functions | |
| status_t (type_t type) | |
| virtual | ~status_t () |
| virtual uint8_t | get_encode_size () |
| virtual void | encode (uint8_t *buffer) |
| virtual void | decode (uint8_t *to_decode) |
Public Attributes | |
| level_t | level = level_t::NOTIFY |
| char | description [32] |
| type_t | type |
status that is to be reported to the watcher
Definition at line 36 of file sisTypes.h.
|
inlineexplicit |
Definition at line 43 of file sisTypes.h.
|
inlinevirtual |
Definition at line 44 of file sisTypes.h.
|
inlinevirtual |
Reimplemented in aruna::sensor::water_status_t.
Definition at line 56 of file sisTypes.h.

|
inlinevirtual |
Reimplemented in aruna::sensor::water_status_t.
Definition at line 49 of file sisTypes.h.

|
inlinevirtual |
Reimplemented in aruna::sensor::water_status_t.
Definition at line 45 of file sisTypes.h.

| char aruna::sis::status_t::description[32] |
Definition at line 40 of file sisTypes.h.
| level_t aruna::sis::status_t::level = level_t::NOTIFY |
Definition at line 39 of file sisTypes.h.
| type_t aruna::sis::status_t::type |
Definition at line 41 of file sisTypes.h.