|
KiCad PCB EDA Suite
|
#include <orcad_records.h>
Public Attributes | |
| std::string | introduction |
| fixed 32-byte NUL-terminated buffer | |
| int | versionMajor = 0 |
| int | versionMinor = 0 |
| uint32_t | createTimestamp = 0 |
| uint32_t | modifyTimestamp = 0 |
| std::vector< ORCAD_FONT > | fonts |
| std::vector< int > | templateFonts |
| template font ID -> 1-based LOGFONT index | |
| int | pinNameFont = 0 |
| Design Template font ID (slot 10) | |
| int | pinNumberFont = 0 |
| Design Template font ID (slot 11) | |
| std::vector< std::string > | partFields |
| the 8 named part fields | |
| std::vector< std::string > | strings |
| global string table | |
| std::vector< std::pair< std::string, std::string > > | partAliases |
| std::string | schematicName |
| root schematic folder name | |
| uint32_t | pinToPin = 100 |
Definition at line 446 of file orcad_records.h.
| uint32_t ORCAD_LIBRARY_INFO::createTimestamp = 0 |
Definition at line 451 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| std::vector<ORCAD_FONT> ORCAD_LIBRARY_INFO::fonts |
Definition at line 453 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(), 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(), 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(), and OrcadParseLibrary().
| std::string ORCAD_LIBRARY_INFO::introduction |
fixed 32-byte NUL-terminated buffer
Definition at line 448 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| uint32_t ORCAD_LIBRARY_INFO::modifyTimestamp = 0 |
Definition at line 452 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| std::vector<std::pair<std::string, std::string> > ORCAD_LIBRARY_INFO::partAliases |
Definition at line 459 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| std::vector<std::string> ORCAD_LIBRARY_INFO::partFields |
the 8 named part fields
Definition at line 457 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| int ORCAD_LIBRARY_INFO::pinNameFont = 0 |
Design Template font ID (slot 10)
Definition at line 455 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and OrcadParseLibrary().
| int ORCAD_LIBRARY_INFO::pinNumberFont = 0 |
Design Template font ID (slot 11)
Definition at line 456 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), and OrcadParseLibrary().
| uint32_t ORCAD_LIBRARY_INFO::pinToPin = 100 |
Definition at line 461 of file orcad_records.h.
Referenced by OrcadParseLibrary().
| std::string ORCAD_LIBRARY_INFO::schematicName |
root schematic folder name
Definition at line 460 of file orcad_records.h.
Referenced by SCH_IO_ORCAD::LoadSchematicFile(), and OrcadParseLibrary().
| std::vector<std::string> ORCAD_LIBRARY_INFO::strings |
global string table
Definition at line 458 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_IO_ORCAD::loadOlbSymbols(), SCH_IO_ORCAD::LoadSchematicFile(), and OrcadParseLibrary().
| std::vector<int> ORCAD_LIBRARY_INFO::templateFonts |
template font ID -> 1-based LOGFONT index
Definition at line 454 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and OrcadParseLibrary().
| int ORCAD_LIBRARY_INFO::versionMajor = 0 |
Definition at line 449 of file orcad_records.h.
Referenced by SCH_IO_ORCAD::loadOlbSymbols(), SCH_IO_ORCAD::LoadSchematicFile(), and OrcadParseLibrary().
| int ORCAD_LIBRARY_INFO::versionMinor = 0 |
Definition at line 450 of file orcad_records.h.
Referenced by OrcadParseLibrary().