|
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(), CADSTAR_ARCHIVE_PARSER::NET::CONNECTION::ParseIdentifiers(), CADSTAR_ARCHIVE_PARSER::NET::CONNECTION::ParseSubNode(), Route, THROW_UNKNOWN_NODE_IO_ERROR, TrunkID, Unrouted, and UnrouteLayerID.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::Parse().
|
inherited |
Definition at line 2141 of file cadstar_archive_parser.cpp.
References EndNode, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), RouteCodeID, and StartNode.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::Parse().
|
inherited |
Definition at line 2152 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::AttributeID, AttributeValues, Fixed, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, Hidden, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::Parse(), and ReuseBlockRef.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::Parse().
|
inherited |
It is possible to add attributes solely to a particular connection.
Definition at line 1177 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
|
inherited |
Definition at line 1169 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().
|
inherited |
Definition at line 1172 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
|
inherited |
If not empty, this connection is part of a group.
Definition at line 1174 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
|
inherited |
Definition at line 1173 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
|
inherited |
Definition at line 1175 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
| ROUTE CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Route |
Definition at line 1016 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
|
inherited |
Definition at line 1170 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().
|
inherited |
Definition at line 1168 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().
| TRUNK_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::TrunkID |
TRUNKREF Statements.
Definition at line 1023 of file cadstar_pcb_archive_parser.h.
Referenced by Parse().
| 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.
Referenced by Parse().
| 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.
Referenced by Parse().