Class OsvrInterfaceLibrary
java.lang.Object
com.jme3.system.osvr.osvrinterface.OsvrInterfaceLibrary
- All Implemented Interfaces:
com.sun.jna.Library
JNA Wrapper for library osvrInterface
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
-
Nested Class Summary
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_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte
osvrGetPoseState
(OsvrClientKitLibrary.OSVR_ClientInterface iface, OSVR_TimeValue timestamp, OSVR_Pose3 state) Manually added
-
Field Details
-
JNA_LIBRARY_NAME
- See Also:
-
JNA_NATIVE_LIB
public static final com.sun.jna.NativeLibrary JNA_NATIVE_LIB
-
-
Constructor Details
-
OsvrInterfaceLibrary
public OsvrInterfaceLibrary()
-
-
Method Details
-
osvrGetPoseState
public static byte osvrGetPoseState(OsvrClientKitLibrary.OSVR_ClientInterface iface, OSVR_TimeValue timestamp, OSVR_Pose3 state) Manually added
-