31#ifndef DW_FRAMEWORK_GRAPH_HEALTH_SIGNAL_HPP_
32#define DW_FRAMEWORK_GRAPH_HEALTH_SIGNAL_HPP_
34#include <dw/core/base/Types.h>
35#include <dw/core/health/HealthSignals.h>
Basic error signal that gets reported only when there is an error.
Basic health signal that describes the health status of the graph.
dwStatus appendModuleErrorSignalToGraphErrorSignal(dwGraphErrorSignal &graphSignal, dwErrorSignal const &moduleSignal)
dwStatus appendModuleHealthSignalToGraphHealthSignal(dwGraphHealthSignal &graphSignal, dwHealthSignal const &moduleSignal)
dwGraphHealthSignal convertToGraphHealthSignal(const dwHealthSignal &signal)
dwGraphErrorSignal convertToGraphErrorSignal(dwErrorSignal const &signal)