|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Logger diagnostics structure. More...
#include <BaseLogger.h>
Public Attributes | |
| bool | is_initialized |
| Initialization status. | |
| bool | is_healthy |
| Health status. | |
| hf_logger_err_t | last_error |
| Last error code. | |
| hf_u64_t | last_error_timestamp |
| Last error timestamp. | |
| hf_u32_t | consecutive_errors |
| Consecutive error count. | |
| hf_u32_t | error_recovery_count |
| Error recovery count. | |
| hf_u64_t | uptime_seconds |
| Uptime in seconds. | |
| hf_u64_t | last_health_check |
| Last health check timestamp. | |
| char | last_error_message [256] |
| Last error message. | |
Logger diagnostics structure.
| hf_u32_t hf_logger_diagnostics_t::consecutive_errors |
Consecutive error count.
| hf_u32_t hf_logger_diagnostics_t::error_recovery_count |
Error recovery count.
| bool hf_logger_diagnostics_t::is_healthy |
Health status.
| bool hf_logger_diagnostics_t::is_initialized |
Initialization status.
| hf_logger_err_t hf_logger_diagnostics_t::last_error |
Last error code.
| char hf_logger_diagnostics_t::last_error_message[256] |
Last error message.
| hf_u64_t hf_logger_diagnostics_t::last_error_timestamp |
Last error timestamp.
| hf_u64_t hf_logger_diagnostics_t::last_health_check |
Last health check timestamp.
| hf_u64_t hf_logger_diagnostics_t::uptime_seconds |
Uptime in seconds.