24#ifndef SIM_LIBRARY_IBIS_H 
   25#define SIM_LIBRARY_IBIS_H 
   44    bool isPinDiff( 
const std::string& aComp, 
const std::string& aPinNumber ) 
const;
 
   48    std::vector<std::pair<std::string, std::string>> 
m_diffPins;
 
 
A pure virtual class used to derive REPORTER objects from.
 
void ReadFile(const wxString &aFilePath, REPORTER &aReporter) override
Read library from a source file.
 
friend class SIM_MODEL_IBIS
 
static constexpr auto MODEL_FIELD
 
bool InitModel(SIM_MODEL_IBIS &aModel, wxString aCompName)
 
static constexpr auto PIN_FIELD
 
static constexpr auto DIFF_FIELD
 
std::vector< std::pair< std::string, std::string > > m_diffPins
 
bool isPinDiff(const std::string &aComp, const std::string &aPinNumber) const