KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIBIS_FILE Class Reference

#include <kibis.h>

Inheritance diagram for KIBIS_FILE:
KIBIS_BASE

Public Member Functions

 KIBIS_FILE (KIBIS &aTopLevel)
 
bool Init (const IbisParser &aParser)
 

Public Attributes

std::string m_fileName
 
double m_fileRev
 
double m_ibisVersion
 
std::string m_date
 
std::string m_source
 
std::string m_notes
 
std::string m_disclaimer
 
std::string m_copyright
 

Private Member Functions

void Report (const std::string &aMsg, SEVERITY aSeverity=RPT_SEVERITY_INFO) const
 Print a message.
 

Static Private Member Functions

static std::string doubleToString (double aNumber)
 Convert a double to string using scientific notation.
 

Private Attributes

KIBISm_topLevel
 
bool m_valid
 
REPORTERm_Reporter
 

Detailed Description

Definition at line 228 of file kibis.h.

Constructor & Destructor Documentation

◆ KIBIS_FILE()

KIBIS_FILE::KIBIS_FILE ( KIBIS aTopLevel)

Definition at line 137 of file kibis.cpp.

References m_fileRev, and m_ibisVersion.

Member Function Documentation

◆ doubleToString()

std::string IBIS_BASE::doubleToString ( double  aNumber)
staticprotectedinherited

Convert a double to string using scientific notation.

Parameters
aNumberNumber
Returns
Output string

Definition at line 311 of file ibis_parser.cpp.

Referenced by KIBIS_MODEL::generateSquareWave(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), KIBIS_PIN::KuKdDriver(), IVtable::Spice(), KIBIS_MODEL::SpiceDie(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().

◆ Init()

◆ Report()

void IBIS_BASE::Report ( const std::string &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_INFO 
) const
inlineinherited

Member Data Documentation

◆ m_copyright

std::string KIBIS_FILE::m_copyright

Definition at line 240 of file kibis.h.

Referenced by Init().

◆ m_date

std::string KIBIS_FILE::m_date

Definition at line 236 of file kibis.h.

Referenced by Init().

◆ m_disclaimer

std::string KIBIS_FILE::m_disclaimer

Definition at line 239 of file kibis.h.

Referenced by Init().

◆ m_fileName

std::string KIBIS_FILE::m_fileName

Definition at line 233 of file kibis.h.

Referenced by Init().

◆ m_fileRev

double KIBIS_FILE::m_fileRev

Definition at line 234 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_ibisVersion

double KIBIS_FILE::m_ibisVersion

Definition at line 235 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_notes

std::string KIBIS_FILE::m_notes

Definition at line 238 of file kibis.h.

Referenced by Init().

◆ m_Reporter

◆ m_source

std::string KIBIS_FILE::m_source

Definition at line 237 of file kibis.h.

◆ m_topLevel

◆ m_valid


The documentation for this class was generated from the following files: