|
KiCad PCB EDA Suite
|
#include <diptrace_pcb_parser.h>
Public Attributes | |
| int | index = 0 |
| Sequential net index from the DipTrace file. | |
| wxString | name |
| Stored net name; may be empty in DipTrace files. | |
| int | traceWidth = 0 |
| Default trace width in DipTrace units; parsed but not yet used. | |
| int | defaultViaOuterDiam = 0 |
| Default via OD from net routing preamble. | |
| int | defaultViaDrillDiam = 0 |
| Default via drill from net routing preamble. | |
| std::vector< DT_PAD_REF > | padRefs |
| Optional net-to-pad links from routing metadata. | |
Definition at line 214 of file diptrace_pcb_parser.h.
| int DIPTRACE::DT_NET::defaultViaDrillDiam = 0 |
Default via drill from net routing preamble.
Definition at line 220 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseNetRouting().
| int DIPTRACE::DT_NET::defaultViaOuterDiam = 0 |
Default via OD from net routing preamble.
Definition at line 219 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseNetRouting().
| int DIPTRACE::DT_NET::index = 0 |
Sequential net index from the DipTrace file.
Definition at line 216 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::FindAndParseNets(), and DIPTRACE::PCB_PARSER::ParseNetRouting().
| wxString DIPTRACE::DT_NET::name |
Stored net name; may be empty in DipTrace files.
Definition at line 217 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::FindAndParseNets(), and DIPTRACE::PCB_PARSER::ParseNetRouting().
| std::vector<DT_PAD_REF> DIPTRACE::DT_NET::padRefs |
Optional net-to-pad links from routing metadata.
Definition at line 221 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseNetRouting().
| int DIPTRACE::DT_NET::traceWidth = 0 |
Default trace width in DipTrace units; parsed but not yet used.
Definition at line 218 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::FindAndParseNets().