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

Public Attributes

std::string m_TestName
 
const ALIGN_FP_DEFm_OrigPadPositions
 
const ALIGN_FP_DEFm_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 53 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 62 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 ALIGN_FP_DEF& FP_ALIGNMENT_TEST_CASE::m_NewPadPositions

◆ m_OrigPadPositions

const ALIGN_FP_DEF& FP_ALIGNMENT_TEST_CASE::m_OrigPadPositions

◆ m_TestName

std::string FP_ALIGNMENT_TEST_CASE::m_TestName

Definition at line 55 of file test_footprint_realignment.cpp.

Referenced by operator<<.


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