summaryrefslogtreecommitdiffstats
path: root/env.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'env.hpp')
-rw-r--r--env.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/env.hpp b/env.hpp
index fa23888..56dd2aa 100644
--- a/env.hpp
+++ b/env.hpp
@@ -43,14 +43,16 @@ std::string getEnv(
/** @brief Gets the ID for the sensor with a level of indirection
*
- * Read the sensor number/ID from the <path>/<item><X>_label file.
+ * Read the ID from the <path>/<item><X>_<suffix> file.
* <item> & <X> are populated from the sensor key.
*
* @param[in] path - Directory path of the label file
+ * @param[in] fileSuffix - The file suffix
* @param[in] sensor - Sensor details
*/
std::string getIndirectID(
std::string path,
+ const std::string& fileSuffix,
const SensorSet::key_type& sensor);
} // namespace env
OpenPOWER on IntegriCloud