KiCad PCB EDA Suite
Loading...
Searching...
No Matches
COURTYARD_OVERLAP_TEST_CASE Struct Reference

A complete courtyard overlap test case: a name, the board footprint list and the expected collisions. More...

Public Attributes

std::string m_case_name
 
std::vector< COURTYARD_TEST_FPm_fpDefs
 
std::vector< COURTYARD_COLLISIONm_collisions
 

Detailed Description

A complete courtyard overlap test case: a name, the board footprint list and the expected collisions.

Definition at line 86 of file test_drc_courtyard_overlap.cpp.

Member Data Documentation

◆ m_case_name

std::string COURTYARD_OVERLAP_TEST_CASE::m_case_name

Definition at line 88 of file test_drc_courtyard_overlap.cpp.

Referenced by DoCourtyardOverlapTest().

◆ m_collisions

std::vector<COURTYARD_COLLISION> COURTYARD_OVERLAP_TEST_CASE::m_collisions

Definition at line 90 of file test_drc_courtyard_overlap.cpp.

Referenced by DoCourtyardOverlapTest().

◆ m_fpDefs

std::vector<COURTYARD_TEST_FP> COURTYARD_OVERLAP_TEST_CASE::m_fpDefs

Definition at line 89 of file test_drc_courtyard_overlap.cpp.

Referenced by DoCourtyardOverlapTest().


The documentation for this struct was generated from the following file: