|
KiCad PCB EDA Suite
|
Information needed to make a footprint to use for alignment tests. More...
Public Attributes | |
| std::string | m_name |
| std::vector< std::pair< std::string, VECTOR2I > > | m_pads |
Information needed to make a footprint to use for alignment tests.
Definition at line 39 of file test_footprint_realignment.cpp.
| std::string ALIGN_FP_DEF::m_name |
Definition at line 41 of file test_footprint_realignment.cpp.
Referenced by operator<<(), and operator<<().
| std::vector<std::pair<std::string, VECTOR2I> > ALIGN_FP_DEF::m_pads |
Definition at line 42 of file test_footprint_realignment.cpp.
Referenced by FP_REALIGNMENT_TEST_FIXTURE::CreateFootprint().