ifw-fcf 7.1.4
Loading...
Searching...
No Matches
Namespaces | Variables
modulatorConfig.hpp File Reference
#include <string>
#include <yaml-cpp/yaml.h>
#include <ifw/core/utils/bat/logger.hpp>
#include <ifw/fcf/devmgr/common/deviceConfig.hpp>
#include <ifw/fcf/devmgr/common/dataContext.hpp>
#include <ifw/fcf/devmgr/devices/modulatorRpcErrors.hpp>
#include <ifw/fcf/devmgr/devices/modulatorHwErrors.hpp>

Go to the source code of this file.

Namespaces

namespace  ifw
 
namespace  ifw::fcf
 ActionsEnable class source file.
 
namespace  ifw::fcf::devmgr
 actuatorLcsIf class header file.
 
namespace  ifw::fcf::devmgr::modulator
 Modulator class source file.
 

Variables

constexpr auto ifw::fcf::devmgr::modulator::LOGGER_NAME = "modulator"
 
constexpr auto ifw::fcf::devmgr::modulator::CI_TIMEOUT = "timeout"
 
constexpr unsigned int ifw::fcf::devmgr::modulator::DEFAULT_TIMEOUT = 10000
 
constexpr auto ifw::fcf::devmgr::modulator::RPC_START_CTRL = "rpcStartCtrl"
 
constexpr auto ifw::fcf::devmgr::modulator::RPC_STOP_CTRL = "rpcStopCtrl"
 
constexpr auto ifw::fcf::devmgr::modulator::RPC_SET_TRAJECTORY = "rpcSetTrajectory"
 
constexpr auto ifw::fcf::devmgr::modulator::RPC_SET_FREQUENCY = "rpcSetFrequency"
 
constexpr auto ifw::fcf::devmgr::modulator::RPC_SET_SCALE = "rpcSetScale"
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_NOTREADY = 105
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_READY = 106
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_ERROR = 107
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_IDLE = 201
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_RAMP_DOWN = 202
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_RAMP_UP = 212
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_WAIT_START = 213
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_ACTIVE = 214
 
constexpr short ifw::fcf::devmgr::modulator::SUBSTATE_OP_ERROR = 215
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_NOTREADY_STR = "NotReady"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_READY_STR = "Ready"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_ERROR_STR = "Error"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_IDLE_STR = "Idle"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_RAMP_DOWN_STR = "RampDown"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_RAMP_UP_STR = "RampUp"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_WAIT_START_STR = "WaitStart"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_ACTIVE_STR = "Actve"
 
constexpr auto ifw::fcf::devmgr::modulator::SUBSTATE_OP_ERROR_STR = "OprError"
 
const std::unordered_map< short, std::string > ifw::fcf::devmgr::modulator::SUBSTATE_MAP