|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::string | m_refdes |
| std::vector< SEG > | m_segs |
| Footprint Ref-Des (for identifying DRC errors) | |
| VECTOR2I | m_pos |
| List of segments that will be placed on the courtyard. | |
Definition at line 51 of file test_drc_courtyard_invalid.cpp.
| VECTOR2I COURTYARD_INVALID_TEST_FP::m_pos |
List of segments that will be placed on the courtyard.
Definition at line 55 of file test_drc_courtyard_invalid.cpp.
Referenced by MakeInvalidCourtyardTestFP().
| std::string COURTYARD_INVALID_TEST_FP::m_refdes |
Definition at line 53 of file test_drc_courtyard_invalid.cpp.
Referenced by MakeInvalidCourtyardTestFP().
| std::vector<SEG> COURTYARD_INVALID_TEST_FP::m_segs |
Footprint Ref-Des (for identifying DRC errors)
Definition at line 54 of file test_drc_courtyard_invalid.cpp.
Referenced by MakeInvalidCourtyardTestFP().