| 
    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 | 
| int64_t | computedGap | 
| VECTOR2I | nearestN | 
| VECTOR2I | nearestP | 
| PCB_LAYER_ID | layer | 
| bool | couplingFailMin | 
| bool | couplingFailMax | 
Definition at line 246 of file drc_test_provider_diff_pair_coupling.cpp.
      
  | 
  inline | 
Definition at line 262 of file drc_test_provider_diff_pair_coupling.cpp.
References computedGap, couplingFailMax, couplingFailMin, isArc, layer, parentN, parentP, and UNDEFINED_LAYER.
| int64_t DIFF_PAIR_COUPLED_SEGMENTS::computedGap | 
Definition at line 255 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
| SHAPE_ARC DIFF_PAIR_COUPLED_SEGMENTS::coupledArcN | 
Definition at line 251 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::coupledArcP | 
Definition at line 252 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
| SEG DIFF_PAIR_COUPLED_SEGMENTS::coupledN | 
Definition at line 248 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 249 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 260 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
| bool DIFF_PAIR_COUPLED_SEGMENTS::couplingFailMin | 
Definition at line 259 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
| bool DIFF_PAIR_COUPLED_SEGMENTS::isArc | 
Definition at line 250 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
| PCB_LAYER_ID DIFF_PAIR_COUPLED_SEGMENTS::layer | 
Definition at line 258 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), and extractDiffPairCoupledItems().
| VECTOR2I DIFF_PAIR_COUPLED_SEGMENTS::nearestN | 
Definition at line 256 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
| VECTOR2I DIFF_PAIR_COUPLED_SEGMENTS::nearestP | 
Definition at line 257 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by extractDiffPairCoupledItems().
| PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentN | 
Definition at line 253 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
| PCB_TRACK* DIFF_PAIR_COUPLED_SEGMENTS::parentP | 
Definition at line 254 of file drc_test_provider_diff_pair_coupling.cpp.
Referenced by DIFF_PAIR_COUPLED_SEGMENTS(), extractDiffPairCoupledItems(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().