@Namespace(value="dai") @Properties(inherit=depthai.class) public class IMUSensorConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IMUSensorConfig()
Default native constructor.
|
IMUSensorConfig(long size)
Native array allocator.
|
IMUSensorConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
changeSensitivity()
\brief Report-on-change threshold
|
IMUSensorConfig |
changeSensitivity(short setter) |
IMUSensorConfig |
getPointer(long i) |
IMUSensorConfig |
position(long position) |
int |
reportRate() |
IMUSensorConfig |
reportRate(int setter) |
boolean |
sensitivityEnabled() |
IMUSensorConfig |
sensitivityEnabled(boolean setter) |
boolean |
sensitivityRelative()
\brief Change reports relative (vs absolute)
|
IMUSensorConfig |
sensitivityRelative(boolean setter) |
depthai.IMUSensor |
sensorId() |
IMUSensorConfig |
sensorId(depthai.IMUSensor setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IMUSensorConfig()
public IMUSensorConfig(long size)
Pointer.position(long).public IMUSensorConfig(Pointer p)
Pointer(Pointer).public IMUSensorConfig position(long position)
public IMUSensorConfig getPointer(long i)
getPointer in class Pointerpublic IMUSensorConfig sensitivityEnabled(boolean setter)
@Cast(value="bool") public boolean sensitivityRelative()
public IMUSensorConfig sensitivityRelative(boolean setter)
@Cast(value="uint16_t") public short changeSensitivity()
public IMUSensorConfig changeSensitivity(short setter)
public IMUSensorConfig reportRate(int setter)
public depthai.IMUSensor sensorId()
public IMUSensorConfig sensorId(depthai.IMUSensor setter)
Copyright © 2021. All rights reserved.