adapnex::core::Hysteresis
A hysteresis that sets/resets the output when the defined thresholds are crossed.
Synopsis
Declared in <adapnex/core/hysteresis.h>
template<typename T>
class Hysteresis;
Description
|
Both SET > RESET and SET < RESET are allowed. The implementation adapts the comparisons accordingly. |
Data Members
Name |
Description |
Input value that is evaluated. |
|
Output that switches between true and false depending on the input value and thresholds. |
|
Input threshold that resets teh output OUT to false when crossed. |
|
Input threshold that sets the output OUT to true when crossed. |
Created with MrDocs