KiCad PCB EDA Suite
|
#include <ibis_parser.h>
Public Member Functions | |
IbisPackageModel (REPORTER *aReporter) | |
virtual | ~IbisPackageModel () |
bool | Check () override |
Check if the data held by the object is valid. | |
void | Report (const std::string &aMsg, SEVERITY aSeverity=RPT_SEVERITY_INFO) const |
Print a message. | |
Public Attributes | |
std::string | m_name |
std::string | m_manufacturer |
std::string | m_OEM |
std::string | m_description |
int | m_numberOfPins = 0 |
std::vector< std::string > | m_pins |
std::shared_ptr< IBIS_MATRIX > | m_resistanceMatrix |
std::shared_ptr< IBIS_MATRIX > | m_capacitanceMatrix |
std::shared_ptr< IBIS_MATRIX > | m_inductanceMatrix |
REPORTER * | m_Reporter |
Static Protected Member Functions | |
static std::string | doubleToString (double aNumber) |
Convert a double to string using scientific notation. | |
Definition at line 618 of file ibis_parser.h.
|
inline |
Definition at line 621 of file ibis_parser.h.
|
inlinevirtual |
Definition at line 625 of file ibis_parser.h.
|
overridevirtual |
Check if the data held by the object is valid.
Reimplemented from IBIS_INPUT.
Definition at line 688 of file ibis_parser.cpp.
References _, Check(), m_capacitanceMatrix, m_inductanceMatrix, m_manufacturer, m_name, m_numberOfPins, m_OEM, m_pins, m_resistanceMatrix, IBIS_BASE::Report(), RPT_SEVERITY_ACTION, and RPT_SEVERITY_ERROR.
Referenced by IbisParser::changeContext(), and Check().
|
staticprotectedinherited |
Convert a double to string using scientific notation.
aNumber | Number |
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().
|
inlineinherited |
Print a message.
Call m_Reporter->Report if m_Reporter exists.
aMsg | Message |
aSeverity | Message sevirity |
Definition at line 67 of file ibis_parser.h.
References IBIS_BASE::m_Reporter, and REPORTER::Report().
Referenced by BOOST_AUTO_TEST_CASE(), IbisParser::changeCommentChar(), IbisParser::changeContext(), IBIS_MATRIX_BANDED::Check(), IBIS_MATRIX_SPARSE::Check(), IBIS_MATRIX_FULL::Check(), IbisHeader::Check(), IbisComponentPackage::Check(), IbisComponentPin::Check(), IbisComponent::Check(), IVtable::Check(), IbisRamp::Check(), IbisModel::Check(), Check(), KIBIS_WAVEFORM_PRBS::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::readDiffPin(), IbisParser::readDouble(), IbisParser::readInt(), IbisParser::readMatrix(), IbisParser::readMatrixBanded(), IbisParser::readMatrixFull(), IbisParser::readMatrixSparse(), IbisParser::readModel(), IbisParser::readPackage(), IbisParser::readPin(), IbisParser::readPinMapping(), IbisParser::readRamp(), IbisParser::readTypMinMaxValue(), IbisParser::readWaveform(), KIBIS_MODEL::TrimWaveform(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
std::shared_ptr<IBIS_MATRIX> IbisPackageModel::m_capacitanceMatrix |
Definition at line 636 of file ibis_parser.h.
Referenced by Check(), and IbisParser::parsePackageModelModelData().
std::string IbisPackageModel::m_description |
Definition at line 631 of file ibis_parser.h.
Referenced by IbisParser::parsePackageModel().
std::shared_ptr<IBIS_MATRIX> IbisPackageModel::m_inductanceMatrix |
Definition at line 637 of file ibis_parser.h.
Referenced by Check(), and IbisParser::parsePackageModelModelData().
std::string IbisPackageModel::m_manufacturer |
Definition at line 629 of file ibis_parser.h.
Referenced by Check(), and IbisParser::parsePackageModel().
std::string IbisPackageModel::m_name |
Definition at line 628 of file ibis_parser.h.
Referenced by Check().
int IbisPackageModel::m_numberOfPins = 0 |
Definition at line 632 of file ibis_parser.h.
Referenced by Check(), IbisParser::parsePackageModel(), and IbisParser::readMatrix().
std::string IbisPackageModel::m_OEM |
Definition at line 630 of file ibis_parser.h.
Referenced by Check(), and IbisParser::parsePackageModel().
std::vector<std::string> IbisPackageModel::m_pins |
Definition at line 633 of file ibis_parser.h.
Referenced by Check(), and IbisParser::readPackageModelPins().
|
inherited |
Definition at line 74 of file ibis_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), IbisParser::changeContext(), IBIS_BASE::IBIS_BASE(), SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS::KIBIS(), IbisParser::parsePackageModelModelData(), IbisParser::readDiffPin(), IbisParser::readIVtableEntry(), IbisParser::readMatrix(), IbisParser::readPin(), IbisParser::readPinMapping(), IbisParser::readVTtableEntry(), IbisParser::readWaveform(), IBIS_BASE::Report(), and KIBIS_MODEL::TrimWaveform().
std::shared_ptr<IBIS_MATRIX> IbisPackageModel::m_resistanceMatrix |
Definition at line 635 of file ibis_parser.h.
Referenced by Check(), and IbisParser::parsePackageModelModelData().