|
KiCad PCB EDA Suite
|
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. | |
Member correspondence between two bus schemas.
Definition at line 180 of file conn_bus.h.
| 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().
| 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().