|
KiCad PCB EDA Suite
|
A single schematic wire decoded from the net/wire section. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| int | sheetIndex = 0 |
| DipTrace sheet index. | |
| std::vector< VECTOR2I > | points |
| KiCad nm, ready for SCH_LINE. | |
| int | object1 = 0 |
| Connected item id at endpoint 1. | |
| int | subObject1 = 0 |
| Pin/sub index at endpoint 1. | |
| int | bus1 = -1 |
| Bus index at endpoint 1 (-1 = none) | |
| int | object2 = 0 |
| int | subObject2 = 0 |
| int | bus2 = -1 |
A single schematic wire decoded from the net/wire section.
Definition at line 212 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_WIRE::bus1 = -1 |
Bus index at endpoint 1 (-1 = none)
Definition at line 218 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::bus2 = -1 |
Definition at line 221 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::object1 = 0 |
Connected item id at endpoint 1.
Definition at line 216 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::object2 = 0 |
Definition at line 219 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| std::vector<VECTOR2I> DIPTRACE::DCH_WIRE::points |
KiCad nm, ready for SCH_LINE.
Definition at line 215 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::sheetIndex = 0 |
DipTrace sheet index.
Definition at line 214 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::subObject1 = 0 |
Pin/sub index at endpoint 1.
Definition at line 217 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().
| int DIPTRACE::DCH_WIRE::subObject2 = 0 |
Definition at line 220 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseWireSection().