KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM Struct Reference

< "BUSTERM" nodename (represents a connection to a bus) More...

#include <cadstar_sch_archive_parser.h>

Inheritance diagram for CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

NETELEMENT_ID ID
 First two characters "BT". More...
 
BUS_ID BusID
 
POINT FirstPoint
 Point on the bus itself. More...
 
POINT SecondPoint
 Start point for any wires. More...
 
bool HasNetLabel = false
 
SIGLOC NetLabel
 

Detailed Description

< "BUSTERM" nodename (represents a connection to a bus)

Definition at line 376 of file cadstar_sch_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ BusID

BUS_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::BusID

Definition at line 379 of file cadstar_sch_archive_parser.h.

◆ FirstPoint

POINT CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::FirstPoint

Point on the bus itself.

Definition at line 380 of file cadstar_sch_archive_parser.h.

◆ HasNetLabel

bool CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::HasNetLabel = false

Definition at line 382 of file cadstar_sch_archive_parser.h.

◆ ID

NETELEMENT_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::ID

First two characters "BT".

Definition at line 378 of file cadstar_sch_archive_parser.h.

Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse().

◆ NetLabel

SIGLOC CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::NetLabel

Definition at line 383 of file cadstar_sch_archive_parser.h.

◆ SecondPoint

POINT CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM::SecondPoint

Start point for any wires.

Definition at line 381 of file cadstar_sch_archive_parser.h.


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