|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | pin_number |
| int | swap_type = 0 |
| 0 = not swappable | |
| PIN_ELEC_TYPE | elec_type = PIN_ELEC_TYPE::UNDEFINED |
| std::string | func_name |
Definition at line 434 of file pads_parser.h.
| PIN_ELEC_TYPE PADS_IO::GATE_PIN::elec_type = PIN_ELEC_TYPE::UNDEFINED |
Definition at line 438 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::GATE_PIN::func_name |
Definition at line 439 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::GATE_PIN::pin_number |
Definition at line 436 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| int PADS_IO::GATE_PIN::swap_type = 0 |
0 = not swappable
Definition at line 437 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().