8#ifndef FCF_DEVMGR_DEVICE_SMARACT_HW_ERRORS_HPP
9#define FCF_DEVMGR_DEVICE_SMARACT_HW_ERRORS_HPP
11#include <unordered_map>
23 const std::unordered_map<short, std::string>
HW_ERRORS = {
25 {
HW_ERR_LOCAL,
"control not allowed. Motor in Local mode."},
Motor class source file.
Definition smaract.hpp:18
@ HW_ERR_INIT_ABORTED
Definition smaractHwErrors.hpp:20
@ HW_ERR_HW_NOT_OP
Definition smaractHwErrors.hpp:18
@ HW_ERR_LOCAL
Definition smaractHwErrors.hpp:19
@ HW_SUCCESS
Definition smaractHwErrors.hpp:17
const std::unordered_map< short, std::string > HW_ERRORS
Definition smaractHwErrors.hpp:23