@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) |
int |
getSequenceNum()
Retrieves IMU report sequence number
|
Pointer |
getTimestamp()
Retrieves timestamp related to dai::Clock::now()
|
Pointer |
getTimestampDevice()
Retrieves timestamp directly captured from device's monotonic clock,
not synchronized to host time.
|
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()
Generation timestamp, synced to host time
|
IMUReport |
timestamp(Timestamp setter) |
Timestamp |
tsDevice()
Generation timestamp, direct device monotonic clock
|
IMUReport |
tsDevice(Timestamp setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IMUReport()
public IMUReport(long size)
Pointer.position(long)
.public IMUReport(Pointer p)
Pointer(Pointer)
.public IMUReport getPointer(long i)
getPointer
in class Pointer
public int sequence()
public IMUReport sequence(int setter)
@Name(value="accuracy") public IMUReport.Accuracy reportAccuracy()
public IMUReport reportAccuracy(IMUReport.Accuracy setter)
@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") public Pointer getTimestamp()
@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") public Pointer getTimestampDevice()
public int getSequenceNum()
Copyright © 2024. All rights reserved.