|
KiCad PCB EDA Suite
|
A package: refdes prefix, footprint and per-unit devices (structure type 31). More...
#include <orcad_records.h>
Public Attributes | |
| std::string | name |
| std::string | sourceLib |
| std::string | refDes |
| std::string | pcbFootprint |
| std::vector< ORCAD_DEVICE > | devices |
| std::map< std::string, std::string > | props |
| Part-level properties shared by every placement (Description, Tolerance, ...). | |
A package: refdes prefix, footprint and per-unit devices (structure type 31).
Body layout: lzt name, lzt sourceLib, lzt refDes, lzt unknown, lzt pcbFootprint, u16 device count (Device structures).
Definition at line 467 of file orcad_records.h.
| std::vector<ORCAD_DEVICE> ORCAD_PACKAGE::devices |
Definition at line 473 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::BuildSymbolLibrary(), ORCAD_CONVERTER::libForInstance(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::name |
Definition at line 469 of file orcad_records.h.
Referenced by OrcadParseCache(), OrcadParseOlbPackageStreamV2(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::pcbFootprint |
Definition at line 472 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::BuildSymbolLibrary(), ORCAD_CONVERTER::libForInstance(), OrcadReadPackage(), and v2Package().
| std::map<std::string, std::string> ORCAD_PACKAGE::props |
Part-level properties shared by every placement (Description, Tolerance, ...).
Placements carry only their own overrides, so these must be merged in.
Definition at line 477 of file orcad_records.h.
Referenced by OrcadReadPackage().
| std::string ORCAD_PACKAGE::refDes |
Definition at line 471 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::BuildSymbolLibrary(), ORCAD_CONVERTER::libForInstance(), OrcadParseOlbPackageStreamV2(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::sourceLib |
Definition at line 470 of file orcad_records.h.
Referenced by OrcadReadPackage(), and v2Package().