KiCad PCB EDA Suite
|
Represents a single line in the time domain configuration via overrides configuration grid. More...
#include <time_domain_parameters.h>
Public Member Functions | |
bool | operator< (const DELAY_PROFILE_VIA_OVERRIDE_ENTRY &other) const |
Public Attributes | |
PCB_LAYER_ID | m_SignalLayerFrom |
PCB_LAYER_ID | m_SignalLayerTo |
PCB_LAYER_ID | m_ViaLayerFrom |
PCB_LAYER_ID | m_ViaLayerTo |
int | m_Delay |
Represents a single line in the time domain configuration via overrides configuration grid.
Definition at line 31 of file time_domain_parameters.h.
|
inline |
Definition at line 39 of file time_domain_parameters.h.
References IsCopperLayerLowerThan(), m_Delay, m_SignalLayerFrom, m_SignalLayerTo, m_ViaLayerFrom, and m_ViaLayerTo.
int DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_Delay |
Definition at line 37 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addViaRow(), operator<(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::rebuildCaches().
PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_SignalLayerFrom |
Definition at line 33 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addViaRow(), operator<(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::rebuildCaches().
PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_SignalLayerTo |
Definition at line 34 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addViaRow(), operator<(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::rebuildCaches().
PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_ViaLayerFrom |
Definition at line 35 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addViaRow(), operator<(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::rebuildCaches().
PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_ViaLayerTo |
Definition at line 36 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addViaRow(), operator<(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::rebuildCaches().