|
KiCad PCB EDA Suite
|
#include <diptrace_pcb_parser.h>
Public Attributes | |
| int | componentIndex = -1 |
| Component index referenced from net routing metadata. | |
| int | padIndex = -1 |
| Pad index (1-based within the component) | |
Definition at line 208 of file diptrace_pcb_parser.h.
| int DIPTRACE::DT_PAD_REF::componentIndex = -1 |
Component index referenced from net routing metadata.
Definition at line 210 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::InferPadNetsFromRoutingRefs().
| int DIPTRACE::DT_PAD_REF::padIndex = -1 |
Pad index (1-based within the component)
Definition at line 211 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::InferPadNetsFromRoutingRefs().