Go to the documentation of this file.
10 #ifndef FCF_DEVMGR_DEVICE_ACTUATOR_RPC_ERRORS_H
11 #define FCF_DEVMGR_DEVICE_ACTUATOR_RPC_ERRORS_H
13 #include <unordered_map>
29 const std::unordered_map<short, std::string>
rpc_errors = {
42 #endif // FCF_DEVMGR_DEVICE_ACTUATOR_RPC_ERRORS_H
@ RPC_ERR_NOT_OP_READY
Definition: actuatorRpcErrors.hpp:22
const std::unordered_map< short, std::string > rpc_errors
Definition: actuatorRpcErrors.hpp:29
@ RPC_ERR_LOCAL
Definition: actuatorRpcErrors.hpp:26
@ RPC_ERR_NOT_OP_NOTREADY
Definition: actuatorRpcErrors.hpp:23
Definition: actionMgr.cpp:29
@ RPC_ERR_SWITCHING_ON
Definition: actuatorRpcErrors.hpp:24
@ RPC_ERR_SWITCHING_OFF
Definition: actuatorRpcErrors.hpp:25
@ RPC_ERR_NOT_OP
Definition: actuatorRpcErrors.hpp:21
Definition: __init__.py:1
@ RPC_SUCCESS
Definition: actuatorRpcErrors.hpp:20