|
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 |
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::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().