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 (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 (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 213 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_ANY::doubleToString ( double  aNumber)
staticprotectedinherited

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()

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

Member Data Documentation

◆ m_copyright

std::string KIBIS_FILE::m_copyright

Definition at line 225 of file kibis.h.

Referenced by Init().

◆ m_date

std::string KIBIS_FILE::m_date

Definition at line 221 of file kibis.h.

Referenced by Init().

◆ m_disclaimer

std::string KIBIS_FILE::m_disclaimer

Definition at line 224 of file kibis.h.

Referenced by Init().

◆ m_fileName

std::string KIBIS_FILE::m_fileName

Definition at line 218 of file kibis.h.

Referenced by Init().

◆ m_fileRev

double KIBIS_FILE::m_fileRev

Definition at line 219 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_ibisVersion

double KIBIS_FILE::m_ibisVersion

Definition at line 220 of file kibis.h.

Referenced by Init(), and KIBIS_FILE().

◆ m_notes

std::string KIBIS_FILE::m_notes

Definition at line 223 of file kibis.h.

Referenced by Init().

◆ m_reporter

◆ m_source

std::string KIBIS_FILE::m_source

Definition at line 222 of file kibis.h.

◆ m_topLevel

◆ m_valid


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