KiCad PCB EDA Suite
|
Container to handle a stock of specific differential pairs each with unique track width, gap and via gap. More...
#include <board_design_settings.h>
Public Member Functions | |
DIFF_PAIR_DIMENSION () | |
DIFF_PAIR_DIMENSION (int aWidth, int aGap, int aViaGap) | |
bool | operator== (const DIFF_PAIR_DIMENSION &aOther) const |
bool | operator!= (const DIFF_PAIR_DIMENSION &aOther) const |
bool | operator< (const DIFF_PAIR_DIMENSION &aOther) const |
Public Attributes | |
int | m_Width |
int | m_Gap |
int | m_ViaGap |
Container to handle a stock of specific differential pairs each with unique track width, gap and via gap.
Definition at line 156 of file board_design_settings.h.
|
inline |
Definition at line 162 of file board_design_settings.h.
|
inline |
Definition at line 169 of file board_design_settings.h.
|
inline |
Definition at line 183 of file board_design_settings.h.
References operator==().
|
inline |
Definition at line 185 of file board_design_settings.h.
|
inline |
Definition at line 176 of file board_design_settings.h.
References m_Gap, m_ViaGap, and m_Width.
Referenced by operator!=().
int DIFF_PAIR_DIMENSION::m_Gap |
Definition at line 159 of file board_design_settings.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIFF_PAIR_DIMENSION(), BOARD_DESIGN_SETTINGS::GetCurrentDiffPairGap(), BOARD_DESIGN_SETTINGS::GetCustomDiffPairGap(), BOARD_DESIGN_SETTINGS::GetCustomDiffPairViaGap(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), BOARD_DESIGN_SETTINGS::SetCustomDiffPairGap(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().
int DIFF_PAIR_DIMENSION::m_ViaGap |
Definition at line 160 of file board_design_settings.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIFF_PAIR_DIMENSION(), BOARD_DESIGN_SETTINGS::GetCurrentDiffPairViaGap(), BOARD_DESIGN_SETTINGS::GetCustomDiffPairViaGap(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), BOARD_DESIGN_SETTINGS::SetCustomDiffPairViaGap(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().
int DIFF_PAIR_DIMENSION::m_Width |
Definition at line 158 of file board_design_settings.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIFF_PAIR_DIMENSION(), BOARD_DESIGN_SETTINGS::GetCurrentDiffPairWidth(), BOARD_DESIGN_SETTINGS::GetCustomDiffPairWidth(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), BOARD_DESIGN_SETTINGS::SetCustomDiffPairWidth(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().