Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Public Attributes | List of all members
lampda::logic::statistics::Statistics_t Struct Reference

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, alertArraySizealertRaisedCnt = {}
 Keep track of the number of times a target alert was raised.
 

Detailed Description

Store the statistics of the system.


The documentation for this struct was generated from the following file: