KiCad PCB EDA Suite
|
#include <class_regulator_data.h>
Public Member Functions | |
REGULATOR_DATA (const wxString &aName, double aVref, int aType, double aIadj=0) | |
Public Attributes | |
wxString | m_Name |
int | m_Type |
double | m_Vref |
double | m_Iadj |
Definition at line 40 of file class_regulator_data.h.
|
inline |
Definition at line 43 of file class_regulator_data.h.
double REGULATOR_DATA::m_Iadj |
Definition at line 56 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), and PANEL_REGULATOR::OnRegulatorSelection().
wxString REGULATOR_DATA::m_Name |
Definition at line 52 of file class_regulator_data.h.
Referenced by REGULATOR_LIST::Add(), DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnAddRegulator(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_LIST::Replace().
int REGULATOR_DATA::m_Type |
Definition at line 53 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), and PANEL_REGULATOR::OnRegulatorSelection().
double REGULATOR_DATA::m_Vref |
Definition at line 55 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), and PANEL_REGULATOR::OnRegulatorSelection().