Stima V4 Slave RAIN
4.2
|
System module status. More...
#include <local_typedef.h>
Public Attributes | |
struct { | |
uint32_t time_start_maintenance | |
Starting time for maintenance mode. More... | |
} | datetime |
< DateTime Operation More... | |
task_t | tasks [TOTAL_INFO_TASK] |
Info Task && WDT. More... | |
struct { | |
bool is_cfg_loaded | |
Is config loaded. More... | |
bool is_maintenance | |
Module is in maintenance mode. More... | |
bool is_inibith_sleep | |
Module sleep is inibithed. More... | |
} | flags |
Module error or alert. More... | |
struct { | |
bool is_accelerometer_error | |
Accelerometer error. More... | |
bool is_bubble_level_error | |
Bubble software accelerometer error. More... | |
bool is_clogged_up | |
Sensor is clogged up. More... | |
bool is_main_error | |
Main sensor in error. More... | |
bool is_redundant_error | |
Redundant sensor in error. More... | |
bool is_tipping_error | |
Tipping event error run. More... | |
uint16_t error_count | |
Count of error event. More... | |
} | events |
Module error or alert timings continuos verify. More... | |
struct { | |
uint32_t epoch_bubble_level_error | |
Bubble software accelerometer error epoch event start. More... | |
bool bubble_level_error | |
Bubble software accelerometer error. More... | |
uint32_t epoch_clogged_up | |
Sensor is clogged up epoch event start. More... | |
bool clogged_up | |
Sensor is clogged up. More... | |
} | running |
System module status.
Definition at line 83 of file local_typedef.h.
bool system_status_t::bubble_level_error |
Bubble software accelerometer error.
Definition at line 121 of file local_typedef.h.
bool system_status_t::clogged_up |
Sensor is clogged up.
Definition at line 124 of file local_typedef.h.
struct { ... } system_status_t::datetime |
< DateTime Operation
uint32_t system_status_t::epoch_bubble_level_error |
Bubble software accelerometer error epoch event start.
Definition at line 120 of file local_typedef.h.
uint32_t system_status_t::epoch_clogged_up |
Sensor is clogged up epoch event start.
Definition at line 123 of file local_typedef.h.
uint16_t system_status_t::error_count |
Count of error event.
Definition at line 113 of file local_typedef.h.
struct { ... } system_status_t::events |
Module error or alert timings continuos verify.
struct { ... } system_status_t::flags |
Module error or alert.
bool system_status_t::is_accelerometer_error |
Accelerometer error.
Definition at line 106 of file local_typedef.h.
bool system_status_t::is_bubble_level_error |
Bubble software accelerometer error.
Definition at line 107 of file local_typedef.h.
bool system_status_t::is_cfg_loaded |
Is config loaded.
Definition at line 97 of file local_typedef.h.
bool system_status_t::is_clogged_up |
Sensor is clogged up.
Definition at line 109 of file local_typedef.h.
bool system_status_t::is_inibith_sleep |
Module sleep is inibithed.
Definition at line 99 of file local_typedef.h.
bool system_status_t::is_main_error |
Main sensor in error.
Definition at line 110 of file local_typedef.h.
bool system_status_t::is_maintenance |
Module is in maintenance mode.
Definition at line 98 of file local_typedef.h.
bool system_status_t::is_redundant_error |
Redundant sensor in error.
Definition at line 111 of file local_typedef.h.
bool system_status_t::is_tipping_error |
Tipping event error run.
Definition at line 112 of file local_typedef.h.
struct { ... } system_status_t::running |
task_t system_status_t::tasks[TOTAL_INFO_TASK] |
uint32_t system_status_t::time_start_maintenance |
Starting time for maintenance mode.
Definition at line 88 of file local_typedef.h.