|
KiCad PCB EDA Suite
|
#include <conn_facts.h>
Public Member Functions | |
| bool | operator== (const PIN_MAP_FACT &) const =default |
Public Attributes | |
| KIID | id = niluuid |
| VECTOR2I | position |
| PIN_MAP_SET | maps |
| std::vector< ASSOCIATED_FOOTPRINT > | footprints |
| std::set< wxString > | pinNumbers |
| JUMPER_GROUP_SET | jumperGroups |
Definition at line 171 of file conn_facts.h.
|
default |
| std::vector<ASSOCIATED_FOOTPRINT> SCH_CONNECTIVITY::PIN_MAP_FACT::footprints |
Definition at line 176 of file conn_facts.h.
Definition at line 173 of file conn_facts.h.
| JUMPER_GROUP_SET SCH_CONNECTIVITY::PIN_MAP_FACT::jumperGroups |
Definition at line 178 of file conn_facts.h.
| PIN_MAP_SET SCH_CONNECTIVITY::PIN_MAP_FACT::maps |
Definition at line 175 of file conn_facts.h.
| std::set<wxString> SCH_CONNECTIVITY::PIN_MAP_FACT::pinNumbers |
Definition at line 177 of file conn_facts.h.
| VECTOR2I SCH_CONNECTIVITY::PIN_MAP_FACT::position |
Definition at line 174 of file conn_facts.h.