8#ifndef FCF_DEVMGR_DEVICE_MODULATOR_HW_ERRORS_HPP
9#define FCF_DEVMGR_DEVICE_MODULATOR_HW_ERRORS_HPP
11#include <unordered_map>
24 const std::unordered_map<short, std::string>
HW_ERRORS = {
26 {
HW_ERR_LOCAL,
"Control not allowd. Device in Local mode."},
Modulator class source file.
Definition modulator.hpp:17
const std::unordered_map< short, std::string > HW_ERRORS
Definition modulatorHwErrors.hpp:24
@ HW_ERR_HW_NOT_OP
Definition modulatorHwErrors.hpp:18
@ HW_SUCCESS
Definition modulatorHwErrors.hpp:17
@ HW_ERR_LOCAL
Definition modulatorHwErrors.hpp:19
@ HW_ERR_START_IN_PAST
Definition modulatorHwErrors.hpp:20