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

A single schematic wire decoded from the net/wire section. More...

#include <diptrace_sch_parser.h>

Public Attributes

int sheetIndex = 0
 DipTrace sheet index.
 
std::vector< VECTOR2Ipoints
 KiCad nm, ready for SCH_LINE.
 
int object1 = 0
 Connected item id at endpoint 1.
 
int subObject1 = 0
 Pin/sub index at endpoint 1.
 
int bus1 = -1
 Bus index at endpoint 1 (-1 = none)
 
int object2 = 0
 
int subObject2 = 0
 
int bus2 = -1
 

Detailed Description

A single schematic wire decoded from the net/wire section.

Definition at line 212 of file diptrace_sch_parser.h.

Member Data Documentation

◆ bus1

int DIPTRACE::DCH_WIRE::bus1 = -1

Bus index at endpoint 1 (-1 = none)

Definition at line 218 of file diptrace_sch_parser.h.

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

◆ bus2

int DIPTRACE::DCH_WIRE::bus2 = -1

Definition at line 221 of file diptrace_sch_parser.h.

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

◆ object1

int DIPTRACE::DCH_WIRE::object1 = 0

Connected item id at endpoint 1.

Definition at line 216 of file diptrace_sch_parser.h.

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

◆ object2

int DIPTRACE::DCH_WIRE::object2 = 0

Definition at line 219 of file diptrace_sch_parser.h.

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

◆ points

std::vector<VECTOR2I> DIPTRACE::DCH_WIRE::points

KiCad nm, ready for SCH_LINE.

Definition at line 215 of file diptrace_sch_parser.h.

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

◆ sheetIndex

int DIPTRACE::DCH_WIRE::sheetIndex = 0

DipTrace sheet index.

Definition at line 214 of file diptrace_sch_parser.h.

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

◆ subObject1

int DIPTRACE::DCH_WIRE::subObject1 = 0

Pin/sub index at endpoint 1.

Definition at line 217 of file diptrace_sch_parser.h.

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

◆ subObject2

int DIPTRACE::DCH_WIRE::subObject2 = 0

Definition at line 220 of file diptrace_sch_parser.h.

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


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