|
KiCad PCB EDA Suite
|
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_PIN > | pins |
| Pins in this gate. | |
Gate definition for gate-swappable parts.
Definition at line 461 of file pads_parser.h.
| 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().
| 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().