KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_ARCHIVE_PARSER::FORMAT Struct Reference

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::FORMAT:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

void Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override
 

Public Attributes

wxString Type
 
long SomeInt
 It is unclear what this parameter is used for.
 
long Version
 Archive version number (e.g.
 

Detailed Description

Definition at line 226 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_ARCHIVE_PARSER::FORMAT::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ SomeInt

long CADSTAR_ARCHIVE_PARSER::FORMAT::SomeInt

It is unclear what this parameter is used for.

Definition at line 229 of file cadstar_archive_parser.h.

Referenced by Parse().

◆ Type

wxString CADSTAR_ARCHIVE_PARSER::FORMAT::Type

◆ Version

long CADSTAR_ARCHIVE_PARSER::FORMAT::Version

Archive version number (e.g.

for PCB: 19=> CADSTAR 17.0 archive, 20=> CADSTAR 18.0 archive, 21 => CADSTAR 2018.0 / 2019.0 / 2020.0, etc.)

Definition at line 230 of file cadstar_archive_parser.h.

Referenced by CADSTAR_SCH_ARCHIVE_LOADER::getAngle(), CADSTAR_PCB_ARCHIVE_LOADER::getAngle(), CADSTAR_PCB_ARCHIVE_LOADER::getAngleTenthDegree(), CADSTAR_SCH_ARCHIVE_LOADER::getCadstarAngle(), and Parse().


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