|
KiCad PCB EDA Suite
|
A bus entry as read from the bus section. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| int | coordX = 0 |
| int | coordY = 0 |
| int | sheetIndex = 0 |
| int | busType = 0 |
| int | instanceId = 0 |
| int | signalCount = 0 |
| wxString | name |
A bus entry as read from the bus section.
Definition at line 179 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_BUS_ENTRY::busType = 0 |
Definition at line 184 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| int DIPTRACE::DCH_BUS_ENTRY::coordX = 0 |
Definition at line 181 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| int DIPTRACE::DCH_BUS_ENTRY::coordY = 0 |
Definition at line 182 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| int DIPTRACE::DCH_BUS_ENTRY::instanceId = 0 |
Definition at line 185 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| wxString DIPTRACE::DCH_BUS_ENTRY::name |
Definition at line 187 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| int DIPTRACE::DCH_BUS_ENTRY::sheetIndex = 0 |
Definition at line 183 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().
| int DIPTRACE::DCH_BUS_ENTRY::signalCount = 0 |
Definition at line 186 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseBusSection().