@Namespace(value="dai") @Properties(inherit=depthai.class) public class IMUPacket extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IMUPacket()
Default native constructor.
|
IMUPacket(long size)
Native array allocator.
|
IMUPacket(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IMUReportAccelerometer |
acceleroMeter() |
IMUPacket |
acceleroMeter(IMUReportAccelerometer setter) |
IMUPacket |
getPointer(long i) |
IMUReportGyroscope |
gyroscope() |
IMUPacket |
gyroscope(IMUReportGyroscope setter) |
IMUReportMagneticField |
magneticField() |
IMUPacket |
magneticField(IMUReportMagneticField setter) |
IMUPacket |
position(long position) |
IMUReportRotationVectorWAcc |
rotationVector() |
IMUPacket |
rotationVector(IMUReportRotationVectorWAcc 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 IMUPacket()
public IMUPacket(long size)
Pointer.position(long).public IMUPacket(Pointer p)
Pointer(Pointer).public IMUPacket getPointer(long i)
getPointer in class Pointer@ByRef public IMUReportAccelerometer acceleroMeter()
public IMUPacket acceleroMeter(IMUReportAccelerometer setter)
@ByRef public IMUReportGyroscope gyroscope()
public IMUPacket gyroscope(IMUReportGyroscope setter)
@ByRef public IMUReportMagneticField magneticField()
public IMUPacket magneticField(IMUReportMagneticField setter)
@ByRef public IMUReportRotationVectorWAcc rotationVector()
public IMUPacket rotationVector(IMUReportRotationVectorWAcc setter)
Copyright © 2021. All rights reserved.