|
KiCad PCB EDA Suite
|
A reuse block definition containing parts and routes that can be instantiated. More...
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| long | timestamp = 0 |
| std::string | part_naming |
| Default scheme. | |
| std::string | net_naming |
| Default scheme. | |
| std::vector< std::string > | part_names |
| std::vector< REUSE_NET > | nets |
| std::vector< REUSE_INSTANCE > | instances |
| Placements of this block. | |
A reuse block definition containing parts and routes that can be instantiated.
Definition at line 596 of file pads_parser.h.
| std::vector<REUSE_INSTANCE> PADS_IO::REUSE_BLOCK::instances |
Placements of this block.
Definition at line 604 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_BLOCK::name |
Definition at line 598 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_BLOCK::net_naming |
Default scheme.
Definition at line 601 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::vector<REUSE_NET> PADS_IO::REUSE_BLOCK::nets |
Definition at line 603 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::vector<std::string> PADS_IO::REUSE_BLOCK::part_names |
Definition at line 602 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_BLOCK::part_naming |
Default scheme.
Definition at line 600 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| long PADS_IO::REUSE_BLOCK::timestamp = 0 |
Definition at line 599 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().