17#ifndef __ECU_FAULTS_H__
19#define __ECU_FAULTS_H__
Fault checking functionality.
bool softFault(void)
Check if any non-serious fault has occurred.
bool hardFault(void)
Checks if any serious fault has occurred.
bool anyFault(void)
Checks both hardFault and softFault.
void logFault(void)
Interprets and logs the last fault that was checked using the Log library.