Package org.ptolemy.fmi
Interface FMILibrary.FMICallbackFreeMemory
- 
- All Superinterfaces:
 com.sun.jna.Callback
- All Known Implementing Classes:
 FMULibrary.FMUFreeMemory
- Enclosing interface:
 - FMILibrary
 
public static interface FMILibrary.FMICallbackFreeMemory extends com.sun.jna.CallbackA callback for the fmiCallbackFreeMemory() function. See the documentation for FMICallbackLogger above for details. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(com.sun.jna.Pointer object)Free the object. 
 -