@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class SystemLogger extends Node
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.OutputPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SystemLogger(PipelineImpl par,
long nodeId) |
SystemLogger(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
getName()
Retrieves nodes name
|
Node.Output |
out()
Outputs SystemInformation message that carries various system information
like memory and CPU usage, temperatures, ...
|
void |
setRate(float hz)
Specify logging rate, at which messages will be sent to out output
|
assetManager, clone, getAssets, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputs, outputsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SystemLogger(Pointer p)
Pointer(Pointer).public SystemLogger(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
@StdString public BytePointer getName()
Node@MemberGetter @ByRef public Node.Output out()
public void setRate(float hz)
hz - Sending rate in hertz (messages per second)Copyright © 2021. All rights reserved.