Tomáš Pecka | 139e361 | 2021-01-25 19:49:00 +0100 | [diff] [blame] | 1 | #pragma once |
2 | #include <memory> | ||||
3 | #include "health/State.h" | ||||
4 | #include "health/outputs/SlotWrapper.h" | ||||
5 | |||||
6 | namespace velia::health { | ||||
7 | boost::signals2::SlotWrapper<void, health::State> createOutput(const std::string& applianceName); | ||||
8 | } |