Package org.ptolemy.fmi
Interface FMILibrary
- 
- All Superinterfaces:
 com.sun.jna.Library
- All Known Subinterfaces:
 FMULibrary
public interface FMILibrary extends com.sun.jna.LibraryA 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 interfaceFMILibrary.FMICallbackAllocateMemoryA callback for the fmiCallbackAllocateMemory() function.static interfaceFMILibrary.FMICallbackFreeMemoryA callback for the fmiCallbackFreeMemory() function.static interfaceFMILibrary.FMICallbackLoggerA interface for the fmiCallbackLogger() function.static interfaceFMILibrary.FMIStatusAn enumeration of status values returned by fmi*() methods.static interfaceFMILibrary.FMIStatusKindAn enumeration of status information returned by a slave.static interfaceFMILibrary.FMIStepFinishedA callback for the fmiStepFinished() method. 
 -