KiCad PCB EDA Suite
|
< "CONN" nodename More...
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
void | ParseIdentifiers (XNODE *aNode, PARSER_CONTEXT *aContext) |
bool | ParseSubNode (XNODE *aChildNode, PARSER_CONTEXT *aContext) |
Public Attributes | |
ROUTE | Route |
bool | Unrouted = false |
Instead of a ROUTE, the CONNECTION might have an "UNROUTE" token. More... | |
LAYER_ID | UnrouteLayerID = wxEmptyString |
See Unrouted member variable. More... | |
TRUNK_ID | TrunkID |
TRUNKREF Statements. More... | |
NETELEMENT_ID | StartNode |
NETELEMENT_ID | EndNode |
ROUTECODE_ID | RouteCodeID |
bool | Fixed = false |
bool | Hidden = false |
GROUP_ID | GroupID = wxEmptyString |
If not empty, this connection is part of a group. More... | |
REUSEBLOCKREF | ReuseBlockRef |
std::map< ATTRIBUTE_ID, ATTRIBUTE_VALUE > | AttributeValues |
It is possible to add attributes solely to a particular connection. More... | |
< "CONN" nodename
Definition at line 1006 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2104 of file cadstar_pcb_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::Parse().
|
inherited |
Definition at line 2114 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString().
|
inherited |
Definition at line 2125 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::AttributeID, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::Parse().
|
inherited |
It is possible to add attributes solely to a particular connection.
Definition at line 1194 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1186 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1189 of file cadstar_archive_parser.h.
|
inherited |
If not empty, this connection is part of a group.
Definition at line 1191 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1190 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1192 of file cadstar_archive_parser.h.
ROUTE CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Route |
Definition at line 1008 of file cadstar_pcb_archive_parser.h.
|
inherited |
Definition at line 1187 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1185 of file cadstar_archive_parser.h.
TRUNK_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::TrunkID |
TRUNKREF Statements.
Definition at line 1015 of file cadstar_pcb_archive_parser.h.
bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Unrouted = false |
Instead of a ROUTE, the CONNECTION might have an "UNROUTE" token.
This appears to indicate that the connection is made via a power plane layer as opposed to a route (track in KiCad terms)
Definition at line 1009 of file cadstar_pcb_archive_parser.h.
LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::UnrouteLayerID = wxEmptyString |
See Unrouted member variable.
Definition at line 1014 of file cadstar_pcb_archive_parser.h.