|
KiCad PCB EDA Suite
|
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 } |
Builds the length / delay calculation items from a given path.
Definition at line 298 of file diff_phase_skew_tool.h.
| int64_t DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Delay { 0 } |
Definition at line 301 of file diff_phase_skew_tool.h.
| VECTOR2I DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_End { 0, 0 } |
Definition at line 304 of file diff_phase_skew_tool.h.
| int64_t DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Length { 0 } |
Definition at line 300 of file diff_phase_skew_tool.h.
| 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.
| VECTOR2I DIFF_PHASE_SKEW_TOOL::CUMULATIVE_ENTRY::m_Start { 0, 0 } |
Definition at line 303 of file diff_phase_skew_tool.h.