8#ifndef FCF_DEVMGR_DEVICE_ACTUATOR_HW_ERRORS_HPP
9#define FCF_DEVMGR_DEVICE_ACTUATOR_HW_ERRORS_HPP
11#include <unordered_map>
30 const std::unordered_map<short, std::string>
HW_ERRORS = {
@ HW_ERR_OFF_FAILURE
Definition actuatorHwErrors.hpp:27
@ HW_ERR_ON_FAILURE
Definition actuatorHwErrors.hpp:26
@ HW_ERR_ENABLE_FAILURE
Definition actuatorHwErrors.hpp:24
@ HW_ERR_WRONG_CMD
Definition actuatorHwErrors.hpp:21
@ HW_SUCCESS
Definition actuatorHwErrors.hpp:19
@ HW_ERR_HW_NOT_OP
Definition actuatorHwErrors.hpp:20
@ HW_ERR_INIT_FAILURE
Definition actuatorHwErrors.hpp:23
@ HW_ERR_DISABLE_FAILURE
Definition actuatorHwErrors.hpp:25
@ HW_ERR_INCONSISTENT
Definition actuatorHwErrors.hpp:22
const std::unordered_map< short, std::string > HW_ERRORS
Definition actuatorHwErrors.hpp:30
ActionsEnable class source file.
Definition actionMgr.cpp:28