| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| MATERIAL_ID | ID | 
| wxString | Name | 
| MATERIAL_LAYER_TYPE | Type | 
| EVALUE | Permittivity | 
| EVALUE | LossTangent | 
| EVALUE | Resistivity | 
| x10^-8 ohm*metre   | |
Definition at line 97 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 319 of file cadstar_pcb_archive_parser.cpp.
References CADSTAR_PCB_ARCHIVE_PARSER::CONSTRUCTION, CADSTAR_PCB_ARCHIVE_PARSER::ELECTRICAL, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, LossTangent, Name, CADSTAR_PCB_ARCHIVE_PARSER::NON_ELECTRICAL, CADSTAR_ARCHIVE_PARSER::ParseChildEValue(), Permittivity, Resistivity, THROW_MISSING_PARAMETER_IO_ERROR, THROW_UNKNOWN_NODE_IO_ERROR, THROW_UNKNOWN_PARAMETER_IO_ERROR, and Type.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS::Parse().
| MATERIAL_ID CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::ID | 
Definition at line 99 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS::Parse(), and Parse().
| EVALUE CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::LossTangent | 
Definition at line 103 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::initStackupItem(), and Parse().
| wxString CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::Name | 
Definition at line 100 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::initStackupItem(), and Parse().
| EVALUE CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::Permittivity | 
Definition at line 102 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::initStackupItem(), and Parse().
| EVALUE CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::Resistivity | 
x10^-8 ohm*metre
Definition at line 104 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| MATERIAL_LAYER_TYPE CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL::Type | 
Definition at line 101 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().