|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| int | id = 0 |
| std::vector< std::string > | net_names |
| std::vector< std::string > | segment_refs |
Definition at line 607 of file pads_parser.h.
| int PADS_IO::CLUSTER::id = 0 |
Definition at line 610 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::string PADS_IO::CLUSTER::name |
Definition at line 609 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::vector<std::string> PADS_IO::CLUSTER::net_names |
Definition at line 611 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::vector<std::string> PADS_IO::CLUSTER::segment_refs |
Definition at line 612 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().