|
KiCad PCB EDA Suite
|
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 |
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.
| KIID SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::bus |
Definition at line 98 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::busName |
Definition at line 100 of file conn_engine.h.
| KIID SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::entry |
Definition at line 97 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::netName |
Definition at line 99 of file conn_engine.h.
| VECTOR2I SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::position |
Definition at line 101 of file conn_engine.h.
| KIID_PATH SCH_CONNECTIVITY::BUS_ENTRY_CONFLICT::sheet |
Definition at line 96 of file conn_engine.h.