|
KiCad PCB EDA Suite
|
Used to represent the results of a call to CalculateLengthDetails, including inferred via-in-pad details. More...
#include <length_delay_calculation.h>
Public Attributes | |
| std::vector< std::pair< int64_t, int64_t > > | LengthsAndDelays |
| Per-item lengths and delays. | |
| int64_t | InferredStartViaLength { 0 } |
| The length of an inferred start via-in-pad. | |
| int64_t | InferredEndViaLength { 0 } |
| The length of an inferred end via-in-pad. | |
| int64_t | InferredStartViaDelay { 0 } |
| The delay of an inferred start via-in-pad. | |
| int64_t | InferredEndViaDelay { 0 } |
| The delay of an inferred end via-in-pad. | |
Used to represent the results of a call to CalculateLengthDetails, including inferred via-in-pad details.
Definition at line 124 of file length_delay_calculation.h.
| int64_t LENGTH_DELAY_ITEM_DETAILS::InferredEndViaDelay { 0 } |
The delay of an inferred end via-in-pad.
Definition at line 139 of file length_delay_calculation.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and LENGTH_DELAY_CALCULATION::CalculateLengthDetails().
| int64_t LENGTH_DELAY_ITEM_DETAILS::InferredEndViaLength { 0 } |
The length of an inferred end via-in-pad.
Definition at line 133 of file length_delay_calculation.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and LENGTH_DELAY_CALCULATION::CalculateLengthDetails().
| int64_t LENGTH_DELAY_ITEM_DETAILS::InferredStartViaDelay { 0 } |
The delay of an inferred start via-in-pad.
Definition at line 136 of file length_delay_calculation.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and LENGTH_DELAY_CALCULATION::CalculateLengthDetails().
| int64_t LENGTH_DELAY_ITEM_DETAILS::InferredStartViaLength { 0 } |
The length of an inferred start via-in-pad.
Definition at line 130 of file length_delay_calculation.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and LENGTH_DELAY_CALCULATION::CalculateLengthDetails().
| std::vector<std::pair<int64_t, int64_t> > LENGTH_DELAY_ITEM_DETAILS::LengthsAndDelays |
Per-item lengths and delays.
Definition at line 127 of file length_delay_calculation.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), DIFF_PHASE_SKEW_TOOL::buildKnownRelativePoints(), DIFF_PHASE_SKEW_TOOL::buildLengthDelayItems(), LENGTH_DELAY_CALCULATION::CalculateLengthDetails(), and DIFF_PHASE_SKEW_TOOL::getCumulativeLengthAndDelayAt().