rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Static Public Member Functions
StrictChecker Class Reference

#include <hysteresis.h>

Static Public Member Functions

static bool isBefore (float x, float y)
 

Detailed Description

Definition at line 9 of file hysteresis.h.

Member Function Documentation

◆ isBefore()

static bool StrictChecker::isBefore ( float  x,
float  y 
)
inlinestatic

Definition at line 11 of file hysteresis.h.

11{ return std::isless(x, y); }

The documentation for this class was generated from the following file: