8#ifndef FCF_DEVMGR_DEVICE_MODULATOR_RPC_ERRORS_H
9#define FCF_DEVMGR_DEVICE_MODULATOR_RPC_ERRORS_H
11#include <unordered_map>
26 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_SUCCESS
Definition modulatorRpcErrors.hpp:17
@ RPC_ERR_STILL_OPENNING
Definition modulatorRpcErrors.hpp:21
@ RPC_ERR_LOCAL
Definition modulatorRpcErrors.hpp:23
@ RPC_ERR_STILL_CLOSING
Definition modulatorRpcErrors.hpp:22
@ 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:26