hysteresis.h

Go to the documentation of this file.
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

Generated on Mon Jan 1 18:42:46 2007 for 03 by  doxygen 1.5.1