|
KiCad PCB EDA Suite
|
One member net. More...
#include <conn_bus.h>
Public Member Functions | |
| bool | operator== (const LEAF &) const =default |
Public Attributes | |
| wxString | name |
Member name with all group prefixes, such as I2C.SDA. | |
| wxString | localName |
Member name without group prefixes, such as SDA. | |
| std::vector< wxString > | groupPath |
| Prefixes of the inner named groups. | |
One member net.
Its ordinal in BUS_SCHEMA::leaves is the member identity in a SLOT_KEY.
Definition at line 56 of file conn_bus.h.
|
default |
| std::vector<wxString> SCH_CONNECTIVITY::BUS_SCHEMA::LEAF::groupPath |
Prefixes of the inner named groups.
The outermost prefix is excluded so named groups can align across a sheet boundary.
Definition at line 65 of file conn_bus.h.
| wxString SCH_CONNECTIVITY::BUS_SCHEMA::LEAF::localName |
Member name without group prefixes, such as SDA.
Definition at line 59 of file conn_bus.h.
| wxString SCH_CONNECTIVITY::BUS_SCHEMA::LEAF::name |
Member name with all group prefixes, such as I2C.SDA.
Definition at line 58 of file conn_bus.h.