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

Public Attributes

std::string m_TestName
 
const std::vector< std::pair< std::string, VECTOR2I > > & m_OrigPadPositions
 
const std::vector< std::pair< std::string, VECTOR2I > > & m_NewPadPositions
 
std::optional< VECTOR2Im_ExpectedPosShift
 
std::optional< EDA_ANGLEm_ExpectedAngleShift
 

Friends

std::ostream & operator<< (std::ostream &os, const FP_ALIGNMENT_TEST_CASE &testCase)
 

Detailed Description

Definition at line 38 of file test_footprint_realignment.cpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const FP_ALIGNMENT_TEST_CASE & testCase )
friend

Definition at line 47 of file test_footprint_realignment.cpp.

References m_TestName.

Member Data Documentation

◆ m_ExpectedAngleShift

std::optional<EDA_ANGLE> FP_ALIGNMENT_TEST_CASE::m_ExpectedAngleShift

◆ m_ExpectedPosShift

std::optional<VECTOR2I> FP_ALIGNMENT_TEST_CASE::m_ExpectedPosShift

◆ m_NewPadPositions

const std::vector<std::pair<std::string, VECTOR2I> >& FP_ALIGNMENT_TEST_CASE::m_NewPadPositions

◆ m_OrigPadPositions

const std::vector<std::pair<std::string, VECTOR2I> >& FP_ALIGNMENT_TEST_CASE::m_OrigPadPositions

◆ m_TestName

std::string FP_ALIGNMENT_TEST_CASE::m_TestName

Definition at line 40 of file test_footprint_realignment.cpp.

Referenced by operator<<.


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