8#ifndef FCF_DEVMGR_DEVICE_MODULATOR_CONFIG_HPP
9#define FCF_DEVMGR_DEVICE_MODULATOR_CONFIG_HPP
13#include <yaml-cpp/yaml.h>
15#include <ifw/core/utils/bat/logger.hpp>
constexpr int SUBSTATE_ERROR
Definition deviceConfig.hpp:97
constexpr int SUBSTATE_READY
Definition deviceConfig.hpp:95
constexpr auto SUBSTATE_ERROR_STR
Definition deviceConfig.hpp:102
constexpr auto SUBSTATE_NOTREADY_STR
Definition deviceConfig.hpp:99
constexpr auto SUBSTATE_READY_STR
Definition deviceConfig.hpp:101
constexpr int SUBSTATE_OP_ERROR
Definition deviceConfig.hpp:105
constexpr int SUBSTATE_NOTREADY
Definition deviceConfig.hpp:94
constexpr auto SUBSTATE_OP_ERROR_STR
Definition deviceConfig.hpp:108
Modulator class source file.
Definition modulator.hpp:17
constexpr auto SUBSTATE_OP_ERROR_STR
Definition modulatorConfig.hpp:62
constexpr short SUBSTATE_OP_ERROR
Definition modulatorConfig.hpp:52
constexpr auto SUBSTATE_OP_RAMP_UP_STR
Definition modulatorConfig.hpp:59
constexpr auto SUBSTATE_OP_WAIT_START_STR
Definition modulatorConfig.hpp:60
constexpr auto RPC_START_CTRL
Definition modulatorConfig.hpp:33
constexpr auto SUBSTATE_OP_ACTIVE_STR
Definition modulatorConfig.hpp:61
constexpr short SUBSTATE_OP_RAMP_DOWN
Definition modulatorConfig.hpp:48
constexpr short SUBSTATE_OP_ACTIVE
Definition modulatorConfig.hpp:51
constexpr short SUBSTATE_ERROR
Definition modulatorConfig.hpp:45
constexpr auto SUBSTATE_OP_IDLE_STR
Definition modulatorConfig.hpp:57
constexpr unsigned int DEFAULT_TIMEOUT
Definition modulatorConfig.hpp:30
constexpr auto RPC_STOP_CTRL
Definition modulatorConfig.hpp:34
constexpr short SUBSTATE_READY
Definition modulatorConfig.hpp:44
constexpr auto SUBSTATE_NOTREADY_STR
Definition modulatorConfig.hpp:54
constexpr auto LOGGER_NAME
Definition modulatorConfig.hpp:24
constexpr auto RPC_SET_TRAJECTORY
Definition modulatorConfig.hpp:35
constexpr short SUBSTATE_OP_IDLE
Definition modulatorConfig.hpp:47
constexpr auto CI_TIMEOUT
Definition modulatorConfig.hpp:27
constexpr short SUBSTATE_NOTREADY
Definition modulatorConfig.hpp:43
constexpr short SUBSTATE_OP_WAIT_START
Definition modulatorConfig.hpp:50
const std::unordered_map< short, std::string > SUBSTATE_MAP
Definition modulatorConfig.hpp:66
constexpr auto RPC_SET_FREQUENCY
Definition modulatorConfig.hpp:36
constexpr short SUBSTATE_OP_RAMP_UP
Definition modulatorConfig.hpp:49
constexpr auto SUBSTATE_OP_RAMP_DOWN_STR
Definition modulatorConfig.hpp:58
constexpr auto RPC_SET_SCALE
Definition modulatorConfig.hpp:37
constexpr auto SUBSTATE_ERROR_STR
Definition modulatorConfig.hpp:56
constexpr auto SUBSTATE_READY_STR
Definition modulatorConfig.hpp:55