|
KiCad PCB EDA Suite
|
#include <orcad_records.h>
Public Attributes | |
| uint32_t | id = 0 |
| std::string | name |
| std::vector< uint32_t > | members |
Definition at line 438 of file orcad_records.h.
| uint32_t ORCAD_NET_GROUP::id = 0 |
Definition at line 440 of file orcad_records.h.
Referenced by OrcadReadT0x34Raw(), and ORCAD_CONVERTER::placeWires().
| std::vector<uint32_t> ORCAD_NET_GROUP::members |
Definition at line 442 of file orcad_records.h.
Referenced by OrcadReadT0x35Raw().
| std::string ORCAD_NET_GROUP::name |
Definition at line 441 of file orcad_records.h.
Referenced by OrcadReadT0x34Raw(), and ORCAD_CONVERTER::placeWires().