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 KIBIS_BASE::KIBIS_BASE(), 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 281 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

Print a message.

Call m_Reporter->Report if m_Reporter exists.

Parameters
aMsgMessage
aSeverityMessage sevirity

Definition at line 68 of file ibis_parser.h.

References m_Reporter, and RPT_SEVERITY_INFO.

Referenced by BOOST_AUTO_TEST_CASE(), IbisParser::changeCommentChar(), IbisParser::changeContext(), IBIS_MATRIX::Check(), IbisComponent::Check(), IbisComponentPackage::Check(), IbisComponentPin::Check(), IbisHeader::Check(), IbisModel::Check(), IbisPackageModel::Check(), IbisRamp::Check(), IbisSubmodel::Check(), IVtable::Check(), KIBIS_WAVEFORM_PRBS::Check(), KIBIS_WAVEFORM_PRBS::Check(), KIBIS_WAVEFORM_RECTANGULAR::Check(), KIBIS_WAVEFORM_RECTANGULAR::Check(), IbisParser::checkEndofLine(), KIBIS_PIN::getKuKdFromFile(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), IbisParser::getNextLine(), IVtable::InterpolatedI(), KIBIS_PIN::KuKdDriver(), IbisParser::onNewLine(), IbisParser::ParseFile(), IbisParser::readAddSubmodel(), IbisParser::readDiffPin(), IbisParser::readDouble(), IbisParser::readDvdt(), IbisParser::readInt(), IbisParser::readMatrixBandedOrFull(), IbisParser::readMatrixBandwidth(), IbisParser::readMatrixPinIndex(), IbisParser::readMatrixRow(), IbisParser::readMatrixSparse(), IbisParser::readMatrixType(), IbisParser::readModel(), IbisParser::readPackage(), IbisParser::readPin(), IbisParser::readPinMapping(), IbisParser::readRamp(), IbisParser::readSubmodel(), IbisParser::readSubmodelSpec(), IbisParser::readTypMinMaxValue(), IbisParser::readWaveform(), KIBIS_MODEL::TrimWaveform(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().

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

KIBIS* KIBIS_BASE::m_topLevel
inherited

◆ m_valid


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