oaPin.h File Reference

Go to the source code of this file.

Compounds

class  oaPin
class  oaPinType
class  oaTraits< oaPin >

Defines

#define oaPin_P
#define oacNone   0x0000u
#define oacTop   0x0001u
#define oacBottom   0x0002u
#define oacLeft   0x0004u
#define oacRight   0x0008u
#define oavNumPinTypes   3

Enumerations

enum  oaPinTypeEnum { oacNonePinType = 0, oacCorePinType = 1, oacBumpPinType = 2 }


Define Documentation

#define oacBottom   0x0002u
 

#define oacLeft   0x0004u
 

#define oacNone   0x0000u
 

#define oacRight   0x0008u
 

#define oacTop   0x0001u
 

#define oaPin_P
 

#define oavNumPinTypes   3
 


Enumeration Type Documentation

enum oaPinTypeEnum
 

Enumeration values:
oacNonePinType  "none"
oacCorePinType  "core"
oacBumpPinType  "bump"

Return to top of page