8#ifndef FCF_DEVMGR_DEVICE_ACTUATOR_CONFIG_HPP
9#define FCF_DEVMGR_DEVICE_ACTUATOR_CONFIG_HPP
13#include <yaml-cpp/yaml.h>
15#include <ifw/core/utils/bat/logger.hpp>
38 const std::string
RPC_ON =
"rpcSwitchOn";
39 const std::string
RPC_OFF =
"rpcSwitchOff";
actuator class header file.
Definition actuator.cpp:21
constexpr auto SUBSTATE_NOTREADY_STR
Definition actuatorConfig.hpp:53
constexpr int SUBSTATE_READY_OFF
Definition actuatorConfig.hpp:42
constexpr auto CI_SIG_STABLE_PERIOD
Definition actuatorConfig.hpp:35
constexpr auto CI_ANALOG_THRESHOLD
Definition actuatorConfig.hpp:30
constexpr int SUBSTATE_READY_ON
Definition actuatorConfig.hpp:43
constexpr auto LOGGER_NAME
Definition actuatorConfig.hpp:24
constexpr auto CI_ACTIVE_LOW_ON
Definition actuatorConfig.hpp:27
const std::string RPC_ON
Definition actuatorConfig.hpp:38
constexpr auto SUBSTATE_SWITCHING_OFF_STR
Definition actuatorConfig.hpp:56
constexpr auto SUBSTATE_READY_OFF_STR
Definition actuatorConfig.hpp:54
constexpr int SUBSTATE_OP_OFF
Definition actuatorConfig.hpp:48
constexpr auto SUBSTATE_SWITCHING_ON_STR
Definition actuatorConfig.hpp:57
constexpr auto CI_AUTO_OP
Definition actuatorConfig.hpp:33
constexpr auto CI_INVERT_ANALOG
Definition actuatorConfig.hpp:29
constexpr auto SUBSTATE_OP_OFF_STR
Definition actuatorConfig.hpp:58
constexpr int SUBSTATE_OP_SWITCHING_ON
Definition actuatorConfig.hpp:51
constexpr auto SUBSTATE_OP_ON_STR
Definition actuatorConfig.hpp:60
constexpr int SUBSTATE_OP_ON
Definition actuatorConfig.hpp:50
constexpr auto SUBSTATE_READY_ON_STR
Definition actuatorConfig.hpp:55
constexpr auto CI_ACTIVE_LOW_SWITCH
Definition actuatorConfig.hpp:28
constexpr auto CI_MAX_ON
Definition actuatorConfig.hpp:31
constexpr auto SUBSTATE_OP_SWITCHING_ON_STR
Definition actuatorConfig.hpp:61
constexpr auto CI_INITIAL_STATE
Definition actuatorConfig.hpp:32
constexpr int SUBSTATE_SWITCHING_OFF
Definition actuatorConfig.hpp:44
constexpr int SUBSTATE_OP_DISABLING
Definition actuatorConfig.hpp:47
constexpr auto SUBSTATE_OP_SWITCHING_OFF_STR
Definition actuatorConfig.hpp:59
constexpr int SUBSTATE_SWITCHING_ON
Definition actuatorConfig.hpp:45
constexpr int SUBSTATE_OP_SWITCHING_OFF
Definition actuatorConfig.hpp:49
const std::unordered_map< short, std::string > SUBSTATE_MAP
Definition actuatorConfig.hpp:64
const std::string RPC_OFF
Definition actuatorConfig.hpp:39
constexpr auto CI_TIMEOUT
Definition actuatorConfig.hpp:34
constexpr int SUBSTATE_ERROR
Definition deviceConfig.hpp:97
constexpr auto SUBSTATE_INITIALISING_STR
Definition deviceConfig.hpp:100
constexpr auto SUBSTATE_ERROR_STR
Definition deviceConfig.hpp:102
constexpr int SUBSTATE_INITIALISING
Definition deviceConfig.hpp:96
constexpr auto SUBSTATE_NOTREADY_STR
Definition deviceConfig.hpp:99
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