summaryrefslogtreecommitdiffstats
path: root/presence/fan_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'presence/fan_properties.hpp')
-rw-r--r--presence/fan_properties.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/presence/fan_properties.hpp b/presence/fan_properties.hpp
new file mode 100644
index 0000000..296318d
--- /dev/null
+++ b/presence/fan_properties.hpp
@@ -0,0 +1,22 @@
+#pragma once
+
+#include <string>
+#include <vector>
+#include <tuple>
+
+
+namespace phosphor
+{
+namespace fan
+{
+
+/**
+ * @brief Fan enclosure properties
+ * @details Contains the inventory path, description and list of sensors
+ */
+using Properties = std::tuple<std::string,
+ std::string,
+ std::vector<std::string>>;
+
+} // namespace fan
+} // namespace phosphor
OpenPOWER on IntegriCloud