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

Builds the length / delay calculation items from a given path. More...

#include <diff_phase_skew_tool.h>

Public Attributes

int64_t m_Length { 0 }
 
int64_t m_Delay { 0 }
 
LENGTH_DELAY_CALCULATION_ITEM::TYPE m_SourceType { LENGTH_DELAY_CALCULATION_ITEM::TYPE::UNKNOWN }
 
VECTOR2I m_Start { 0, 0 }
 
VECTOR2I m_End { 0, 0 }
 

Detailed Description

Builds the length / delay calculation items from a given path.

Definition at line 298 of file diff_phase_skew_tool.h.

Member Data Documentation

◆ m_Delay

int64_t DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Delay { 0 }

Definition at line 301 of file diff_phase_skew_tool.h.

◆ m_End

VECTOR2I DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_End { 0, 0 }

Definition at line 304 of file diff_phase_skew_tool.h.

◆ m_Length

int64_t DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Length { 0 }

Definition at line 300 of file diff_phase_skew_tool.h.

◆ m_SourceType

LENGTH_DELAY_CALCULATION_ITEM::TYPE DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_SourceType { LENGTH_DELAY_CALCULATION_ITEM::TYPE::UNKNOWN }

Definition at line 302 of file diff_phase_skew_tool.h.

◆ m_Start

VECTOR2I DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Start { 0, 0 }

Definition at line 303 of file diff_phase_skew_tool.h.


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