|
KiCad PCB EDA Suite
|
< "BUSTERM" nodename (represents a connection to a bus) More...
#include <cadstar_sch_archive_parser.h>
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
| NETELEMENT_ID | ID |
| First two characters "BT". | |
| BUS_ID | BusID |
| POINT | FirstPoint |
| Point on the bus itself. | |
| POINT | SecondPoint |
| Start point for any wires. | |
| bool | HasNetLabel = false |
| SIGLOC | NetLabel |
< "BUSTERM" nodename (represents a connection to a bus)
Definition at line 379 of file cadstar_sch_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 968 of file cadstar_sch_archive_parser.cpp.
References BusID, FirstPoint, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), HasNetLabel, ID, NetLabel, SecondPoint, THROW_MISSING_NODE_IO_ERROR, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse().
| BUS_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::BusID |
Definition at line 382 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| POINT CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::FirstPoint |
Point on the bus itself.
Definition at line 383 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::HasNetLabel = false |
Definition at line 385 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| NETELEMENT_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::ID |
First two characters "BT".
Definition at line 381 of file cadstar_sch_archive_parser.h.
Referenced by Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse().
| SIGLOC CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::NetLabel |
Definition at line 386 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| POINT CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::SecondPoint |
Start point for any wires.
Definition at line 384 of file cadstar_sch_archive_parser.h.
Referenced by Parse().