KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PCB_ARCHIVE_PARSER::PADCODE Struct Reference

#include <cadstar_pcb_archive_parser.h>

Inheritance diagram for CADSTAR_PCB_ARCHIVE_PARSER::PADCODE:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

PADCODE_ID ID
 
wxString Name
 
CADSTAR_PAD_SHAPE Shape
 
long ReliefClearance = UNDEFINED_VALUE
 if undefined inherits from design
 
long ReliefWidth = UNDEFINED_VALUE
 if undefined inherits from design
 
bool Plated = true
 
long DrillDiameter = UNDEFINED_VALUE
 
long DrillOversize = UNDEFINED_VALUE
 
long SlotLength = UNDEFINED_VALUE
 
long SlotOrientation = 0
 
long DrillXoffset = 0
 
long DrillYoffset = 0
 
std::map< LAYER_ID, CADSTAR_PAD_SHAPEReassigns
 

Detailed Description

Definition at line 304 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ DrillDiameter

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillDiameter = UNDEFINED_VALUE

◆ DrillOversize

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillOversize = UNDEFINED_VALUE

Definition at line 313 of file cadstar_pcb_archive_parser.h.

◆ DrillXoffset

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillXoffset = 0

◆ DrillYoffset

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::DrillYoffset = 0

◆ ID

PADCODE_ID CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ID

◆ Name

wxString CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Name

◆ Plated

bool CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Plated = true

◆ Reassigns

std::map<LAYER_ID, CADSTAR_PAD_SHAPE> CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Reassigns

◆ ReliefClearance

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ReliefClearance = UNDEFINED_VALUE

if undefined inherits from design

Definition at line 309 of file cadstar_pcb_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad().

◆ ReliefWidth

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::ReliefWidth = UNDEFINED_VALUE

if undefined inherits from design

Definition at line 310 of file cadstar_pcb_archive_parser.h.

Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad().

◆ Shape

CADSTAR_PAD_SHAPE CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::Shape

◆ SlotLength

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::SlotLength = UNDEFINED_VALUE

◆ SlotOrientation

long CADSTAR_PCB_ARCHIVE_PARSER::PADCODE::SlotOrientation = 0

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