00001 00011 #ifndef __HYSTERESIS_H 00012 #define __HYSTERESIS_H 00013 00014 //com 00015 00016 //std 00017 00018 // own 00019 #include "fb.h" 00020 00024 class hysteresis: public fb 00025 { 00026 public: 00034 virtual void set_input(const float xin1, const float xin2, const float eps) = 0; 00040 virtual bool get_result() = 0; 00041 }; // hysteresis 00042 00043 #endif //__HYSTERESIS_H