|
KiCad PCB EDA Suite
|
Builds a vector in which each entry represents the cumulative length and delay at the start of a given segment. More...
#include <diff_phase_skew_tool.h>
Public Attributes | |
| int64_t | StartPadLength { 0 } |
| int64_t | EndPadLength { 0 } |
| int64_t | StartPadDelay { 0 } |
| int64_t | EndPadDelay { 0 } |
Builds a vector in which each entry represents the cumulative length and delay at the start of a given segment.
The first and last segments are virtual to allow the total length to be stored. Total size of the returned vectors is (numSegments + 2).
Definition at line 299 of file diff_phase_skew_tool.h.
| int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::EndPadDelay { 0 } |
Definition at line 304 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays().
| int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::EndPadLength { 0 } |
Definition at line 302 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays().
| int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::StartPadDelay { 0 } |
Definition at line 303 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and DIFF_PHASE_SKEW_TOOL::getCumulativeLengthAndDelayAt().
| int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::StartPadLength { 0 } |
Definition at line 301 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildCumulativeLengthsAndDelays(), and DIFF_PHASE_SKEW_TOOL::getCumulativeLengthAndDelayAt().