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

#include <eagle_parser.h>

Public Member Functions

 EDEVICE (wxXmlNode *aDevice)
 

Public Attributes

wxString name
 
opt_wxString package
 
std::vector< ECONNECTconnects
 

Detailed Description

Definition at line 1024 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDEVICE()

EDEVICE::EDEVICE ( wxXmlNode *  aDevice)

Member Data Documentation

◆ connects

std::vector<ECONNECT> EDEVICE::connects

Definition at line 1036 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadSymbol().

◆ name

wxString EDEVICE::name

Definition at line 1033 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ package

opt_wxString EDEVICE::package

Definition at line 1034 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadLibrary().


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