@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class SystemLogger extends SystemLoggerPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMapPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SystemLogger(PipelineImpl par,
long nodeId) |
SystemLogger(PipelineImpl par,
long nodeId,
SystemLoggerProperties props) |
SystemLogger(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getRate()
Gets logging rate, at which messages will be sent out
|
static BytePointer |
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 out
|
clone, getName, properties, propertiesassetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, 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)
public SystemLogger(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId, @UniquePtr SystemLoggerProperties props)
@MemberGetter @Cast(value="const char*") public static BytePointer NAME()
@MemberGetter @ByRef public Node.Output out()
public void setRate(float hz)
hz - Sending rate in hertz (messages per second)public float getRate()
Copyright © 2023. All rights reserved.