#include <hysteresis.h>
Inheritance diagram for hysteresis:
Public Member Functions | |
virtual bool | get_result ()=0 |
virtual void | set_input (const float xin1, const float xin2, const float eps)=0 |
virtual bool hysteresis::get_result | ( | ) | [pure virtual] |
Delivers the result of the algorithm. Should be called after en(). return true - value exceeds the limit.
Implemented in hysteresis_impl.
virtual void hysteresis::set_input | ( | const float | xin1, | |
const float | xin2, | |||
const float | eps | |||
) | [pure virtual] |
Sets the input values of the function block. Should be called before en().
xin1 | - value of xin1 | |
xin2 | - value of xin2 | |
eps | - value of eps |
Implemented in hysteresis_impl.