10 #ifndef FCF_DEVMGR_DEVICE_SENSOR_HW_ERRORS_HPP
11 #define FCF_DEVMGR_DEVICE_SENSOR_HW_ERRORS_HPP
14 #include <unordered_map>
16 namespace fcf::devmgr::sensor {
28 const std::unordered_map<short, std::string>
hw_errors = {
39 #endif // FCF_DEVMGR_DEVICE_SENSOR_HW_ERRORS_HPP
Definition: sensorHwErrors.hpp:22
Definition: sensorHwErrors.hpp:23
Definition: sensorHwErrors.hpp:19
Definition: sensorHwErrors.hpp:21
Definition: sensorHwErrors.hpp:25
Definition: sensorHwErrors.hpp:20
Definition: sensorHwErrors.hpp:24
const std::unordered_map< short, std::string > hw_errors
Definition: sensorHwErrors.hpp:28