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

Gate definition for gate-swappable parts. More...

#include <pads_parser.h>

Public Attributes

int gate_swap_type = 0
 Gate swap type (0 = not swappable)
 
std::vector< GATE_PINpins
 Pins in this gate.
 

Detailed Description

Gate definition for gate-swappable parts.

Definition at line 461 of file pads_parser.h.

Member Data Documentation

◆ gate_swap_type

int PADS_IO::GATE_DEF::gate_swap_type = 0

Gate swap type (0 = not swappable)

Definition at line 463 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().

◆ pins

std::vector<GATE_PIN> PADS_IO::GATE_DEF::pins

Pins in this gate.

Definition at line 464 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().


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