|
KiCad PCB EDA Suite
|
A PADS part cluster (named group of parts). More...
#include <pads_binary_parser.h>
Public Attributes | |
| std::string | name |
| int | id = 0 |
A PADS part cluster (named group of parts).
Deliberately distinct from the net-keyed CLUSTER in pads_parser.h, which carries net/segment members this part-keyed table does not, so a separate type avoids a clash.
Definition at line 126 of file pads_binary_parser.h.
| int PADS_IO::PART_CLUSTER::id = 0 |
Definition at line 129 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseClusters().
| std::string PADS_IO::PART_CLUSTER::name |
Definition at line 128 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseClusters().