adapnex::core::Hysteresis::operator()

Function call operators

Synopses

Declared in <adapnex/core/hysteresis.h>

void
operator()(
    T IN,
    T SET,
    T RESET);

Function call operator

void
operator()(
    T IN,
    T SET,
    T RESET,
    bool& OUT);

Parameters

Name Description

IN

Input value that is evaluated.

SET

Input threshold that sets the output OUT to true when crossed.

RESET

Input threshold that resets teh output OUT to false when crossed.

OUT

Output that switches between true and false depending on the input value and thresholds.

Created with MrDocs