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

Two bus claims on one island that share no member, or a bus vector joined to a bus group. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID canonical
 
KIID other
 
VECTOR2I position
 
bool mixedShapes = false
 

Detailed Description

Two bus claims on one island that share no member, or a bus vector joined to a bus group.

ERC raises ERCE_BUS_TO_BUS_CONFLICT.

Definition at line 81 of file conn_engine.h.

Member Data Documentation

◆ canonical

KIID SCH_CONNECTIVITY::BUS_BUS_CONFLICT::canonical

Definition at line 84 of file conn_engine.h.

◆ mixedShapes

bool SCH_CONNECTIVITY::BUS_BUS_CONFLICT::mixedShapes = false

Definition at line 87 of file conn_engine.h.

◆ other

KIID SCH_CONNECTIVITY::BUS_BUS_CONFLICT::other

Definition at line 85 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::BUS_BUS_CONFLICT::position

Definition at line 86 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::BUS_BUS_CONFLICT::sheet

Definition at line 83 of file conn_engine.h.


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