|
KiCad PCB EDA Suite
|
#include <orcad_records.h>
Public Attributes | |
| std::string | name |
| std::string | sourceLib |
| std::string | refDes |
| std::string | pcbFootprint |
| std::vector< ORCAD_DEVICE > | devices |
| std::vector< ORCAD_PACKAGE > | variants |
| later same-name cache entries in stream order | |
| std::map< std::string, std::string > | props |
| Part-level properties shared by every placement (Description, Tolerance, ...). | |
Definition at line 344 of file orcad_records.h.
| std::vector<ORCAD_DEVICE> ORCAD_PACKAGE::devices |
Definition at line 350 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::BuildSymbolLibrary(), ORCAD_CONVERTER::libForInstance(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::name |
Definition at line 346 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), OrcadParseCacheV2(), OrcadParseOlbPackageStreamV2(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::pcbFootprint |
Definition at line 349 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::BuildSymbolLibrary(), 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 355 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::refDes |
Definition at line 348 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::BuildSymbolLibrary(), OrcadParseOlbPackageStreamV2(), OrcadReadPackage(), and v2Package().
| std::string ORCAD_PACKAGE::sourceLib |
Definition at line 347 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::libForInstance(), OrcadReadPackage(), and v2Package().
| std::vector<ORCAD_PACKAGE> ORCAD_PACKAGE::variants |
later same-name cache entries in stream order
Definition at line 351 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), and ORCAD_CONVERTER::packageFor().