8#ifndef FCF_DEVMGR_DEVICE_MODULATOR_RPC_ERRORS_H
9#define FCF_DEVMGR_DEVICE_MODULATOR_RPC_ERRORS_H
11#include <unordered_map>
30 const std::unordered_map<short, std::string>
RPC_ERRORS = {
Modulator class source file.
Definition modulator.hpp:17
@ RPC_ERR_NOT_OP
Definition modulatorRpcErrors.hpp:18
@ RPC_ERR_OUTPUTS_START_IN_PAST
Definition modulatorRpcErrors.hpp:27
@ RPC_SUCCESS
Definition modulatorRpcErrors.hpp:17
@ RPC_ERR_OUTPUTS_NOT_IDLE
Definition modulatorRpcErrors.hpp:24
@ RPC_ERR_OUTPUTS_NOT_ACTIVE
Definition modulatorRpcErrors.hpp:23
@ RPC_ERR_OUTPUTS_FREQ_OUT_OF_RANGE
Definition modulatorRpcErrors.hpp:25
@ RPC_ERR_OUTPUTS_ACTIVE
Definition modulatorRpcErrors.hpp:22
@ RPC_ERR_OUTPUTS_SCALE_OUT_OF_RANGE
Definition modulatorRpcErrors.hpp:26
@ RPC_ERR_LOCAL
Definition modulatorRpcErrors.hpp:21
@ RPC_ERR_NOT_OP_NOTREADY
Definition modulatorRpcErrors.hpp:20
@ RPC_ERR_NOT_OP_READY
Definition modulatorRpcErrors.hpp:19
const std::unordered_map< short, std::string > RPC_ERRORS
Definition modulatorRpcErrors.hpp:30