static void PID_setUi(PID_Handle handle, const _iq Ui)
Sets the integrator start value in the PID controller.
Contains the public interface to the Proportional-Integral-Derivative (PID) controller module routine...
static void PID_setRefValue(PID_Handle handle, const _iq refValue)
Sets the reference value in the PID controller.
struct _PID_Obj_ * PID_Handle
Defines the PID handle.
PID_Handle PID_init(void *pMemory, const size_t numBytes)
Initializes the PID controller.
Defines the PID controller object.
static void PID_setFbackValue(PID_Handle handle, const _iq fbackValue)
Sets the feedback value in the PID controller.