| 
    KiCad PCB EDA Suite
    
   | 
 
#include <class_regulator_data.h>
Public Member Functions | |
| REGULATOR_DATA (const wxString &aName, double aVrefMin, double aVrefTyp, double aVrefMax, int aType, double aIadjTyp=0, double aIadjMax=0) | |
Public Attributes | |
| wxString | m_Name | 
| int | m_Type | 
| double | m_VrefMin | 
| double | m_VrefTyp | 
| double | m_VrefMax | 
| double | m_IadjTyp | 
| double | m_IadjMax | 
Definition at line 40 of file class_regulator_data.h.
      
  | 
  inline | 
| double REGULATOR_DATA::m_IadjMax | 
Definition at line 59 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().
| double REGULATOR_DATA::m_IadjTyp | 
Definition at line 58 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().
| 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(), REGULATOR_DATA(), 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(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().
| double REGULATOR_DATA::m_VrefMax | 
Definition at line 57 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().
| double REGULATOR_DATA::m_VrefMin | 
Definition at line 55 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().
| double REGULATOR_DATA::m_VrefTyp | 
Definition at line 56 of file class_regulator_data.h.
Referenced by DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), PCB_CALCULATOR_DATAFILE::Format(), PANEL_REGULATOR::OnRegulatorSelection(), and REGULATOR_DATA().