Go to the source code of this file.
◆ dwGraphErrorSignal
struct dwGraphErrorSignal |
Class Members |
uint32_t |
iterationCount |
iteration count |
uint32_t |
processId |
the PID that the node is executing in |
dwErrorSignal |
signal |
the DW error signal |
bool |
silenced |
silenced from sending to seh |
char8_t |
source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH] |
Source is a string with the processName.NodeName.PassName format This is set at runtime by the process executing the node.
|
◆ dwGraphHealthSignal
struct dwGraphHealthSignal |
Class Members |
uint32_t |
iterationCount |
iteration count |
uint32_t |
processId |
the PID that the node is executing in |
dwHealthSignal |
signal |
The DW health signal. |
char8_t |
source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH] |
Source is a string with the processName.NodeName.PassName format This is set at runtime by the process executing the node.
|
◆ dwGraphHealthSignalArray
struct dwGraphHealthSignalArray |
Class Members |
uint32_t |
count |
Stores the occupied/valid length of signal. |
dwGraphHealthSignal |
signal[DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE] |
|
◆ DW_NODE_STATE_MAX_ERROR_STRING_LENGTH
#define DW_NODE_STATE_MAX_ERROR_STRING_LENGTH 256U |
The maximum length of the "source" string for a signal.
Definition at line 46 of file GraphHealthSignal.h.