Package org.ptolemy.fmi
Interface FMILibrary
-
- All Superinterfaces:
com.sun.jna.Library
- All Known Subinterfaces:
FMULibrary
public interface FMILibrary extends com.sun.jna.Library
A Java Native Access (JNA) Wrapper for a Functional Mock-up Unit shared library.This file is based on a file that was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..- Since:
- Ptolemy II 10.0
- Version:
- $Id$, $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FMILibrary.FMICallbackAllocateMemory
A callback for the fmiCallbackAllocateMemory() function.static interface
FMILibrary.FMICallbackFreeMemory
A callback for the fmiCallbackFreeMemory() function.static interface
FMILibrary.FMICallbackLogger
A interface for the fmiCallbackLogger() function.static interface
FMILibrary.FMIStatus
An enumeration of status values returned by fmi*() methods.static interface
FMILibrary.FMIStatusKind
An enumeration of status information returned by a slave.static interface
FMILibrary.FMIStepFinished
A callback for the fmiStepFinished() method.
-