KiCad PCB EDA Suite
|
Classes | |
struct | LESS |
!< PIN_PWR More... | |
Public Attributes | |
std::string | name |
std::string | refdes |
!< NET_NAME | |
std::string | pin_num |
!< REFDES | |
std::string | pin_name |
!< PIN_NUMBER | |
bool | pin_gnd |
!< PIN_NAME | |
bool | pin_pwr |
!< PIN_GND | |
Definition at line 157 of file import_fabmaster.h.
std::string FABMASTER::NETNAME::name |
Definition at line 159 of file import_fabmaster.h.
Referenced by FABMASTER::processNets().
bool FABMASTER::NETNAME::pin_gnd |
!< PIN_NAME
Definition at line 163 of file import_fabmaster.h.
Referenced by FABMASTER::processNets().
std::string FABMASTER::NETNAME::pin_name |
!< PIN_NUMBER
Definition at line 162 of file import_fabmaster.h.
Referenced by FABMASTER::processNets().
std::string FABMASTER::NETNAME::pin_num |
!< REFDES
Definition at line 161 of file import_fabmaster.h.
Referenced by FABMASTER::NETNAME::LESS::operator()(), and FABMASTER::processNets().
bool FABMASTER::NETNAME::pin_pwr |
!< PIN_GND
Definition at line 164 of file import_fabmaster.h.
Referenced by FABMASTER::processNets().
std::string FABMASTER::NETNAME::refdes |
!< NET_NAME
Definition at line 160 of file import_fabmaster.h.
Referenced by FABMASTER::NETNAME::LESS::operator()(), and FABMASTER::processNets().