#include <Add2UG.h>
Add2UG produces the sum of two input signals:
output = input1 + input2
You allocate one of the subclasses Add2UGabc, where a is the output space, b is the space of the first input and c is the space of the second input. This unit generator is faster if b is x and c is y.
Add2UGabc
a output b input 1 c input 2