|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| std::string | positive_net |
| std::string | negative_net |
| double | gap = 0.0 |
| double | width = 0.0 |
Definition at line 214 of file pads_parser.h.
| double PADS_IO::DIFF_PAIR_DEF::gap = 0.0 |
Definition at line 219 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDiffPairs(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::name |
Definition at line 216 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDiffPairs(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::negative_net |
Definition at line 218 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDiffPairs(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::positive_net |
Definition at line 217 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDiffPairs(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| double PADS_IO::DIFF_PAIR_DEF::width = 0.0 |
Definition at line 220 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDiffPairs(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().