9 #ifndef FCF_DEVMGR_DEVICE_SHUTTER_HW_ERRORS_HPP
10 #define FCF_DEVMGR_DEVICE_SHUTTER_HW_ERRORS_HPP
13 #include <unordered_map>
34 const std::unordered_map<short, std::string>
hw_errors = {
Definition: shutter.hpp:19
@ HW_SUCCESS
Definition: shutterHwErrors.hpp:18
@ HW_ERR_UNEXPECTED_NONE
Definition: shutterHwErrors.hpp:22
@ HW_ERR_BOTH_SIG_ACTIVE
Definition: shutterHwErrors.hpp:25
@ HW_ERR_INIT_FAILURE
Definition: shutterHwErrors.hpp:20
@ HW_ERR_TIMEOUT_CLOSE
Definition: shutterHwErrors.hpp:29
@ HW_ERR_TIMEOUT_ENABLE
Definition: shutterHwErrors.hpp:26
@ HW_ERR_UNEXPECTED_CLOSED
Definition: shutterHwErrors.hpp:21
@ HW_ERR_TIMEOUT_OPEN
Definition: shutterHwErrors.hpp:30
@ HW_ERR_TIMEOUT_INIT
Definition: shutterHwErrors.hpp:28
@ HW_ERR_UNEXPECTED_OPENED
Definition: shutterHwErrors.hpp:23
@ HW_ERR_FAULT_SIG
Definition: shutterHwErrors.hpp:24
@ HW_ERR_HW_NOT_OP
Definition: shutterHwErrors.hpp:19
@ HW_ERR_TIMEOUT_DISABLE
Definition: shutterHwErrors.hpp:27
const std::unordered_map< short, std::string > hw_errors
Definition: shutterHwErrors.hpp:34