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

A bus wire entry whose net is not a member of the bus it touches. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID entry
 
KIID bus
 
wxString netName
 
wxString busName
 
VECTOR2I position
 

Detailed Description

A bus wire entry whose net is not a member of the bus it touches.

ERC raises ERCE_BUS_ENTRY_CONFLICT.

Definition at line 94 of file conn_engine.h.

Member Data Documentation

◆ bus

KIID SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::bus

Definition at line 98 of file conn_engine.h.

◆ busName

wxString SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::busName

Definition at line 100 of file conn_engine.h.

◆ entry

KIID SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::entry

Definition at line 97 of file conn_engine.h.

◆ netName

wxString SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::netName

Definition at line 99 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::position

Definition at line 101 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::sheet

Definition at line 96 of file conn_engine.h.


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