KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH::BUS_DEF Struct Reference

#include <pads_sch_parser.h>

Public Attributes

std::string handle
 
std::string name
 
int sheet_number = 1
 
std::vector< POINTpath
 
std::vector< BUS_ENTRYentries
 
std::vector< std::string > aliases
 
std::vector< std::string > member_nets
 

Detailed Description

Definition at line 373 of file pads_sch_parser.h.

Member Data Documentation

◆ aliases

std::vector<std::string> PADS_SCH::BUS_DEF::aliases

Definition at line 380 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionBUSSES().

◆ entries

std::vector<BUS_ENTRY> PADS_SCH::BUS_DEF::entries

Definition at line 379 of file pads_sch_parser.h.

◆ handle

std::string PADS_SCH::BUS_DEF::handle

Definition at line 375 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionBUSSES().

◆ member_nets

std::vector<std::string> PADS_SCH::BUS_DEF::member_nets

Definition at line 381 of file pads_sch_parser.h.

◆ name

std::string PADS_SCH::BUS_DEF::name

Definition at line 376 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionBUSSES().

◆ path

std::vector<POINT> PADS_SCH::BUS_DEF::path

Definition at line 378 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionBUSSES().

◆ sheet_number

int PADS_SCH::BUS_DEF::sheet_number = 1

Definition at line 377 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionBUSSES().


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