8#ifndef FCF_DEVMGR_DEVICE_SHUTTER_RPC_ERRORS_H
9#define FCF_DEVMGR_DEVICE_SHUTTER_RPC_ERRORS_H
11#include <unordered_map>
26 const std::unordered_map<short, std::string>
RPC_ERRORS = {
Shutter class source file.
Definition shutter.hpp:17
@ RPC_ERR_NOT_OP_NOTREADY
Definition shutterRpcErrors.hpp:20
@ RPC_SUCCESS
Definition shutterRpcErrors.hpp:17
@ RPC_ERR_LOCAL
Definition shutterRpcErrors.hpp:23
@ RPC_ERR_STILL_OPENNING
Definition shutterRpcErrors.hpp:21
@ RPC_ERR_NOT_OP
Definition shutterRpcErrors.hpp:18
@ RPC_ERR_STILL_CLOSING
Definition shutterRpcErrors.hpp:22
@ RPC_ERR_NOT_OP_READY
Definition shutterRpcErrors.hpp:19
const std::unordered_map< short, std::string > RPC_ERRORS
Definition shutterRpcErrors.hpp:26