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

Gate definition within a PARTTYPE. More...

#include <pads_sch_parser.h>

Public Attributes

int num_decal_variants = 0
 
int num_pins = 0
 
int swap_flag = 0
 
std::vector< std::string > decal_names
 
std::vector< PARTTYPE_PINpins
 

Detailed Description

Gate definition within a PARTTYPE.

Definition at line 489 of file pads_sch_parser.h.

Member Data Documentation

◆ decal_names

std::vector<std::string> PADS_SCH::GATE_DEF::decal_names

◆ num_decal_variants

int PADS_SCH::GATE_DEF::num_decal_variants = 0

Definition at line 491 of file pads_sch_parser.h.

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

◆ num_pins

int PADS_SCH::GATE_DEF::num_pins = 0

Definition at line 492 of file pads_sch_parser.h.

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

◆ pins

◆ swap_flag

int PADS_SCH::GATE_DEF::swap_flag = 0

Definition at line 493 of file pads_sch_parser.h.

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


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