10 #ifndef FCF_DEVMGR_DEVICE_MOTOR_HW_ERRORS_HPP
11 #define FCF_DEVMGR_DEVICE_MOTOR_HW_ERRORS_HPP
14 #include <unordered_map>
16 namespace fcf::devmgr::motor {
68 const std::unordered_map<short, std::string>
hw_errors = {
70 {
HW_ERR_LOCAL,
"control not allowed. Motor in Local mode."},
117 #endif // FCF_DEVMGR_DEVICE_MOTOR_HW_ERRORS_HPP
Definition: motorHwErrors.hpp:42
Definition: motorHwErrors.hpp:27
Definition: motorHwErrors.hpp:38
Definition: motorHwErrors.hpp:20
Definition: motorHwErrors.hpp:19
Definition: motorHwErrors.hpp:26
Definition: motorHwErrors.hpp:45
Definition: motorHwErrors.hpp:24
Definition: motorHwErrors.hpp:53
Definition: motorHwErrors.hpp:54
Definition: motorHwErrors.hpp:62
Definition: motorHwErrors.hpp:39
Definition: motorHwErrors.hpp:57
Definition: motorHwErrors.hpp:47
Definition: motorHwErrors.hpp:21
Definition: motorHwErrors.hpp:58
Definition: motorHwErrors.hpp:40
Definition: motorHwErrors.hpp:25
Definition: motorHwErrors.hpp:63
Definition: motorHwErrors.hpp:34
Definition: motorHwErrors.hpp:48
Definition: motorHwErrors.hpp:59
Definition: motorHwErrors.hpp:30
Definition: motorHwErrors.hpp:35
Definition: motorHwErrors.hpp:22
Definition: motorHwErrors.hpp:52
Definition: motorHwErrors.hpp:43
Definition: motorHwErrors.hpp:44
Definition: motorHwErrors.hpp:41
Definition: motorHwErrors.hpp:55
Definition: motorHwErrors.hpp:60
Definition: motorHwErrors.hpp:23
Definition: motorHwErrors.hpp:32
Definition: motorHwErrors.hpp:56
const std::unordered_map< short, std::string > hw_errors
Definition: motorHwErrors.hpp:68
Definition: motorHwErrors.hpp:33
Definition: motorHwErrors.hpp:49
Definition: motorHwErrors.hpp:37
Definition: motorHwErrors.hpp:29
Definition: motorHwErrors.hpp:46
Definition: motorHwErrors.hpp:31
Definition: motorHwErrors.hpp:61
Definition: motorHwErrors.hpp:28
Definition: motorHwErrors.hpp:36