|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | pin_number |
| double | width = 0.0 |
| Track width for connections. | |
| std::string | signal_name |
| e.g. VCC, GND | |
Definition at line 414 of file pads_parser.h.
| std::string PADS_IO::SIGPIN::pin_number |
Definition at line 416 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::SIGPIN::signal_name |
e.g. VCC, GND
Definition at line 418 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| double PADS_IO::SIGPIN::width = 0.0 |
Track width for connections.
Definition at line 417 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().