|
enum class | Type { THROUGH_HOLE
, BLIND
, SURFACE
} |
|
enum class | ElectricalType { ELECTRICAL
, MECHANICAL
, UNDEFINED
} |
|
enum class | MountType {
SMT
, SMT_RECOMMENDED
, THROUGH_HOLE
, THROUGH_RECOMMENDED
,
PRESSFIT
, NON_BOARD
, HOLE
, UNDEFINED
} |
|
|
| Pin (unsigned int i, const std::string &n) |
|
void | write (std::ostream &ost) const |
|
|
std::string | name |
|
const unsigned int | index |
|
Coordi | center |
|
Type | type = Type::SURFACE |
|
ElectricalType | etype = ElectricalType::UNDEFINED |
|
MountType | mtype = MountType::UNDEFINED |
|
std::list< std::unique_ptr< Outline > > | outline |
|
The documentation for this class was generated from the following files: