@Namespace(value="dai") @Properties(inherit=depthai.class) public class IMUReport extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
IMUReport.Accuracy |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IMUReport()
Default native constructor.
|
IMUReport(long size)
Native array allocator.
|
IMUReport(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IMUReport |
getPointer(long i) |
IMUReport |
position(long position) |
IMUReport.Accuracy |
reportAccuracy()
Accuracy of sensor
|
IMUReport |
reportAccuracy(IMUReport.Accuracy setter) |
int |
sequence()
The sequence number increments once for each report sent.
|
IMUReport |
sequence(int setter) |
Timestamp |
timestamp() |
IMUReport |
timestamp(Timestamp 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 IMUReport()
public IMUReport(long size)
Pointer.position(long).public IMUReport(Pointer p)
Pointer(Pointer).public IMUReport getPointer(long i)
getPointer in class Pointerpublic int sequence()
public IMUReport sequence(int setter)
@Name(value="accuracy") public IMUReport.Accuracy reportAccuracy()
public IMUReport reportAccuracy(IMUReport.Accuracy setter)
Copyright © 2021. All rights reserved.