|
KiCad PCB EDA Suite
|
Each scope holds the references and child blocks for one instantiation path. More...
#include <orcad_records.h>
Public Attributes | |
| std::map< uint32_t, std::string > | partRefs |
| type-13 dbId -> occurrence refdes | |
| std::map< uint32_t, std::string > | partUnitRefs |
| dbId -> package unit reference | |
| std::map< uint32_t, std::map< std::string, std::string > > | partProps |
| dbId -> occurrence properties | |
| std::map< uint32_t, std::string > | netNames |
| occurrence net id -> effective net name | |
| std::vector< ORCAD_OCC_BLOCK > | blocks |
| hierarchical block occurrences | |
Each scope holds the references and child blocks for one instantiation path.
Definition at line 515 of file orcad_records.h.
| std::vector<ORCAD_OCC_BLOCK> ORCAD_OCC_SCOPE::blocks |
hierarchical block occurrences
Definition at line 521 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(), ORCAD_CONVERTER::Convert(), SCH_IO_ORCAD::LoadSchematicFile(), readOccurrence(), and v2ReadOccurrence().
| std::map<uint32_t, std::string> ORCAD_OCC_SCOPE::netNames |
occurrence net id -> effective net name
Definition at line 520 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(), ORCAD_CONVERTER::Convert(), readOccScope(), and v2ReadOccScope().
| std::map<uint32_t, std::map<std::string, std::string> > ORCAD_OCC_SCOPE::partProps |
dbId -> occurrence properties
Definition at line 519 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::Convert(), readOccurrence(), and v2ReadOccurrence().
| std::map<uint32_t, std::string> ORCAD_OCC_SCOPE::partRefs |
type-13 dbId -> occurrence refdes
Definition at line 517 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::Convert(), readOccurrence(), and v2ReadOccurrence().
| std::map<uint32_t, std::string> ORCAD_OCC_SCOPE::partUnitRefs |
dbId -> package unit reference
Definition at line 518 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), readOccurrence(), and v2ReadOccurrence().