Module gmt_dos_clients::integrator

source ·
Expand description

§Integrator client

An integral controller that implements the following relationship between the input u and the output y: y = y - g * u where g is the controller gain.

An optional offset o can be passed to the client and y will be transform as y = y - o. The offset must be inside an Option.

Structs§