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 Acess (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..

Version:
$Id: FMILibrary.java 65375 2013-01-06 22:55:31Z eal $
Author:
Christopher Brooks
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Nested Class Summary
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 callback 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.
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER