Skip to main content Link Menu Expand (external link) Document Search Copy Copied

PIDF()

Constructs a PIDF object with the kP, kI, kD, and kF values all set to 0.

Example

PIDF pid = PIDF();
cout << pid << endl;
//prints 0, 0, 0, 0