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

Signal (net) definition from CONNECTION and SIGNAL sections. More...

#include <pads_sch_parser.h>

Public Attributes

std::string name
 
std::vector< WIRE_SEGMENTwires
 
std::vector< PIN_CONNECTIONconnections
 
int flags1 = 0
 
int flags2 = 0
 
std::string function
 

Detailed Description

Signal (net) definition from CONNECTION and SIGNAL sections.

Definition at line 361 of file pads_sch_parser.h.

Member Data Documentation

◆ connections

◆ flags1

int PADS_SCH::SCH_SIGNAL::flags1 = 0

Definition at line 367 of file pads_sch_parser.h.

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

◆ flags2

int PADS_SCH::SCH_SIGNAL::flags2 = 0

Definition at line 368 of file pads_sch_parser.h.

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

◆ function

std::string PADS_SCH::SCH_SIGNAL::function

Definition at line 369 of file pads_sch_parser.h.

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

◆ name

◆ wires


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