31#ifndef DWCGF_CORE_DWCGF_COMPUTEGRAPH_GRAPHHEALTHSIGNAL_H_
32#define DWCGF_CORE_DWCGF_COMPUTEGRAPH_GRAPHHEALTHSIGNAL_H_
39#include <dw/core/health/HealthSignals.h>
46#define DW_NODE_STATE_MAX_ERROR_STRING_LENGTH 256U
dwHealthSignal signal
The DW health signal.
bool silenced
silenced from sending to seh
dwErrorSignal signal
the DW error signal
#define DW_NODE_STATE_MAX_ERROR_STRING_LENGTH
The maximum length of the "source" string for a signal.
uint32_t iterationCount
iteration count
uint32_t iterationCount
iteration count
uint32_t processId
the PID that the node is executing in
uint32_t processId
the PID that the node is executing in
uint32_t count
Stores the occupied/valid length of signal.
char8_t source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH]
char8_t source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH]
dwGraphHealthSignal signal[DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE]
Basic error signal that gets reported only when there is an error.
Basic health signal that describes the health status of the graph.
Represents an array of health signals.