|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | instance_name |
| std::string | part_naming |
| May be multi-word like "PREFIX pref". | |
| std::string | net_naming |
| May be multi-word like "SUFFIX suf". | |
| POINT | location = {} |
| double | rotation = 0.0 |
| bool | glued = false |
Definition at line 583 of file pads_parser.h.
| bool PADS_IO::REUSE_INSTANCE::glued = false |
Definition at line 590 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_INSTANCE::instance_name |
Definition at line 585 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().
| POINT PADS_IO::REUSE_INSTANCE::location = {} |
Definition at line 588 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_INSTANCE::net_naming |
May be multi-word like "SUFFIX suf".
Definition at line 587 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| std::string PADS_IO::REUSE_INSTANCE::part_naming |
May be multi-word like "PREFIX pref".
Definition at line 586 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().
| double PADS_IO::REUSE_INSTANCE::rotation = 0.0 |
Definition at line 589 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().