| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_pcb_archive_parser.h>
  
Classes | |
| struct | REASSIGN | 
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| SPACINGCODE_ID | ID | 
| Possible spacing rules:   | |
| long | Spacing | 
| std::vector< REASSIGN > | Reassigns | 
| Can have different spacings on different layers.   | |
Definition at line 211 of file cadstar_pcb_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 636 of file cadstar_pcb_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE::REASSIGN::Parse(), Reassigns, Spacing, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse(), and CADSTAR_PCB_ARCHIVE_PARSER::RULESET::Parse().
| SPACINGCODE_ID CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE::ID | 
Possible spacing rules:
Other design rules are in: TECHNOLOGY->MAXMITER = Maximum Mitre (This parameter is not actually checked in Cadstar) TECHNOLOGY->MINMITER = Minimum Mitre (This parameter is not actually checked in Cadstar) TECHNOLOGY->MINUNNECKED = Minimum Thicker Track Length TECHNOLOGY->MINNECKED = Minimum Thinner Track Length TECHNOLOGY->MINROUTEWIDTH = Thin Route Width
Definition at line 259 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB::Parse(), CADSTAR_PCB_ARCHIVE_PARSER::RULESET::Parse(), and Parse().
| std::vector<REASSIGN> CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE::Reassigns | 
Can have different spacings on different layers.
Definition at line 261 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| long CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE::Spacing | 
Definition at line 260 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().