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

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::ROUTECODE:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

ROUTECODE_ID ID
 
wxString Name
 
long OptimalWidth
 
long MinWidth
 
long MaxWidth
 
long NeckedWidth
 
std::vector< ROUTEREASSIGNRouteReassigns
 

Detailed Description

Definition at line 375 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ ID

ROUTECODE_ID CADSTAR_ARCHIVE_PARSER::ROUTECODE::ID

◆ MaxWidth

long CADSTAR_ARCHIVE_PARSER::ROUTECODE::MaxWidth

Definition at line 381 of file cadstar_archive_parser.h.

◆ MinWidth

long CADSTAR_ARCHIVE_PARSER::ROUTECODE::MinWidth

Definition at line 380 of file cadstar_archive_parser.h.

◆ Name

wxString CADSTAR_ARCHIVE_PARSER::ROUTECODE::Name

Definition at line 378 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadNet().

◆ NeckedWidth

long CADSTAR_ARCHIVE_PARSER::ROUTECODE::NeckedWidth

Definition at line 382 of file cadstar_archive_parser.h.

◆ OptimalWidth

long CADSTAR_ARCHIVE_PARSER::ROUTECODE::OptimalWidth

Definition at line 379 of file cadstar_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadNet().

◆ RouteReassigns

std::vector<ROUTEREASSIGN> CADSTAR_ARCHIVE_PARSER::ROUTECODE::RouteReassigns

Definition at line 384 of file cadstar_archive_parser.h.


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