Adds a PidAdder to the PIDF
adder
PIDF pidf = PIDF(1, 1, 1); pidf += PidAdder(1, 1, 1); cout << pidf << endl; //Prints 2, 2, 2, 0