| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pcb_calculator_settings.h>
Public Attributes | |
| int | type | 
| std::map< std::string, TL_PARAM_MAP > | param_values | 
| Transline parameters, per transline type.   | |
| std::map< std::string, TL_PARAM_UNITS_MAP > | param_units | 
| Transline parameter units selections, per transline type.   | |
Definition at line 139 of file pcb_calculator_settings.h.
| std::map<std::string, TL_PARAM_UNITS_MAP> PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::param_units | 
Transline parameter units selections, per transline type.
Definition at line 147 of file pcb_calculator_settings.h.
| std::map<std::string, TL_PARAM_MAP> PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::param_values | 
Transline parameters, per transline type.
Definition at line 144 of file pcb_calculator_settings.h.
| int PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::type | 
Definition at line 141 of file pcb_calculator_settings.h.
Referenced by PANEL_TRANSLINE::LoadSettings(), and PANEL_TRANSLINE::SaveSettings().