KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CIRCLE_EXPECTATION Class Reference
Inheritance diagram for CIRCLE_EXPECTATION:
KI_TEST::BOARD_EXPECTATION

Public Member Functions

void RunTest (const BOARD &aBrd) const override
 
std::string GetName () const override
 

Public Attributes

std::optional< VECTOR2Im_Position
 
std::optional< int > m_Radius
 
std::optional< std::string > m_LayerName
 

Detailed Description

Definition at line 346 of file board_expectations.cpp.

Member Function Documentation

◆ GetName()

std::string CIRCLE_EXPECTATION::GetName ( ) const
inlineoverridevirtual

Implements KI_TEST::BOARD_EXPECTATION.

Definition at line 391 of file board_expectations.cpp.

References m_LayerName, m_Position, m_Radius, and pcbIUScale.

◆ RunTest()

void CIRCLE_EXPECTATION::RunTest ( const BOARD & aBrd) const
inlineoverridevirtual

Member Data Documentation

◆ m_LayerName

std::optional<std::string> CIRCLE_EXPECTATION::m_LayerName

Definition at line 351 of file board_expectations.cpp.

Referenced by GetName(), and RunTest().

◆ m_Position

std::optional<VECTOR2I> CIRCLE_EXPECTATION::m_Position

Definition at line 349 of file board_expectations.cpp.

Referenced by GetName(), and RunTest().

◆ m_Radius

std::optional<int> CIRCLE_EXPECTATION::m_Radius

Definition at line 350 of file board_expectations.cpp.

Referenced by GetName(), and RunTest().


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