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. | |
LAYER_ID | UnrouteLayerID = wxEmptyString |
See Unrouted member variable. | |
TRUNK_ID | TrunkID |
TRUNKREF Statements. | |
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. | |
REUSEBLOCKREF | ReuseBlockRef |
std::map< ATTRIBUTE_ID, ATTRIBUTE_VALUE > | AttributeValues |
It is possible to add attributes solely to a particular connection. | |
< "CONN" nodename
Definition at line 1014 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2118 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 2139 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString().
|
inherited |
Definition at line 2150 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 1182 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1174 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1177 of file cadstar_archive_parser.h.
|
inherited |
If not empty, this connection is part of a group.
Definition at line 1179 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1178 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1180 of file cadstar_archive_parser.h.
ROUTE CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Route |
Definition at line 1016 of file cadstar_pcb_archive_parser.h.
|
inherited |
Definition at line 1175 of file cadstar_archive_parser.h.
|
inherited |
Definition at line 1173 of file cadstar_archive_parser.h.
TRUNK_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::TrunkID |
TRUNKREF Statements.
Definition at line 1023 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 1017 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 1022 of file cadstar_pcb_archive_parser.h.