KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ECONNECT Struct Reference

#include <eagle_parser.h>

Public Member Functions

 ECONNECT (wxXmlNode *aConnect)
 

Public Attributes

wxString gate
 
wxString pin
 
wxString pad
 

Detailed Description

Definition at line 1004 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECONNECT()

ECONNECT::ECONNECT ( wxXmlNode *  aConnect)

Definition at line 1161 of file eagle_parser.cpp.

References pad, and pin.

Member Data Documentation

◆ gate

wxString ECONNECT::gate

Definition at line 1015 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadSymbol().

◆ pad

wxString ECONNECT::pad

Definition at line 1017 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadSymbol().

◆ pin

wxString ECONNECT::pin

Definition at line 1016 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadSymbol().


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