KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIFF_PHASE_SKEW_TOOL::START_END_DETAILS Struct Reference

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 }
 

Detailed Description

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.

Member Data Documentation

◆ EndPadDelay

int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::EndPadDelay { 0 }

◆ EndPadLength

int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::EndPadLength { 0 }

◆ StartPadDelay

int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::StartPadDelay { 0 }

◆ StartPadLength

int64_t DIFF_PHASE_SKEW_TOOL::START_END_DETAILS::StartPadLength { 0 }

The documentation for this struct was generated from the following file: