Compute Graph Framework SDK Reference  5.16
GraphHealthSignal.h File Reference

Go to the source code of this file.

Classes

struct  dwGraphErrorSignal
 Basic error signal that gets reported only when there is an error. More...
 
struct  dwGraphHealthSignal
 Basic health signal that describes the health status of the graph. More...
 
struct  dwGraphHealthSignalArray
 Represents an array of health signals. More...
 

Macros

#define DW_NODE_STATE_MAX_ERROR_STRING_LENGTH   256
 The maximum length of the "source" string for a signal. More...
 

Class Documentation

◆ 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
Collaboration diagram for dwGraphHealthSignalArray:
Class Members
uint32_t count Stores the occupied/valid length of signal.
dwGraphHealthSignal signal[DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE]

Macro Definition Documentation

◆ DW_NODE_STATE_MAX_ERROR_STRING_LENGTH

#define DW_NODE_STATE_MAX_ERROR_STRING_LENGTH   256

The maximum length of the "source" string for a signal.

Definition at line 46 of file GraphHealthSignal.h.