coral
A C++ library for distributed co-simulation
Namespaces | Functions
glue.hpp File Reference

Conversions between FMI variable attributes and "our" attributes. More...

#include "fmilib.h"
#include "coral/model.hpp"

Go to the source code of this file.

Namespaces

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

Functions

coral::model::DataType coral::fmi::ToDataType (fmi1_base_type_enu_t t)
 Converts an FMI 1.0 base type to "our" data type.
 
coral::model::Causality coral::fmi::ToCausality (fmi1_causality_enu_t c, fmi1_variability_enu_t v)
 Converts an FMI 1.0 variable causality to "our" corresponding causality. More...
 
coral::model::Variability coral::fmi::ToVariability (fmi1_variability_enu_t v)
 Converts an FMI 1.0 variable variability to "our" corresponding variability.
 
coral::model::VariableDescription coral::fmi::ToVariable (fmi1_import_variable_t *fmiVariable, coral::model::VariableID id)
 Converts an FMI 1.0 variable description to a Variable object.
 

Detailed Description

Conversions between FMI variable attributes and "our" attributes.