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