All Downloads are FREE. Search and download functionalities are using the official Maven repository.

common.FMIVariableType.h Maven / Gradle / Ivy

Go to download

This package provides the native dependencies for the FMI++ Java bindings (e.g., Windows DLLs)

The newest version!
// -------------------------------------------------------------------
// Copyright (c) 2013-2017, AIT Austrian Institute of Technology GmbH.
// All rights reserved. See file FMIPP_LICENSE for details.
// -------------------------------------------------------------------

#ifndef _FMIPP_FMIVARIABLETYPE_H
#define _FMIPP_FMIVARIABLETYPE_H

/// \file FMIVariableType.h

/**
 * \enum FMIVariableType FMIVariableType.h
 * Enumerator for FMI model variable types.
 */
enum FMIVariableType {
	fmiTypeReal = 0,
	fmiTypeInteger = 1,
	fmiTypeBoolean = 2,
	fmiTypeString = 3,
	fmiTypeUnknown = 4
};


#endif // _FMIPP_FMIVARIABLETYPE_H




© 2015 - 2024 Weber Informatics LLC | Privacy Policy