hysteresis Class Reference

#include <hysteresis.h>

Inheritance diagram for hysteresis:

Inheritance graph
[legend]
Collaboration diagram for hysteresis:

Collaboration graph
[legend]
List of all members.

Detailed Description

Function Block interface for hysteresis calculation


Public Member Functions

virtual bool get_result ()=0
virtual void set_input (const float xin1, const float xin2, const float eps)=0


Member Function Documentation

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().

Parameters:
xin1 - value of xin1
xin2 - value of xin2
eps - value of eps

Implemented in hysteresis_impl.


The documentation for this class was generated from the following file:
Generated on Mon Jan 1 18:42:46 2007 for 03 by  doxygen 1.5.1