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

#include <eagle_parser.h>

Inheritance diagram for ESPICE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

std::unique_ptr< EPINMAPPINGpinmapping
 
std::unique_ptr< EMODELmodel
 
IO_BASEio
 

Detailed Description

Definition at line 1242 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESPICE()

ESPICE::ESPICE ( wxXmlNode *  aSpice,
IO_BASE aIo = nullptr 
)

Definition at line 1336 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), model, and pinmapping.

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

◆ 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().

◆ model

std::unique_ptr<EMODEL> ESPICE::model

Definition at line 1248 of file eagle_parser.h.

Referenced by ESPICE().

◆ pinmapping

std::unique_ptr<EPINMAPPING> ESPICE::pinmapping

Definition at line 1247 of file eagle_parser.h.

Referenced by ESPICE().


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