@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawIMUData extends RawBuffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RawIMUData()
Default native constructor.
|
RawIMUData(long size)
Native array allocator.
|
RawIMUData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
RawIMUData |
getPointer(long i) |
depthai.DatatypeEnum |
getType() |
IMUPacket |
packets() |
RawIMUData |
packets(IMUPacket setter) |
RawIMUData |
position(long position) |
void |
serialize(byte[] metadata,
int[] datatype) |
void |
serialize(ByteBuffer metadata,
IntBuffer datatype) |
void |
serialize(BytePointer metadata,
IntPointer datatype) |
data, data, sequenceNum, sequenceNum, ts, ts, tsDevice, tsDevice
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 RawIMUData()
public RawIMUData(long size)
Pointer.position(long)
.public RawIMUData(Pointer p)
Pointer(Pointer)
.public RawIMUData position(long position)
public RawIMUData getPointer(long i)
getPointer
in class RawBuffer
@StdVector public IMUPacket packets()
public RawIMUData packets(IMUPacket setter)
public void serialize(@Cast(value="std::uint8_t*") @StdVector BytePointer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntPointer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector ByteBuffer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntBuffer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector byte[] metadata, @ByRef @Cast(value="dai::DatatypeEnum*") int[] datatype)
public depthai.DatatypeEnum getType()
Copyright © 2024. All rights reserved.