| Package | Description |
|---|---|
| com.is2t.hil |
| Modifier and Type | Method and Description |
|---|---|
NativeResource |
NativeInterface.getNativeResource(int resourceId)
Returns the registered
NativeResource for the given resource ID. |
NativeResource |
NativeInterface.registerNativeResource(java.io.Closeable resource)
Registers a native resource that will be closed automatically when the simulator will stop or when
the native resource will be unregistered (see
NativeInterface.unregisterNativeResource(int)). |
NativeResource |
NativeInterface.unregisterNativeResource(int resourceId)
Unregisters the given resource.
|