|
KiCad PCB EDA Suite
|
Pin definition within a gate. More...
#include <pads_parser.h>
Public Attributes | |
| std::string | pin_number |
| Electrical pin number. | |
| int | swap_type = 0 |
| Swap type (0 = not swappable) | |
| PIN_ELEC_TYPE | elec_type = PIN_ELEC_TYPE::UNDEFINED |
| std::string | func_name |
| Optional functional name. | |
Pin definition within a gate.
Definition at line 450 of file pads_parser.h.
| PIN_ELEC_TYPE PADS_IO::GATE_PIN::elec_type = PIN_ELEC_TYPE::UNDEFINED |
Definition at line 454 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::GATE_PIN::func_name |
Optional functional name.
Definition at line 455 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::GATE_PIN::pin_number |
Electrical pin number.
Definition at line 452 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| int PADS_IO::GATE_PIN::swap_type = 0 |
Swap type (0 = not swappable)
Definition at line 453 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().