|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| std::string | decal_name |
| std::map< std::string, int > | pin_pad_map |
| Pin name to pad stack index. | |
| std::map< std::string, std::string > | attributes |
| From {...} block. | |
| std::vector< SIGPIN > | signal_pins |
| std::vector< GATE_DEF > | gates |
Definition at line 448 of file pads_parser.h.
| std::map<std::string, std::string> PADS_IO::PART_TYPE::attributes |
From {...} block.
Definition at line 453 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::PART_TYPE::decal_name |
Definition at line 451 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::vector<GATE_DEF> PADS_IO::PART_TYPE::gates |
Definition at line 455 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::PART_TYPE::name |
Definition at line 450 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::map<std::string, int> PADS_IO::PART_TYPE::pin_pad_map |
Pin name to pad stack index.
Definition at line 452 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::vector<SIGPIN> PADS_IO::PART_TYPE::signal_pins |
Definition at line 454 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().