KiCad PCB EDA Suite
|
#include <cadstar_parts_lib_model.h>
Public Attributes | |
std::optional< std::string > | m_Name |
std::vector< std::vector< long > > | m_Gates |
Each gate is a list of pin identifiers. | |
Definition at line 224 of file cadstar_parts_lib_model.h.
std::vector<std::vector<long> > CADSTAR_SWAP_GROUP::m_Gates |
Each gate is a list of pin identifiers.
The order of the pins is important as it defines the equivalence between gates
Definition at line 232 of file cadstar_parts_lib_model.h.
std::optional<std::string> CADSTAR_SWAP_GROUP::m_Name |
Definition at line 226 of file cadstar_parts_lib_model.h.