|
KiCad PCB EDA Suite
|
A reuse block instance placement. More...
#include <pads_parser.h>
Public Attributes | |
| bool | merge = false |
| True to merge nets, false to rename. | |
| std::string | name |
| Original net name from reuse definition. | |
A reuse block instance placement.
Definition at line 612 of file pads_parser.h.
| bool PADS_IO::REUSE_NET::merge = false |
True to merge nets, false to rename.
Definition at line 614 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_NET::name |
Original net name from reuse definition.
Definition at line 615 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().