OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Go to the documentation of this file.
32 #ifndef _OMS_EXTERNAL_MODEL_INFO_H_
33 #define _OMS_EXTERNAL_MODEL_INFO_H_
35 #include "OMSimulator/Types.h"
50 std::string
getPath()
const {
return std::string(path);}
ExternalModelInfo(const std::string &path, const std::string &startScript)
Definition: ExternalModelInfo.cpp:36
External model info.
Definition: ExternalModelInfo.h:44
std::string getPath() const
Definition: ExternalModelInfo.h:50
std::string getStartScript() const
Definition: ExternalModelInfo.h:51
ExternalModelInfo & operator=(const ExternalModelInfo &rhs)
not implemented
~ExternalModelInfo()
Definition: ExternalModelInfo.cpp:42