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

#include <eagle_parser.h>

Inheritance diagram for EDEVICE:
EAGLE_BASE

Public Member Functions

 EDEVICE (wxXmlNode *aDevice, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
opt_wxString package
 
std::vector< std::unique_ptr< ECONNECT > > connects
 
std::vector< std::unique_ptr< EPACKAGE3DINST > > package3dinstances
 
std::vector< std::unique_ptr< ETECHNOLOGY > > technologies
 
IO_BASEio
 

Detailed Description

Definition at line 1553 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDEVICE()

EDEVICE::EDEVICE ( wxXmlNode *  aDevice,
IO_BASE aIo = nullptr 
)

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ connects

std::vector<std::unique_ptr<ECONNECT> > EDEVICE::connects

Definition at line 1565 of file eagle_parser.h.

Referenced by EDEVICE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ name

wxString EDEVICE::name

Definition at line 1562 of file eagle_parser.h.

Referenced by EDEVICE().

◆ package

opt_wxString EDEVICE::package

Definition at line 1563 of file eagle_parser.h.

Referenced by EDEVICE().

◆ package3dinstances

std::vector< std::unique_ptr<EPACKAGE3DINST> > EDEVICE::package3dinstances

Definition at line 1566 of file eagle_parser.h.

Referenced by EDEVICE().

◆ technologies

std::vector< std::unique_ptr<ETECHNOLOGY> > EDEVICE::technologies

Definition at line 1567 of file eagle_parser.h.

Referenced by EDEVICE().


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