Compute Graph Framework SDK Reference  5.8
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 processId
dwErrorSignal signal
char8_t source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH]

◆ dwGraphHealthSignal

struct dwGraphHealthSignal
Class Members
uint32_t processId
dwHealthSignal signal
char8_t source[DW_NODE_STATE_MAX_ERROR_STRING_LENGTH]

◆ dwGraphHealthSignalArray

struct dwGraphHealthSignalArray
Collaboration diagram for dwGraphHealthSignalArray:
Class Members
uint32_t count
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 42 of file GraphHealthSignal.h.