OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Public Member Functions | Private Member Functions | List of all members
oms::ExternalModelInfo Class Reference

External model info. More...

#include <ExternalModelInfo.h>

Inheritance diagram for oms::ExternalModelInfo:
Inheritance graph
Collaboration diagram for oms::ExternalModelInfo:
Collaboration graph

Public Member Functions

 ExternalModelInfo (const std::string &path, const std::string &startScript)
 
 ~ExternalModelInfo ()
 
std::string getPath () const
 
std::string getStartScript () const
 

Private Member Functions

 ExternalModelInfo (const ExternalModelInfo &rhs)
 not implemented More...
 
ExternalModelInfooperator= (const ExternalModelInfo &rhs)
 not implemented More...
 

Additional Inherited Members

- Protected Attributes inherited from oms_external_tlm_model_info_t
char * path
 
char * startScript
 

Detailed Description

External model info.

Constructor & Destructor Documentation

◆ ExternalModelInfo() [1/2]

oms::ExternalModelInfo::ExternalModelInfo ( const std::string &  path,
const std::string &  startScript 
)
Here is the caller graph for this function:

◆ ~ExternalModelInfo()

oms::ExternalModelInfo::~ExternalModelInfo ( )

◆ ExternalModelInfo() [2/2]

oms::ExternalModelInfo::ExternalModelInfo ( const ExternalModelInfo rhs)
private

not implemented

Member Function Documentation

◆ getPath()

std::string oms::ExternalModelInfo::getPath ( ) const
inline

◆ getStartScript()

std::string oms::ExternalModelInfo::getStartScript ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

ExternalModelInfo& oms::ExternalModelInfo::operator= ( const ExternalModelInfo rhs)
private

not implemented

Here is the caller graph for this function:

The documentation for this class was generated from the following files: