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