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

A net label/wire entry from the net section. More...

#include <diptrace_sch_parser.h>

Public Attributes

wxString name
 
int coordX = 0
 
int coordY = 0
 
int field1 = 0
 

Detailed Description

A net label/wire entry from the net section.

Definition at line 192 of file diptrace_sch_parser.h.

Member Data Documentation

◆ coordX

int DIPTRACE::DCH_NET_ENTRY::coordX = 0

Definition at line 195 of file diptrace_sch_parser.h.

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

◆ coordY

int DIPTRACE::DCH_NET_ENTRY::coordY = 0

Definition at line 196 of file diptrace_sch_parser.h.

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

◆ field1

int DIPTRACE::DCH_NET_ENTRY::field1 = 0

Definition at line 197 of file diptrace_sch_parser.h.

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

◆ name

wxString DIPTRACE::DCH_NET_ENTRY::name

Definition at line 194 of file diptrace_sch_parser.h.

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


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