coral
A C++ library for distributed co-simulation
Classes | Enumerations
coral::fmi Namespace Reference

Classes and functions related to the Functional Mock-up Interface (FMI). More...

Classes

class  FMU
 An interface for classes that represent imported FMUs. More...
 
class  FMU1
 A class which represents an imported FMI 1.0 FMU. More...
 
class  FMU2
 A class which represents an imported FMI 2.0 FMU. More...
 
class  Importer
 Imports and caches FMUs. More...
 
class  SlaveInstance
 An FMI co-simulation slave instance. More...
 
class  SlaveInstance1
 An FMI 1.0 co-simulation slave instance. More...
 
class  SlaveInstance2
 An FMI 2.0 co-simulation slave instance. More...
 

Enumerations

Detailed Description

Classes and functions related to the Functional Mock-up Interface (FMI).

Enumeration Type Documentation

Constants that refer to FMI version numbers.

See also
coral::fmilib::Fmu::FmiVersion()
Enumerator
unknown 

Unknown (or possibly unsupported)

v1_0 

FMI 1.0.

v2_0 

FMI 2.0.