summaryrefslogtreecommitdiffstats
path: root/fan_properties.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-03-01 11:17:00 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-15 16:06:47 -0500
commit5c15b797ffafd36eceecfbf250bd0eead39103dd (patch)
tree487a9bcf2b79a7193965c046b591cb489821688b /fan_properties.hpp
parent8db0f6f96401b9e0598836f761b808b590ce3f38 (diff)
downloadphosphor-fan-presence-5c15b797ffafd36eceecfbf250bd0eead39103dd.tar.gz
phosphor-fan-presence-5c15b797ffafd36eceecfbf250bd0eead39103dd.zip
Documentation only, no functional change
Added copyrights and comments within headers Resolves openbmc/openbmc#959 Change-Id: If58d78a39fb08251a34a88c2b6340c9fa33d2569 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'fan_properties.hpp')
-rw-r--r--fan_properties.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fan_properties.hpp b/fan_properties.hpp
index 22d655a..296318d 100644
--- a/fan_properties.hpp
+++ b/fan_properties.hpp
@@ -10,6 +10,10 @@ 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>>;
OpenPOWER on IntegriCloud