|
KiCad PCB EDA Suite
|
Represents a single line in the time domain configuration via overrides configuration grid. More...
#include <tuning_profiles.h>
Public Member Functions | |
| bool | operator< (const DELAY_PROFILE_VIA_OVERRIDE_ENTRY &other) const |
| 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 30 of file tuning_profiles.h.
|
inline |
Definition at line 38 of file tuning_profiles.h.
References IsCopperLayerLowerThan(), m_Delay, m_SignalLayerFrom, m_SignalLayerTo, m_ViaLayerFrom, and m_ViaLayerTo.
|
inline |
Definition at line 55 of file tuning_profiles.h.
References m_Delay, m_SignalLayerFrom, m_SignalLayerTo, m_ViaLayerFrom, and m_ViaLayerTo.
| int DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_Delay |
Definition at line 36 of file tuning_profiles.h.
Referenced by operator<(), operator==(), and TUNING_PROFILE_PARAMETERS_USER_DEFINED::rebuildCaches().
| PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_SignalLayerFrom |
Definition at line 32 of file tuning_profiles.h.
Referenced by operator<(), operator==(), and TUNING_PROFILE_PARAMETERS_USER_DEFINED::rebuildCaches().
| PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_SignalLayerTo |
Definition at line 33 of file tuning_profiles.h.
Referenced by operator<(), operator==(), and TUNING_PROFILE_PARAMETERS_USER_DEFINED::rebuildCaches().
| PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_ViaLayerFrom |
Definition at line 34 of file tuning_profiles.h.
Referenced by operator<(), operator==(), and TUNING_PROFILE_PARAMETERS_USER_DEFINED::rebuildCaches().
| PCB_LAYER_ID DELAY_PROFILE_VIA_OVERRIDE_ENTRY::m_ViaLayerTo |
Definition at line 35 of file tuning_profiles.h.
Referenced by operator<(), operator==(), and TUNING_PROFILE_PARAMETERS_USER_DEFINED::rebuildCaches().