10 #ifndef DEVMGR_DEVICE_SMARACT_RPC_ERRORS_H
11 #define DEVMGR_DEVICE_SMARACT_RPC_ERRORS_H
14 #include <unordered_map>
29 const std::unordered_map<short, std::string>
rpc_errors = {
Definition: smaract.hpp:19
@ RPC_ERR_VEL_MAX
Definition: smaractRpcErrors.hpp:22
@ RPC_ERR_CHANNEL_NOT_OP
Definition: smaractRpcErrors.hpp:23
@ RPC_ERR_MOVING_ERROR
Definition: smaractRpcErrors.hpp:25
@ RPC_ERR_VEL_ZERO
Definition: smaractRpcErrors.hpp:20
@ RPC_ERR_COMM_ERROR
Definition: smaractRpcErrors.hpp:26
@ RPC_ERR_CTRL_ERROR
Definition: smaractRpcErrors.hpp:24
@ RPC_ERR_VEL_NEG
Definition: smaractRpcErrors.hpp:21
@ RPC_ERR_CHANNEL
Definition: smaractRpcErrors.hpp:19
const std::unordered_map< short, std::string > rpc_errors
Definition: smaractRpcErrors.hpp:29