blob: c4207a2c6cc27cd62ff03b3d6701fb7455019deb [file] [log] [blame]
Tomáš Pecka139e3612021-01-25 19:49:00 +01001#pragma once
2#include <memory>
3#include "health/State.h"
4#include "health/outputs/SlotWrapper.h"
5
6namespace velia::health {
7boost::signals2::SlotWrapper<void, health::State> createOutput(const std::string& applianceName);
8}