OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
This is the complete list of members for oms::ExternalModel, including all inherited members.
addConnectorToTLMBus(const ComRef &busCref, const ComRef &connectorCref, const std::string type) | oms::Component | |
addResources(std::string &filename) | oms::Component | inlinevirtual |
addSignalsToResults(const char *regex) | oms::ExternalModel | virtual |
addTLMBus(const oms::ComRef &cref, oms_tlm_domain_t domain, const int dimensions, const oms_tlm_interpolation_t interpolation) | oms::Component | |
clock | oms::Component | protected |
clock_id | oms::Component | protected |
Component(const ComRef &cref, oms_component_enu_t type, System *parentSystem, const std::string &path) | oms::Component | protected |
Component(Component const &) | oms::Component | protected |
connectors | oms::Component | protected |
cref | oms::Component | private |
deleteConnector(const ComRef &cref) | oms::Component | |
deleteConnectorFromTLMBus(const ComRef &busCref, const ComRef &connectorCref) | oms::Component | |
deleteReferencesInSSD(const std::string &filename) | oms::Component | inlinevirtual |
deleteResourcesInSSP(const std::string &filename) | oms::Component | inlinevirtual |
deleteStartValue(const ComRef &cref) | oms::Component | inlinevirtual |
element | oms::Component | protected |
exportToSSD(pugi::xml_node &node, Snapshot &snapshot, std::string variantName) const | oms::ExternalModel | virtual |
exportToSSMTemplate(pugi::xml_node &ssmNode) | oms::Component | inlinevirtual |
exportToSSV(pugi::xml_node &ssvNode) | oms::Component | inlinevirtual |
exportToSSVTemplate(pugi::xml_node &ssvNode, Snapshot &snapshot) | oms::Component | inlinevirtual |
ExternalModel(const oms::ComRef &cref, System *parentSystem, const std::string &path, const std::string &startscript) | oms::ExternalModel | protected |
ExternalModel(ExternalModel const ©) | oms::ExternalModel | protected |
externalModelInfo | oms::ExternalModel | private |
fetchAllVars(bool enableOption) | oms::Component | inline |
fetchAllVars_ | oms::Component | protected |
freeState() | oms::Component | inlinevirtual |
getAllResources(std::vector< std::string > &resources) const | oms::Component | inline |
getBoolean(const ComRef &cref, bool &value) | oms::Component | inlinevirtual |
getCanGetAndSetState() | oms::Component | inlinevirtual |
getConnector(const ComRef &cref) | oms::Component | |
getConnectors() | oms::Component | inline |
getCref() const | oms::Component | inline |
getDirectionalDerivative(const ComRef &unknownCref, const ComRef &knownCref, double &value) | oms::Component | inlinevirtual |
getElement() | oms::Component | inline |
getExternalModelInfo() const | oms::ExternalModel | inline |
getFilteredEnumerationDefinitionsToSSD(std::map< std::string, std::map< std::string, std::string >> &enumerationDefinitions) | oms::Component | inlinevirtual |
getFilteredSignals(std::vector< Connector > &filteredSignals) const | oms::ExternalModel | inlinevirtual |
getFilteredUnitDefinitionsToSSD(std::map< std::string, std::map< std::string, std::string >> &unitDefinitions) | oms::Component | inlinevirtual |
getFMUInfo() const | oms::Component | inlinevirtual |
getFullCref() const | oms::Component | |
getInitialUnknownsGraph() | oms::Component | inline |
getInteger(const ComRef &cref, int &value) | oms::Component | inlinevirtual |
getModel() const | oms::Component | |
getOutputsGraph() | oms::Component | inline |
getParentSystem() const | oms::Component | inline |
getPath() const | oms::Component | inline |
getReal(const ComRef &cref, double &value) | oms::Component | inlinevirtual |
getRealOutputDerivative(const ComRef &cref, SignalDerivative &der) | oms::Component | inlinevirtual |
getRealParameter(const std::string &var, double &value) | oms::ExternalModel | |
getRealParameters() const | oms::ExternalModel | inline |
getStartScript() const | oms::ExternalModel | inline |
getString(const ComRef &cref, std::string &value) | oms::Component | inlinevirtual |
getTempDir() const | oms::Component | inline |
getTLMBusConnector(const oms::ComRef &cref) | oms::Component | |
getTLMBusConnectors() | oms::Component | inline |
getType() const | oms::Component | inline |
getValues() | oms::Component | inlinevirtual |
getValuesResources() | oms::Component | inlinevirtual |
getVariable(const ComRef &cref) | oms::ExternalModel | inlinevirtual |
initialize() | oms::ExternalModel | virtual |
initialUnknownsGraph | oms::Component | protected |
instantiate() | oms::ExternalModel | virtual |
NewComponent(const oms::ComRef &cref, System *parentSystem, const std::string &path, const std::string &startscript) | oms::ExternalModel | static |
newResources(const std::string &ssvFileName, const std::string &ssmFileName, bool externalResources) | oms::Component | inlinevirtual |
operator=(ExternalModel const ©) | oms::ExternalModel | protected |
oms::Component::operator=(Component const &) | oms::Component | protected |
outputsGraph | oms::Component | protected |
parentSystem | oms::Component | private |
path | oms::Component | private |
realParameters | oms::ExternalModel | private |
registerSignalsForResultFile(ResultWriter &resultFile) | oms::ExternalModel | virtual |
removeSignalsFromResults(const char *regex) | oms::ExternalModel | virtual |
rename(const ComRef &newCref) | oms::Component | |
renameValues(const ComRef &oldCref, const ComRef &newCref) | oms::Component | inlineprotectedvirtual |
reset() | oms::ExternalModel | virtual |
restoreState() | oms::Component | inlinevirtual |
saveState() | oms::Component | inlinevirtual |
setBoolean(const ComRef &cref, bool value) | oms::Component | inlinevirtual |
setFaultInjection(const ComRef &signal, oms_fault_type_enu_t faultType, double faultValue) | oms::Component | inlinevirtual |
setGeometry(const ssd::ElementGeometry &geometry) | oms::Component | inline |
setInteger(const ComRef &cref, int value) | oms::Component | inlinevirtual |
setPath(const std::string &newPath) | oms::Component | inline |
setReal(const ComRef &cref, double value) | oms::Component | inlinevirtual |
setRealInputDerivative(const ComRef &cref, const SignalDerivative &der) | oms::Component | inlinevirtual |
setRealParameter(const std::string &var, double value) | oms::ExternalModel | |
setString(const ComRef &cref, const std::string &value) | oms::Component | inlinevirtual |
setTempDir(const std::string &tempDir) | oms::Component | inline |
setUnit(const ComRef &cref, const std::string &value) | oms::Component | inlinevirtual |
setValuesResources(Values &values) | oms::Component | inlinevirtual |
stepUntil(double stopTime) | oms::Component | inlinevirtual |
tempDir | oms::Component | private |
terminate() | oms::ExternalModel | virtual |
tlmbusconnectors | oms::Component | protected |
type | oms::Component | private |
updateDependencyGraphs() | oms::ExternalModel | inline |
updateOrDeleteStartValueInReplacedComponent(std::vector< std::string > &warningList) | oms::Component | inlinevirtual |
updateSignals(ResultWriter &resultWriter) | oms::ExternalModel | virtual |
values | oms::Component | private |
~Component() | oms::Component | virtual |
~ExternalModel() | oms::ExternalModel |