Struct SYN_ErrLog¶
Error log instance — circular buffer of error entries.
#include <syn_errlog.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | boot_count |
| size_t | capacity |
| bool | enabled |
| SYN_ErrEntry * | entries |
| size_t | head |
| size_t | total_count |
Public Attributes Documentation¶
variable boot_count¶
Current boot number
variable capacity¶
Max entries
variable enabled¶
Recording enabled
variable entries¶
Circular buffer of entries
variable head¶
Next write position
variable total_count¶
Total errors ever recorded
The documentation for this class was generated from the following file src/syntropic/system/syn_errlog.h