10 #ifndef FCF_DEVMGR_DEVICE_SMARACT_HW_ERRORS_HPP
11 #define FCF_DEVMGR_DEVICE_SMARACT_HW_ERRORS_HPP
14 #include <unordered_map>
31 const std::unordered_map<short, std::string>
hw_errors = {
33 {
HW_ERR_LOCAL,
"control not allowed. Motor in Local mode."},
Definition: smaract.hpp:19
const std::unordered_map< short, std::string > hw_errors
Definition: smaractHwErrors.hpp:31
@ HW_ERR_LOCAL
Definition: smaractHwErrors.hpp:21
@ HW_ERR_HW_NOT_OP
Definition: smaractHwErrors.hpp:20
@ HW_ERR_INIT_ABORTED
Definition: smaractHwErrors.hpp:22
@ HW_SUCCESS
Definition: smaractHwErrors.hpp:19