|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | instance_name |
| Instance name. | |
| std::string | part_naming |
| Part naming scheme (may be multi-word like "PREFIX pref") | |
| std::string | net_naming |
| Net naming scheme (may be multi-word like "SUFFIX suf") | |
| POINT | location = {} |
| Placement location. | |
| double | rotation = 0.0 |
| Rotation angle in degrees. | |
| bool | glued = false |
| True if glued in place. | |
Definition at line 618 of file pads_parser.h.
| bool PADS_IO::REUSE_INSTANCE::glued = false |
True if glued in place.
Definition at line 625 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 |
Instance name.
Definition at line 620 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 = {} |
Placement location.
Definition at line 623 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 |
Net naming scheme (may be multi-word like "SUFFIX suf")
Definition at line 622 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 |
Part naming scheme (may be multi-word like "PREFIX pref")
Definition at line 621 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 |
Rotation angle in degrees.
Definition at line 624 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().