pcb 4.1.1
An interactive printed circuit board layout editor.
|
Holds a net of connections. More...
#include <global.h>
Data Fields | |
Cardinal | ConnectionN |
Cardinal | ConnectionMax |
ConnectionType * | Connection |
RouteStyleType * | Style |
Definition at line 901 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), FreeNetMemory(), GatherSubnets(), GetConnectionMemory(), and UpdateXY().
Max connections from malloc.
Definition at line 900 of file global.h.
Referenced by GetConnectionMemory().
The number of connections contained.
Definition at line 899 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), GetConnectionMemory(), and UpdateXY().
Definition at line 902 of file global.h.
Referenced by AddAllRats(), CollectSubnets(), DrawShortestRats(), ProcNetlist(), and TransferNet().