rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
core
Functions
error_handling_c.h File Reference
Functions
void
criticalErrorC
(const
char
*fmt,...)
Function Documentation
◆
criticalErrorC()
void criticalErrorC
(
const
char
*
fmt
,
...
)
Definition at line
682
of file
error_handling.cpp
.
682
{
683
va_list ap;
684
va_start(ap, fmt);
685
firmwareErrorV
(
ObdCode::OBD_PCM_Processor_Fault
, fmt, ap);
686
va_end(ap);
687
}
firmwareErrorV
static void firmwareErrorV(ObdCode code, const char *fmt, va_list ap)
Definition
error_handling.cpp:605
ObdCode::OBD_PCM_Processor_Fault
@ OBD_PCM_Processor_Fault
Here is the call graph for this function:
Go to the source code of this file.
Generated on Sat Sep 27 2025 00:10:08 for rusEFI by
1.9.8