|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | ref_des |
| std::string | pin_name |
| std::string | reuse_instance |
| Reuse block instance name (if .REUSE. suffix) | |
| std::string | reuse_signal |
| Reuse block signal name (if .REUSE. suffix) | |
Definition at line 189 of file pads_parser.h.
| std::string PADS_IO::NET_PIN::pin_name |
Definition at line 192 of file pads_parser.h.
| std::string PADS_IO::NET_PIN::ref_des |
Definition at line 191 of file pads_parser.h.
| std::string PADS_IO::NET_PIN::reuse_instance |
Reuse block instance name (if .REUSE. suffix)
Definition at line 193 of file pads_parser.h.
| std::string PADS_IO::NET_PIN::reuse_signal |
Reuse block signal name (if .REUSE. suffix)
Definition at line 194 of file pads_parser.h.