KiCad PCB EDA Suite
|
Represents a single line in the time domain configuration net class configuration grid. More...
#include <time_domain_parameters.h>
Public Attributes | |
wxString | m_ProfileName |
int | m_ViaPropagationDelay |
std::map< PCB_LAYER_ID, int > | m_LayerPropagationDelays |
std::vector< DELAY_PROFILE_VIA_OVERRIDE_ENTRY > | m_ViaOverrides |
Represents a single line in the time domain configuration net class configuration grid.
Definition at line 61 of file time_domain_parameters.h.
std::map<PCB_LAYER_ID, int> DELAY_PROFILE::m_LayerPropagationDelays |
Definition at line 65 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addProfileRow(), TIME_DOMAIN_PARAMETERS_USER_DEFINED::CalculatePropagationDelayForShapeLineChain(), PANEL_SETUP_TIME_DOMAIN_PARAMETERS::getProfileRow(), TIME_DOMAIN_PARAMETERS_USER_DEFINED::getPropagationDelay(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::GetTrackLengthForPropagationDelay().
wxString DELAY_PROFILE::m_ProfileName |
Definition at line 63 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addProfileRow(), PANEL_SETUP_TIME_DOMAIN_PARAMETERS::getProfileRow(), TIME_DOMAIN_PARAMETERS_USER_DEFINED::getPropagationDelay(), and PANEL_SETUP_TIME_DOMAIN_PARAMETERS::TransferDataFromWindow().
std::vector<DELAY_PROFILE_VIA_OVERRIDE_ENTRY> DELAY_PROFILE::m_ViaOverrides |
Definition at line 66 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::TransferDataFromWindow().
int DELAY_PROFILE::m_ViaPropagationDelay |
Definition at line 64 of file time_domain_parameters.h.
Referenced by PANEL_SETUP_TIME_DOMAIN_PARAMETERS::addProfileRow(), PANEL_SETUP_TIME_DOMAIN_PARAMETERS::getProfileRow(), and TIME_DOMAIN_PARAMETERS_USER_DEFINED::getPropagationDelay().