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

Bus claim of an island that has the canonical shape but a different name. More...

#include <conn_publish.h>

Public Member Functions

bool operator== (const BUS_SOURCE &aOther) const
 

Public Attributes

ITEM_KEY source
 
std::shared_ptr< const BUS_SCHEMAschema
 

Detailed Description

Bus claim of an island that has the canonical shape but a different name.

Definition at line 77 of file conn_publish.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::ITEM_RESULT::BUS_SOURCE::operator== ( const BUS_SOURCE & aOther) const

Definition at line 38 of file conn_rows.cpp.

References schema, and source.

Member Data Documentation

◆ schema

std::shared_ptr<const BUS_SCHEMA> SCH_CONNECTIVITY::ITEM_RESULT::BUS_SOURCE::schema

Definition at line 80 of file conn_publish.h.

Referenced by operator==().

◆ source

ITEM_KEY SCH_CONNECTIVITY::ITEM_RESULT::BUS_SOURCE::source

Definition at line 79 of file conn_publish.h.

Referenced by operator==().


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