24#ifndef SIM_LIBRARY_KIBIS_H
25#define SIM_LIBRARY_KIBIS_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.
bool isPinDiff(const std::string &aComp, const std::string &aPinNumber) const
bool InitModel(SIM_MODEL_KIBIS &aModel, wxString aCompName)
static constexpr auto DIFF_FIELD
static constexpr auto MODEL_FIELD
void ReadFile(const wxString &aFilePath, REPORTER *aReporter) override
Read library from a source file.
static constexpr auto PIN_FIELD
std::vector< std::pair< std::string, std::string > > m_diffPins