|
KiCad PCB EDA Suite
|
Device unit names omit the view suffix. More...
#include <orcad_records.h>
Public Attributes | |
| std::string | unitRef |
| std::string | refDes |
| std::vector< std::string > | pinNumbers |
| std::vector< bool > | pinIgnore |
Device unit names omit the view suffix.
FF FF marks an empty, ignored pin.
Definition at line 335 of file orcad_records.h.
| std::vector<bool> ORCAD_DEVICE::pinIgnore |
Definition at line 340 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), ORCAD_CONVERTER::packageFor(), and v2Device().
| std::vector<std::string> ORCAD_DEVICE::pinNumbers |
Definition at line 339 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), ORCAD_CONVERTER::packageFor(), and v2Device().
| std::string ORCAD_DEVICE::refDes |
Definition at line 338 of file orcad_records.h.
Referenced by OrcadReadDevice(), and v2Device().
| std::string ORCAD_DEVICE::unitRef |
Definition at line 337 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().