|
Lamp-Da 0.1
A compact lantern project
|
Store the statistics of the system. More...
Public Attributes | |
| uint32_t | boot_count = 0 |
| number of timed powered on | |
| uint32_t | button_press_count = 0 |
| Number of button presses. | |
| uint32_t | system_on_minutes = 0 |
| Count the total minutes that the circuit was powered on. Should comparable to output_on_minutes + battery_charge_minutes. | |
| uint32_t | output_on_minutes = 0 |
| Count the total minutes that the output has been on. | |
| uint32_t | battery_charge_minutes = 0 |
| Count the total minutes that the battery has been charging. | |
| std::array< uint32_t, alertArraySize > | alertRaisedCnt = {} |
| Keep track of the number of times a target alert was raised. | |
Store the statistics of the system.