8#ifndef DEVMGR_DEVICE_SMARACT_RPC_ERRORS_H
9#define DEVMGR_DEVICE_SMARACT_RPC_ERRORS_H
11#include <unordered_map>
27 const std::unordered_map<short, std::string>
RPC_ERRORS = {
Motor class source file.
Definition smaract.hpp:18
@ RPC_ERR_VEL_ZERO
Definition smaractRpcErrors.hpp:18
@ RPC_ERR_MOVING_ERROR
Definition smaractRpcErrors.hpp:23
@ RPC_ERR_VEL_NEG
Definition smaractRpcErrors.hpp:19
@ RPC_ERR_COMM_ERROR
Definition smaractRpcErrors.hpp:24
@ RPC_ERR_CTRL_ERROR
Definition smaractRpcErrors.hpp:22
@ RPC_ERR_CHANNEL_NOT_OP
Definition smaractRpcErrors.hpp:21
@ RPC_ERR_VEL_MAX
Definition smaractRpcErrors.hpp:20
@ RPC_ERR_CHANNEL
Definition smaractRpcErrors.hpp:17
const std::unordered_map< short, std::string > RPC_ERRORS
Definition smaractRpcErrors.hpp:27