KiCad PCB EDA Suite
|
Public Member Functions | |
DIFF_PAIR_COUPLED_SEGMENTS () | |
Public Attributes | |
SEG | coupledN |
SEG | coupledP |
PCB_TRACK * | parentN |
PCB_TRACK * | parentP |
int | computedGap |
PCB_LAYER_ID | layer |
bool | couplingOK |
Definition at line 153 of file drc_test_provider_diff_pair_coupling.cpp.
|
inline |
Definition at line 163 of file drc_test_provider_diff_pair_coupling.cpp.
int DIFF_PAIR_COUPLED_SEGMENTS::computedGap |
Definition at line 159 of file drc_test_provider_diff_pair_coupling.cpp.
SEG DIFF_PAIR_COUPLED_SEGMENTS::coupledN |
Definition at line 155 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
SEG DIFF_PAIR_COUPLED_SEGMENTS::coupledP |
Definition at line 156 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
bool DIFF_PAIR_COUPLED_SEGMENTS::couplingOK |
Definition at line 161 of file drc_test_provider_diff_pair_coupling.cpp.
PCB_LAYER_ID DIFF_PAIR_COUPLED_SEGMENTS::layer |
Definition at line 160 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentN |
Definition at line 157 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentP |
Definition at line 158 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().