KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIPTRACE::DCH_PIN Struct Reference

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
 

Detailed Description

A component pin as stored in the .dch file.

Definition at line 79 of file diptrace_sch_parser.h.

Member Data Documentation

◆ hasHeader

bool DIPTRACE::DCH_PIN::hasHeader = false

Definition at line 82 of file diptrace_sch_parser.h.

◆ headerA

int DIPTRACE::DCH_PIN::headerA = 0

Definition at line 83 of file diptrace_sch_parser.h.

◆ headerB

int DIPTRACE::DCH_PIN::headerB = 0

Definition at line 84 of file diptrace_sch_parser.h.

◆ headerC

int DIPTRACE::DCH_PIN::headerC = 0

Definition at line 85 of file diptrace_sch_parser.h.

◆ index

int DIPTRACE::DCH_PIN::index = 0

Definition at line 81 of file diptrace_sch_parser.h.

◆ labelXOff

int DIPTRACE::DCH_PIN::labelXOff = 0

Definition at line 94 of file diptrace_sch_parser.h.

◆ labelYOff

int DIPTRACE::DCH_PIN::labelYOff = 0

Definition at line 95 of file diptrace_sch_parser.h.

◆ length

◆ midTailText

wxString DIPTRACE::DCH_PIN::midTailText

Definition at line 98 of file diptrace_sch_parser.h.

◆ name

wxString DIPTRACE::DCH_PIN::name

Definition at line 90 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::populateLibSymbolUnit().

◆ netFlagA

int DIPTRACE::DCH_PIN::netFlagA = 0

Definition at line 92 of file diptrace_sch_parser.h.

◆ netFlagB

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.

◆ number

wxString DIPTRACE::DCH_PIN::number

Definition at line 91 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::populateLibSymbolUnit().

◆ numXOff

int DIPTRACE::DCH_PIN::numXOff = 0

Definition at line 96 of file diptrace_sch_parser.h.

◆ numYOff

int DIPTRACE::DCH_PIN::numYOff = 0

Definition at line 97 of file diptrace_sch_parser.h.

◆ stubDx

int DIPTRACE::DCH_PIN::stubDx = 0

Definition at line 99 of file diptrace_sch_parser.h.

◆ stubDy

int DIPTRACE::DCH_PIN::stubDy = 0

Definition at line 100 of file diptrace_sch_parser.h.

◆ tailByte

int DIPTRACE::DCH_PIN::tailByte = 0

Definition at line 101 of file diptrace_sch_parser.h.

◆ typeCode

int DIPTRACE::DCH_PIN::typeCode = 0

Definition at line 86 of file diptrace_sch_parser.h.

◆ x

int DIPTRACE::DCH_PIN::x = 0

◆ y


The documentation for this struct was generated from the following file: