|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| int | pin_number |
| POINT | position |
| std::string | name |
| std::vector< PAD_STACK_LAYER > | stack |
| bool | custom_stack = false |
Definition at line 394 of file pads_parser.h.
| bool PADS_IO::DECAL_PAD::custom_stack = false |
Definition at line 400 of file pads_parser.h.
| std::string PADS_IO::DECAL_PAD::name |
Definition at line 398 of file pads_parser.h.
| int PADS_IO::DECAL_PAD::pin_number |
Definition at line 396 of file pads_parser.h.
| POINT PADS_IO::DECAL_PAD::position |
Definition at line 397 of file pads_parser.h.
| std::vector<PAD_STACK_LAYER> PADS_IO::DECAL_PAD::stack |
Definition at line 399 of file pads_parser.h.