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

#include <kibis.h>

Inheritance diagram for KIBIS_FILE:
KIBIS_ANY

Public Member Functions

 KIBIS_FILE (KIBIS *aTopLevel)
 
bool Init (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 (std::string aMsg, SEVERITY aSeverity=RPT_SEVERITY_INFO)
 Print a message.
 
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 197 of file kibis.h.

Constructor & Destructor Documentation

◆ KIBIS_FILE()

KIBIS_FILE::KIBIS_FILE ( KIBIS aTopLevel)

Definition at line 139 of file kibis.cpp.

References m_fileRev, and m_ibisVersion.

Member Function Documentation

◆ doubleToString()

std::string IBIS_ANY::doubleToString ( double  aNumber)
protectedinherited

Convert a double to string using scientific notation.

Parameters
aNumberNumber
Returns
Output string

Definition at line 300 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()

Member Data Documentation

◆ m_copyright

std::string KIBIS_FILE::m_copyright

Definition at line 209 of file kibis.h.

Referenced by Init().

◆ m_date

std::string KIBIS_FILE::m_date

Definition at line 205 of file kibis.h.

Referenced by Init().

◆ m_disclaimer

std::string KIBIS_FILE::m_disclaimer

Definition at line 208 of file kibis.h.

Referenced by Init().

◆ m_fileName

std::string KIBIS_FILE::m_fileName

Definition at line 202 of file kibis.h.

Referenced by Init().

◆ m_fileRev

double KIBIS_FILE::m_fileRev

Definition at line 203 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_ibisVersion

double KIBIS_FILE::m_ibisVersion

Definition at line 204 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_notes

std::string KIBIS_FILE::m_notes

Definition at line 207 of file kibis.h.

Referenced by Init().

◆ m_reporter

◆ m_source

std::string KIBIS_FILE::m_source

Definition at line 206 of file kibis.h.

◆ m_topLevel

◆ m_valid


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