|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| double | clearance = 0.0 |
| CLEARANCE. | |
| double | track_width = 0.0 |
| TRACKWIDTH. | |
| double | via_size = 0.0 |
| VIASIZE. | |
| double | via_drill = 0.0 |
| VIADRILL. | |
| double | diff_pair_gap = 0.0 |
| DIFFPAIRGAP. | |
| double | diff_pair_width = 0.0 |
| DIFFPAIRWIDTH. | |
| std::vector< std::string > | net_names |
Definition at line 202 of file pads_parser.h.
| double PADS_IO::NET_CLASS_DEF::clearance = 0.0 |
CLEARANCE.
Definition at line 205 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().
| double PADS_IO::NET_CLASS_DEF::diff_pair_gap = 0.0 |
DIFFPAIRGAP.
Definition at line 209 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().
| double PADS_IO::NET_CLASS_DEF::diff_pair_width = 0.0 |
DIFFPAIRWIDTH.
Definition at line 210 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().
| std::string PADS_IO::NET_CLASS_DEF::name |
Definition at line 204 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionMISC(), and PADS_IO::PARSER::parseSectionNETCLASS().
| std::vector<std::string> PADS_IO::NET_CLASS_DEF::net_names |
Definition at line 211 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionMISC(), and PADS_IO::PARSER::parseSectionNETCLASS().
| double PADS_IO::NET_CLASS_DEF::track_width = 0.0 |
TRACKWIDTH.
Definition at line 206 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().
| double PADS_IO::NET_CLASS_DEF::via_drill = 0.0 |
VIADRILL.
Definition at line 208 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().
| double PADS_IO::NET_CLASS_DEF::via_size = 0.0 |
VIASIZE.
Definition at line 207 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionNETCLASS().