public class ImuSample_t
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
ImuSample_t.ByReference |
static class |
ImuSample_t.ByValue |
Modifier and Type | Field and Description |
---|---|
double |
fSampleTime |
int |
unOffScaleFlags |
HmdVector3d_t |
vAccel
C type : HmdVector3d_t
|
HmdVector3d_t |
vGyro
C type : HmdVector3d_t
|
Constructor and Description |
---|
ImuSample_t() |
ImuSample_t(double fSampleTime,
HmdVector3d_t vAccel,
HmdVector3d_t vGyro,
int unOffScaleFlags) |
ImuSample_t(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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public double fSampleTime
public HmdVector3d_t vAccel
public HmdVector3d_t vGyro
public int unOffScaleFlags
public ImuSample_t()
public ImuSample_t(double fSampleTime, HmdVector3d_t vAccel, HmdVector3d_t vGyro, int unOffScaleFlags)
vAccel
- C type : HmdVector3d_tvGyro
- C type : HmdVector3d_tpublic ImuSample_t(com.sun.jna.Pointer peer)