|
KiCad PCB EDA Suite
|
One device of a package: the pin-number map of a unit (structure type 32). More...
#include <orcad_records.h>
Public Attributes | |
| std::string | unitRef |
| std::string | refDes |
| std::vector< std::string > | pinNumbers |
| std::vector< bool > | pinIgnore |
One device of a package: the pin-number map of a unit (structure type 32).
Body layout: lzt unitRef (bare unit letter, no ':View' suffix), lzt refDes, u16 pin count; per pin either the 2-byte marker FF FF (empty number, ignored pin) or lzt number + u8 config (bit 7 = pin ignored).
Definition at line 452 of file orcad_records.h.
| std::vector<bool> ORCAD_DEVICE::pinIgnore |
Definition at line 457 of file orcad_records.h.
Referenced by OrcadReadDevice(), and v2Device().
| std::vector<std::string> ORCAD_DEVICE::pinNumbers |
Definition at line 456 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().
| std::string ORCAD_DEVICE::refDes |
Definition at line 455 of file orcad_records.h.
Referenced by OrcadReadDevice(), and v2Device().
| std::string ORCAD_DEVICE::unitRef |
Definition at line 454 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().