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