Defines the core Health Signal methods of the SDK.
Data Structures | |
| struct | dwErrorSignal |
| Basic error signal that gets reported only when there is an error. More... | |
| struct | dwHealthSignal |
| Basic health signal that describes the health status of a particular software element. More... | |
| struct | dwHealthSignalArray |
| Represents an array of health signals. More... | |
Macros | |
| #define | DW_MAX_ERROR_SIGNAL_ERRORS_COUNT 32U |
| #define | DW_MAX_HEALTH_BYTEARRAY_SIZE 862U |
| The size of the data field in dwHealthSignal. More... | |
| #define | DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE 64 |
| The maximum number of individual dwHealthSignal that can be stored in a dwHealthSignalArray. More... | |
Typedefs | |
| typedef struct dwErrorSignal | dwErrorSignal |
| Basic error signal that gets reported only when there is an error. More... | |
| typedef struct dwHealthSignal | dwHealthSignal |
| Basic health signal that describes the health status of a particular software element. More... | |
| typedef struct dwHealthSignalArray | dwHealthSignalArray |
| Represents an array of health signals. More... | |
| #define DW_MAX_ERROR_SIGNAL_ERRORS_COUNT 32U |
Definition at line 47 of file HealthSignals.h.
| #define DW_MAX_HEALTH_BYTEARRAY_SIZE 862U |
The size of the data field in dwHealthSignal.
Definition at line 49 of file HealthSignals.h.
| #define DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE 64 |
The maximum number of individual dwHealthSignal that can be stored in a dwHealthSignalArray.
Definition at line 51 of file HealthSignals.h.
| typedef struct dwErrorSignal dwErrorSignal |
Basic error signal that gets reported only when there is an error.
| typedef struct dwHealthSignal dwHealthSignal |
Basic health signal that describes the health status of a particular software element.
| typedef struct dwHealthSignalArray dwHealthSignalArray |
Represents an array of health signals.