In the .h file, so far I have the following code: SignalChangedEvent(unsignedint, vector<Wire*>& , bool)
What bothers is me, is that I don't know how to finish the SignalChangedEvent part in the .h file. The vector<Wire*>& feels wrong, as the outputWires[i] vector has to be implemented. Where do I implement the 'i' component into the vector in the function declaration?