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

< "VIA" nodename More...

#include <cadstar_pcb_archive_parser.h>

Inheritance diagram for CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

NETELEMENT_ID ID
 First character is "V".
 
VIACODE_ID ViaCodeID
 
LAYERPAIR_ID LayerPairID
 
POINT Location
 
TRUNK_ID TrunkID
 TRUNKREF Statements.
 
GROUP_ID GroupID = wxEmptyString
 If not empty, this VIA is part of a group.
 
REUSEBLOCKREF ReuseBlockRef
 
TESTLAND_SIDE TestlandSide = TESTLAND_SIDE::NONE
 
bool Fixed = false
 

Detailed Description

< "VIA" nodename

Definition at line 966 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ Fixed

bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::Fixed = false

Definition at line 976 of file cadstar_pcb_archive_parser.h.

◆ GroupID

GROUP_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::GroupID = wxEmptyString

If not empty, this VIA is part of a group.

Definition at line 973 of file cadstar_pcb_archive_parser.h.

◆ ID

NETELEMENT_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ID

First character is "V".

Definition at line 968 of file cadstar_pcb_archive_parser.h.

◆ LayerPairID

LAYERPAIR_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::LayerPairID

Definition at line 970 of file cadstar_pcb_archive_parser.h.

◆ Location

POINT CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::Location

Definition at line 971 of file cadstar_pcb_archive_parser.h.

◆ ReuseBlockRef

REUSEBLOCKREF CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ReuseBlockRef

Definition at line 974 of file cadstar_pcb_archive_parser.h.

◆ TestlandSide

TESTLAND_SIDE CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::TestlandSide = TESTLAND_SIDE::NONE

Definition at line 975 of file cadstar_pcb_archive_parser.h.

◆ TrunkID

TRUNK_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::TrunkID

TRUNKREF Statements.

Definition at line 972 of file cadstar_pcb_archive_parser.h.

◆ ViaCodeID

VIACODE_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA::ViaCodeID

Definition at line 969 of file cadstar_pcb_archive_parser.h.


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