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)
 Send a message to the IO_BASE REPORTER object if one exists.
 
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 1594 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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 549 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 1606 of file eagle_parser.h.

Referenced by EDEVICE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString EDEVICE::name

Definition at line 1603 of file eagle_parser.h.

Referenced by EDEVICE().

◆ package

opt_wxString EDEVICE::package

Definition at line 1604 of file eagle_parser.h.

Referenced by EDEVICE().

◆ package3dinstances

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

Definition at line 1607 of file eagle_parser.h.

Referenced by EDEVICE().

◆ technologies

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

Definition at line 1608 of file eagle_parser.h.

Referenced by EDEVICE().


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