KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT Struct Reference

Public Member Functions

 CALCULATION_RESULT ()=default
 
 CALCULATION_RESULT (const wxString &errorMsg)
 
 CALCULATION_RESULT (const int aWidth, const int aDelay)
 
 CALCULATION_RESULT (const int aWidth, const int aDiffPairGap, const int aDelay)
 

Public Attributes

bool OK { false }
 
int Width { 0 }
 
int DiffPairGap { 0 }
 
int Delay { 0 }
 
wxString ErrorMsg
 

Detailed Description

Definition at line 106 of file panel_setup_tuning_profile_info.h.

Constructor & Destructor Documentation

◆ CALCULATION_RESULT() [1/4]

PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::CALCULATION_RESULT ( )
default

◆ CALCULATION_RESULT() [2/4]

PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::CALCULATION_RESULT ( const wxString & errorMsg)
inlineexplicit

Definition at line 109 of file panel_setup_tuning_profile_info.h.

References ErrorMsg.

◆ CALCULATION_RESULT() [3/4]

PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::CALCULATION_RESULT ( const int aWidth,
const int aDelay )
inlineexplicit

Definition at line 113 of file panel_setup_tuning_profile_info.h.

References Delay, OK, and Width.

◆ CALCULATION_RESULT() [4/4]

PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::CALCULATION_RESULT ( const int aWidth,
const int aDiffPairGap,
const int aDelay )
inlineexplicit

Definition at line 119 of file panel_setup_tuning_profile_info.h.

References Delay, DiffPairGap, OK, and Width.

Member Data Documentation

◆ Delay

int PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::Delay { 0 }

Definition at line 130 of file panel_setup_tuning_profile_info.h.

Referenced by CALCULATION_RESULT(), and CALCULATION_RESULT().

◆ DiffPairGap

int PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::DiffPairGap { 0 }

Definition at line 129 of file panel_setup_tuning_profile_info.h.

Referenced by CALCULATION_RESULT().

◆ ErrorMsg

wxString PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::ErrorMsg

Definition at line 131 of file panel_setup_tuning_profile_info.h.

Referenced by CALCULATION_RESULT().

◆ OK

bool PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::OK { false }

Definition at line 127 of file panel_setup_tuning_profile_info.h.

Referenced by CALCULATION_RESULT(), and CALCULATION_RESULT().

◆ Width

int PANEL_SETUP_TUNING_PROFILE_INFO::CALCULATION_RESULT::Width { 0 }

Definition at line 128 of file panel_setup_tuning_profile_info.h.

Referenced by CALCULATION_RESULT(), and CALCULATION_RESULT().


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