From 9e741ed099a77ed2638b852027e751b90f67450d Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 2 Jun 2017 16:29:09 -0500 Subject: Properties stored of different types Allow properties stored for processing events to be of types other than bool Change-Id: Ie1dde5aca562c9958bdff6fa3d1b19d3154b2c6d Signed-off-by: Matthew Barth --- control/types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'control/types.hpp') diff --git a/control/types.hpp b/control/types.hpp index 2b7509c..de56186 100644 --- a/control/types.hpp +++ b/control/types.hpp @@ -28,6 +28,8 @@ constexpr auto conditionPropertyListPos = 1; using Condition = std::tuple>; +using PropertyVariantType = sdbusplus::message::variant; + constexpr auto fanNamePos = 0; constexpr auto sensorListPos = 1; using FanDefinition = std::tuple>; -- cgit v1.2.1