36 :
public std::vector <Pin *>
virtual bool CalcNet()
Calculate a "electrical potential" on the net and set all pin inputs with this value.
Pin class, handles input and output to external parts.
void Add(Pin *p)
Add a pin to net, e.g. connect a pin to others.
virtual void Delete(Pin *p)
virtual ~Net()
Destructor, disconnects save all pins, which are connected.
virtual void RegisterNet(Net *n)
registers Net instance on pin
Connect Pins to each other and transfers a output change from a pin to input values for all pins...