Basic error signal that gets reported only when there is an error.
Definition at line 58 of file HealthSignals.h.
Data Fields | |
dwTime_t | timestamp |
timestamp at which the error occured, filled by module More... | |
uint16_t | sourceID |
module id, automatically filled More... | |
size_t | count |
the number of errors in errorIds More... | |
uint32_t | errorIDs [DW_MAX_ERROR_SIGNAL_ERRORS_COUNT] |
module defined error More... | |
size_t dwErrorSignal::count |
the number of errors in errorIds
Definition at line 67 of file HealthSignals.h.
uint32_t dwErrorSignal::errorIDs[DW_MAX_ERROR_SIGNAL_ERRORS_COUNT] |
module defined error
Definition at line 70 of file HealthSignals.h.
uint16_t dwErrorSignal::sourceID |
module id, automatically filled
Definition at line 64 of file HealthSignals.h.
dwTime_t dwErrorSignal::timestamp |
timestamp at which the error occured, filled by module
Definition at line 61 of file HealthSignals.h.