KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::BUS_SCHEMA::LEAF Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::BUS_SCHEMA::LEAF::operator== ( const LEAF & ) const
default

Member Data Documentation

◆ groupPath

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.

◆ localName

wxString SCH_CONNECTIVITY::BUS_SCHEMA::LEAF::localName

Member name without group prefixes, such as SDA.

Definition at line 59 of file conn_bus.h.

◆ name

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.


The documentation for this struct was generated from the following file: