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