10 #ifndef FCF_DEVMGR_DEVICE_DROT_RPC_ERRORS_H
11 #define FCF_DEVMGR_DEVICE_DROT_RPC_ERRORS_H
13 #include <unordered_map>
30 const std::unordered_map<short, std::string>
rpc_errors = {
Definition: __init__.py:1
@ RPC_ERR_NOT_OP_NOTREADY
Definition: drotRpcErrors.hpp:23
@ RPC_SUCCESS
Definition: drotRpcErrors.hpp:20
@ RPC_ERR_MOTOR_LOCAL
Definition: drotRpcErrors.hpp:24
@ RPC_ERR_NOT_TRACKING
Definition: drotRpcErrors.hpp:27
@ RPC_ERR_MOTOR_LOWER_LIMIT
Definition: drotRpcErrors.hpp:25
@ RPC_ERR_MOTOR_UPPER_LIMIT
Definition: drotRpcErrors.hpp:26
@ RPC_ERR_NOT_OP
Definition: drotRpcErrors.hpp:21
@ RPC_ERR_NOT_OP_READY
Definition: drotRpcErrors.hpp:22
const std::unordered_map< short, std::string > rpc_errors
Definition: drotRpcErrors.hpp:30
Definition: actionMgr.cpp:29