|
KiCad PCB EDA Suite
|
A component pin as stored in the .dch file. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| int | index = 0 |
| bool | hasHeader = false |
| int | headerA = 0 |
| int | headerB = 0 |
| int | headerC = 0 |
| int | typeCode = 0 |
| int | x = 0 |
| DipTrace coordinate units (100/3 nm) | |
| int | y = 0 |
| int | length = 0 |
| wxString | name |
| wxString | number |
| int | netFlagA = 0 |
| int | netFlagB = 0 |
| 1 when the pin name is shown, 0 when hidden | |
| int | labelXOff = 0 |
| int | labelYOff = 0 |
| int | numXOff = 0 |
| int | numYOff = 0 |
| wxString | midTailText |
| int | stubDx = 0 |
| int | stubDy = 0 |
| int | tailByte = 0 |
A component pin as stored in the .dch file.
Definition at line 79 of file diptrace_sch_parser.h.
| bool DIPTRACE::DCH_PIN::hasHeader = false |
Definition at line 82 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::headerA = 0 |
Definition at line 83 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::headerB = 0 |
Definition at line 84 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::headerC = 0 |
Definition at line 85 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::index = 0 |
Definition at line 81 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::labelXOff = 0 |
Definition at line 94 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::labelYOff = 0 |
Definition at line 95 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::length = 0 |
Definition at line 89 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::createNetPortLabels(), DIPTRACE::SCH_PARSER::createSymbolInstance(), and DIPTRACE::SCH_PARSER::populateLibSymbolUnit().
| wxString DIPTRACE::DCH_PIN::midTailText |
Definition at line 98 of file diptrace_sch_parser.h.
| wxString DIPTRACE::DCH_PIN::name |
Definition at line 90 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::populateLibSymbolUnit().
| int DIPTRACE::DCH_PIN::netFlagA = 0 |
Definition at line 92 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::netFlagB = 0 |
1 when the pin name is shown, 0 when hidden
Definition at line 93 of file diptrace_sch_parser.h.
| wxString DIPTRACE::DCH_PIN::number |
Definition at line 91 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::populateLibSymbolUnit().
| int DIPTRACE::DCH_PIN::numXOff = 0 |
Definition at line 96 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::numYOff = 0 |
Definition at line 97 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::stubDx = 0 |
Definition at line 99 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::stubDy = 0 |
Definition at line 100 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::tailByte = 0 |
Definition at line 101 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::typeCode = 0 |
Definition at line 86 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_PIN::x = 0 |
DipTrace coordinate units (100/3 nm)
Definition at line 87 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::createNetPortLabels(), DIPTRACE::SCH_PARSER::createSymbolInstance(), and DIPTRACE::SCH_PARSER::populateLibSymbolUnit().
| int DIPTRACE::DCH_PIN::y = 0 |
Definition at line 88 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::createNetPortLabels(), DIPTRACE::SCH_PARSER::createSymbolInstance(), and DIPTRACE::SCH_PARSER::populateLibSymbolUnit().