pcb 4.1.1
An interactive printed circuit board layout editor.

ConnectionType Struct Reference

Holds a connection. More...

#include <global.h>

Collaboration diagram for ConnectionType:

Data Fields

Coord X
Coord Y
long int type
void * ptr1
void * ptr2
Cardinal group
LibraryMenuTypemenu

Detailed Description

Holds a connection.

Definition at line 883 of file global.h.


Field Documentation

The layer group of the connection.

Definition at line 890 of file global.h.

Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().

The netmenu this *SHOULD* belong to.

Definition at line 891 of file global.h.

Referenced by GatherSubnets(), and ProcNetlist().

Coordinate of connection (X value).

Definition at line 885 of file global.h.

Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().

Coordinate of connection (Y value).

Definition at line 886 of file global.h.

Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().


The documentation for this struct was generated from the following file: