| 
    KiCad PCB EDA Suite
    
   | 
 
A helper class to manage a dielectric layer set of parameters. More...
#include <board_stackup.h>
Public Member Functions | |
| DIELECTRIC_PRMS () | |
| bool | operator== (const DIELECTRIC_PRMS &aOther) const | 
| bool | operator!= (const DIELECTRIC_PRMS &aOther) const | 
Private Attributes | |
| wxString | m_Material | 
| int | m_Thickness | 
| type of material (for dielectric and solder mask)   | |
| bool | m_ThicknessLocked | 
| the physical layer thickness in internal units   | |
| double | m_EpsilonR | 
| true for dielectric layers with a fixed thickness (for impedance controlled purposes), unused for other layers   | |
| double | m_LossTangent | 
| For dielectric (and solder mask) the dielectric constant.   | |
| wxString | m_Color | 
| For dielectric (and solder mask) the dielectric loss.   | |
Friends | |
| class | BOARD_STACKUP_ITEM | 
A helper class to manage a dielectric layer set of parameters.
Definition at line 66 of file board_stackup.h.
      
  | 
  inline | 
Definition at line 69 of file board_stackup.h.
References m_EpsilonR, m_LossTangent, m_Thickness, and m_ThicknessLocked.
Referenced by operator!=(), and operator==().
      
  | 
  inline | 
Definition at line 75 of file board_stackup.h.
References DIELECTRIC_PRMS(), and operator==().
| bool DIELECTRIC_PRMS::operator== | ( | const DIELECTRIC_PRMS & | aOther | ) | const | 
Definition at line 37 of file board_stackup.cpp.
References DIELECTRIC_PRMS(), m_Color, m_EpsilonR, m_LossTangent, m_Material, m_Thickness, and m_ThicknessLocked.
Referenced by operator!=().
      
  | 
  friend | 
Definition at line 78 of file board_stackup.h.
References BOARD_STACKUP_ITEM.
Referenced by BOARD_STACKUP_ITEM.
      
  | 
  private | 
For dielectric (and solder mask) the dielectric loss.
Definition at line 86 of file board_stackup.h.
Referenced by operator==().
      
  | 
  private | 
true for dielectric layers with a fixed thickness (for impedance controlled purposes), unused for other layers
Definition at line 84 of file board_stackup.h.
Referenced by DIELECTRIC_PRMS(), and operator==().
      
  | 
  private | 
For dielectric (and solder mask) the dielectric constant.
Definition at line 85 of file board_stackup.h.
Referenced by DIELECTRIC_PRMS(), and operator==().
      
  | 
  private | 
Definition at line 80 of file board_stackup.h.
Referenced by operator==().
      
  | 
  private | 
type of material (for dielectric and solder mask)
Definition at line 81 of file board_stackup.h.
Referenced by DIELECTRIC_PRMS(), and operator==().
      
  | 
  private | 
the physical layer thickness in internal units
Definition at line 82 of file board_stackup.h.
Referenced by DIELECTRIC_PRMS(), and operator==().