8#ifndef FCF_DEVMGR_DEVICE_MAXIS_RPC_ERRORS_H
9#define FCF_DEVMGR_DEVICE_MAXIS_RPC_ERRORS_H
11#include <unordered_map>
28 const std::unordered_map<short, std::string>
RPC_ERRORS = {
@ RPC_ERR_NOT_OP_READY
Definition maxisRpcErrors.hpp:21
@ RPC_ERR_NOT_OP_NOTREADY
Definition maxisRpcErrors.hpp:22
@ RPC_ERR_MOTOR_UPPER_LIMIT
Definition maxisRpcErrors.hpp:25
@ RPC_SUCCESS
Definition maxisRpcErrors.hpp:19
@ RPC_ERR_MOTOR_LOWER_LIMIT
Definition maxisRpcErrors.hpp:24
@ RPC_ERR_MOTOR_LOCAL
Definition maxisRpcErrors.hpp:23
@ RPC_ERR_NOT_OP
Definition maxisRpcErrors.hpp:20
const std::unordered_map< short, std::string > RPC_ERRORS
Definition maxisRpcErrors.hpp:28
ActionsEnable class source file.
Definition actionMgr.cpp:28