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

A bus entry as read from the bus section. More...

#include <diptrace_sch_parser.h>

Public Attributes

int coordX = 0
 
int coordY = 0
 
int sheetIndex = 0
 
int busType = 0
 
int instanceId = 0
 
int signalCount = 0
 
wxString name
 

Detailed Description

A bus entry as read from the bus section.

Definition at line 179 of file diptrace_sch_parser.h.

Member Data Documentation

◆ busType

int DIPTRACE::DCH_BUS_ENTRY::busType = 0

Definition at line 184 of file diptrace_sch_parser.h.

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

◆ coordX

int DIPTRACE::DCH_BUS_ENTRY::coordX = 0

Definition at line 181 of file diptrace_sch_parser.h.

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

◆ coordY

int DIPTRACE::DCH_BUS_ENTRY::coordY = 0

Definition at line 182 of file diptrace_sch_parser.h.

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

◆ instanceId

int DIPTRACE::DCH_BUS_ENTRY::instanceId = 0

Definition at line 185 of file diptrace_sch_parser.h.

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

◆ name

wxString DIPTRACE::DCH_BUS_ENTRY::name

Definition at line 187 of file diptrace_sch_parser.h.

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

◆ sheetIndex

int DIPTRACE::DCH_BUS_ENTRY::sheetIndex = 0

Definition at line 183 of file diptrace_sch_parser.h.

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

◆ signalCount

int DIPTRACE::DCH_BUS_ENTRY::signalCount = 0

Definition at line 186 of file diptrace_sch_parser.h.

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


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