Classes | |
class | HysteresisDeadband |
Functions | |
template<class T > | |
static bool | simple_deadband (T value, T deadband) |
static bool sr_deadband::simple_deadband | ( | T | value, |
T | deadband | ||
) | [inline, static] |
A simple deadband : returns true if the demand is in the deadband.
value | is this value in the deadband? |
deadband | the width of the deadband (the deadband is symetric) |
Definition at line 45 of file sr_deadband.hpp.