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

#include <eagle_parser.h>

Inheritance diagram for EPINMAP:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString gate
 
wxString pin
 
wxString pinorder
 
IO_BASEio
 

Detailed Description

Definition at line 1190 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPINMAP()

EPINMAP::EPINMAP ( wxXmlNode *  aPinMap,
IO_BASE aIo = nullptr 
)

Definition at line 1292 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), gate, pin, and pinorder.

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

◆ gate

wxString EPINMAP::gate

Definition at line 1200 of file eagle_parser.h.

Referenced by EPINMAP().

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

◆ pin

wxString EPINMAP::pin

Definition at line 1201 of file eagle_parser.h.

Referenced by EPINMAP().

◆ pinorder

wxString EPINMAP::pinorder

Definition at line 1202 of file eagle_parser.h.

Referenced by EPINMAP().


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