adapnex::core::PID::operator()

Function call operator

Synopsis

Declared in <adapnex/core/pid.h>

void
operator()(
    ProcessType const ACTUAL,
    ProcessType const SETPOINT);

Parameters

Name

Description

ACTUAL

The current measured process variable (feedback).

SETPOINT

The target setpoint value.

Created with MrDocs