blob: c4207a2c6cc27cd62ff03b3d6701fb7455019deb [file] [log] [blame]
#pragma once
#include <memory>
#include "health/State.h"
#include "health/outputs/SlotWrapper.h"
namespace velia::health {
boost::signals2::SlotWrapper<void, health::State> createOutput(const std::string& applianceName);
}