KiCad PCB EDA Suite
|
Public Member Functions | |
DIFF_PAIR_COUPLED_SEGMENTS () | |
Public Attributes | |
SEG | coupledN |
SEG | coupledP |
bool | isArc |
SHAPE_ARC | coupledArcN |
SHAPE_ARC | coupledArcP |
PCB_TRACK * | parentN |
PCB_TRACK * | parentP |
int | computedGap |
PCB_LAYER_ID | layer |
bool | couplingFailMin |
bool | couplingFailMax |
Definition at line 234 of file drc_test_provider_diff_pair_coupling.cpp.
|
inline |
Definition at line 248 of file drc_test_provider_diff_pair_coupling.cpp.
int DIFF_PAIR_COUPLED_SEGMENTS::computedGap |
Definition at line 243 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
SHAPE_ARC DIFF_PAIR_COUPLED_SEGMENTS::coupledArcN |
Definition at line 239 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
SHAPE_ARC DIFF_PAIR_COUPLED_SEGMENTS::coupledArcP |
Definition at line 240 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
SEG DIFF_PAIR_COUPLED_SEGMENTS::coupledN |
Definition at line 236 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
SEG DIFF_PAIR_COUPLED_SEGMENTS::coupledP |
Definition at line 237 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
bool DIFF_PAIR_COUPLED_SEGMENTS::couplingFailMax |
Definition at line 246 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
bool DIFF_PAIR_COUPLED_SEGMENTS::couplingFailMin |
Definition at line 245 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
bool DIFF_PAIR_COUPLED_SEGMENTS::isArc |
Definition at line 238 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
PCB_LAYER_ID DIFF_PAIR_COUPLED_SEGMENTS::layer |
Definition at line 244 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentN |
Definition at line 241 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentP |
Definition at line 242 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().