8#ifndef FCF_DEVMGR_DEVICE_SHUTTER_HW_ERRORS_HPP
9#define FCF_DEVMGR_DEVICE_SHUTTER_HW_ERRORS_HPP
11#include <unordered_map>
33 const std::unordered_map<short, std::string>
HW_ERRORS = {
Shutter class source file.
Definition shutter.hpp:17
const std::unordered_map< short, std::string > HW_ERRORS
Definition shutterHwErrors.hpp:33
@ HW_ERR_UNEXPECTED_CLOSED
Definition shutterHwErrors.hpp:20
@ HW_ERR_UNEXPECTED_OPENED
Definition shutterHwErrors.hpp:22
@ HW_ERR_FAULT_SIG
Definition shutterHwErrors.hpp:23
@ HW_ERR_TIMEOUT_ENABLE
Definition shutterHwErrors.hpp:25
@ HW_ERR_UNEXPECTED_NONE
Definition shutterHwErrors.hpp:21
@ HW_ERR_TIMEOUT_CLOSE
Definition shutterHwErrors.hpp:28
@ HW_ERR_BOTH_SIG_ACTIVE
Definition shutterHwErrors.hpp:24
@ HW_ERR_TIMEOUT_DISABLE
Definition shutterHwErrors.hpp:26
@ HW_SUCCESS
Definition shutterHwErrors.hpp:17
@ HW_ERR_HW_NOT_OP
Definition shutterHwErrors.hpp:18
@ HW_ERR_INIT_FAILURE
Definition shutterHwErrors.hpp:19
@ HW_ERR_TIMEOUT_INIT
Definition shutterHwErrors.hpp:27
@ HW_ERR_TIMEOUT_OPEN
Definition shutterHwErrors.hpp:29