|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | type |
| VIA or PIN. | |
| double | x = 0.0 |
| double | y = 0.0 |
| int | side = 0 |
| 0=through, 1=top, 2=bottom | |
| std::string | net_name |
| std::string | symbol_name |
Definition at line 615 of file pads_parser.h.
| std::string PADS_IO::TEST_POINT::net_name |
Definition at line 621 of file pads_parser.h.
| int PADS_IO::TEST_POINT::side = 0 |
0=through, 1=top, 2=bottom
Definition at line 620 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE().
| std::string PADS_IO::TEST_POINT::symbol_name |
Definition at line 622 of file pads_parser.h.
| std::string PADS_IO::TEST_POINT::type |
VIA or PIN.
Definition at line 617 of file pads_parser.h.
| double PADS_IO::TEST_POINT::x = 0.0 |
Definition at line 618 of file pads_parser.h.
| double PADS_IO::TEST_POINT::y = 0.0 |
Definition at line 619 of file pads_parser.h.