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 CI_STAT_YFREQ
Definition modulatorConfig.hpp:32
constexpr short SUBSTATE_OP_UPDATE
Definition modulatorConfig.hpp:52
constexpr short SUBSTATE_OP_ARMED
Definition modulatorConfig.hpp:50
constexpr auto SUBSTATE_OP_ARMED_STR
Definition modulatorConfig.hpp:56
constexpr auto RPC_START_CTRL
Definition modulatorConfig.hpp:41
constexpr auto SUBSTATE_OP_ACTIVE_STR
Definition modulatorConfig.hpp:57
constexpr auto CI_STAT_XFREQ
Definition modulatorConfig.hpp:31
constexpr short SUBSTATE_OP_ACTIVE
Definition modulatorConfig.hpp:51
constexpr short SUBSTATE_OP_DISARM
Definition modulatorConfig.hpp:53
constexpr auto SUBSTATE_OP_IDLE_STR
Definition modulatorConfig.hpp:55
constexpr unsigned int DEFAULT_TIMEOUT
Definition modulatorConfig.hpp:38
constexpr auto RPC_STOP_CTRL
Definition modulatorConfig.hpp:42
constexpr auto LOGGER_NAME
Definition modulatorConfig.hpp:24
constexpr auto RPC_SET_TRAJECTORY
Definition modulatorConfig.hpp:43
constexpr short SUBSTATE_OP_IDLE
Definition modulatorConfig.hpp:49
constexpr auto CI_TIMEOUT
Definition modulatorConfig.hpp:27
constexpr auto SUBSTATE_OP_DISARM_STR
Definition modulatorConfig.hpp:59
constexpr auto CI_STAT_YPHI
Definition modulatorConfig.hpp:36
constexpr auto CI_STAT_XPHI
Definition modulatorConfig.hpp:35
constexpr auto SUBSTATE_OP_UPDATE_STR
Definition modulatorConfig.hpp:58
const std::unordered_map< short, std::string > SUBSTATE_MAP
Definition modulatorConfig.hpp:62
constexpr auto CI_STAT_ACTIVE_FREQ
Definition modulatorConfig.hpp:30
constexpr auto RPC_SET_FREQUENCY
Definition modulatorConfig.hpp:44
constexpr auto CI_STAT_YAMP
Definition modulatorConfig.hpp:34
constexpr auto RPC_SET_SCALE
Definition modulatorConfig.hpp:45
constexpr auto CI_STAT_XAMP
Definition modulatorConfig.hpp:33