8#ifndef FCF_DEVMGR_DEVICE_ACTUATOR_RPC_ERRORS_H
9#define FCF_DEVMGR_DEVICE_ACTUATOR_RPC_ERRORS_H
11#include <unordered_map>
27 const std::unordered_map<short, std::string>
RPC_ERRORS = {
@ RPC_ERR_SWITCHING_OFF
Definition actuatorRpcErrors.hpp:23
@ RPC_ERR_NOT_OP_NOTREADY
Definition actuatorRpcErrors.hpp:21
@ RPC_SUCCESS
Definition actuatorRpcErrors.hpp:18
@ RPC_ERR_NOT_OP
Definition actuatorRpcErrors.hpp:19
@ RPC_ERR_SWITCHING_ON
Definition actuatorRpcErrors.hpp:22
@ RPC_ERR_LOCAL
Definition actuatorRpcErrors.hpp:24
@ RPC_ERR_NOT_OP_READY
Definition actuatorRpcErrors.hpp:20
const std::unordered_map< short, std::string > RPC_ERRORS
Definition actuatorRpcErrors.hpp:27
ActionsEnable class source file.
Definition actionMgr.cpp:28