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

Member correspondence between two bus schemas. More...

#include <conn_bus.h>

Public Attributes

std::vector< std::pair< size_t, size_t > > matched
 Pairs of left and right leaf ordinals.
 
std::vector< size_t > unmappedLeft
 Left leaf ordinals without a right partner.
 

Detailed Description

Member correspondence between two bus schemas.

Definition at line 180 of file conn_bus.h.

Member Data Documentation

◆ matched

std::vector<std::pair<size_t, size_t> > SCH_CONNECTIVITY::BUS_ALIGNMENT::matched

Pairs of left and right leaf ordinals.

Definition at line 182 of file conn_bus.h.

Referenced by SCH_CONNECTIVITY::BindBundle(), and SCH_CONNECTIVITY::FACADE_STATE::Members().

◆ unmappedLeft

std::vector<size_t> SCH_CONNECTIVITY::BUS_ALIGNMENT::unmappedLeft

Left leaf ordinals without a right partner.

Definition at line 183 of file conn_bus.h.

Referenced by SCH_CONNECTIVITY::BindBundle(), and SCH_CONNECTIVITY::FACADE_STATE::Members().


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