rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
efi_pid.cpp File Reference

Functions

static bool isClose (float a, float b)
 

Function Documentation

◆ isClose()

static bool isClose ( float  a,
float  b 
)
static

Definition at line 31 of file efi_pid.cpp.

31 {
32 bool result = (a == b);
33 if (!result) {
34 efiPrintf("PID: not same %f %f", a, b);
35 }
36 return result;
37}

Referenced by Pid::isSame().

Here is the caller graph for this function:

Go to the source code of this file.