public class OSVR_TimeValue
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OSVR_TimeValue.ByReference  | 
static class  | 
OSVR_TimeValue.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
int | 
microseconds
C type : OSVR_TimeValue_Microseconds 
 | 
long | 
seconds
C type : OSVR_TimeValue_Seconds 
 | 
| Constructor and Description | 
|---|
OSVR_TimeValue()  | 
OSVR_TimeValue(long seconds,
              int microseconds)  | 
OSVR_TimeValue(com.sun.jna.Pointer peer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
getFieldOrder()  | 
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic long seconds
public int microseconds