Go to the documentation of this file.
10 #ifndef FCF_DEVMGR_DEVICE_ACTUATOR_CONFIG_HPP
11 #define FCF_DEVMGR_DEVICE_ACTUATOR_CONFIG_HPP
17 #include <yaml-cpp/yaml.h>
19 #include "fcf/common/iComm.hpp"
42 const std::string
RPC_ON =
"rpcSwitchOn";
43 const std::string
RPC_OFF =
"rpcSwitchOff";
122 CFG_SIG_STABLE_PERIOD,
135 const std::string name);
151 #endif //FCF_DEVMGR_DEVICE_ACTUATOR_CONFIG_H
constexpr int SUBSTATE_READY_ON
Definition: actuatorConfig.hpp:47
actuatorHwErrors header file.
constexpr int SUBSTATE_OP_SWITCHING_OFF
Definition: actuatorConfig.hpp:53
constexpr auto CI_AUTO_OP
Definition: actuatorConfig.hpp:37
DataContext class header file.
const std::vector< std::string > statMapping
Definition: actuatorConfig.hpp:87
const std::unordered_map< short, std::string > SubstateMap
Definition: actuatorConfig.hpp:68
constexpr auto SUBSTATE_READY_OFF_STR
Definition: actuatorConfig.hpp:58
constexpr auto CI_STAT_ERROR_CODE
Definition: deviceConfig.hpp:54
constexpr auto SUBSTATE_NOTREADY_STR
Definition: actuatorConfig.hpp:57
constexpr int SUBSTATE_SWITCHING_ON
Definition: actuatorConfig.hpp:49
const std::vector< std::string > rpcMapping
Definition: actuatorConfig.hpp:94
DeviceConfig class header file.
constexpr auto CI_INITIAL_STATE
Definition: actuatorConfig.hpp:36
ActuatorConfig(const std::string filename, const std::string name)
DeviceConfig constructor.
Definition: actuatorConfig.cpp:28
constexpr auto CI_STAT_STATE
Definition: deviceConfig.hpp:51
constexpr auto CI_STAT_LOCAL
Definition: deviceConfig.hpp:53
constexpr auto SUBSTATE_READY_ON_STR
Definition: actuatorConfig.hpp:59
constexpr int SUBSTATE_OP_DISABLING
Definition: actuatorConfig.hpp:51
constexpr int SUBSTATE_OP_SWITCHING_ON
Definition: actuatorConfig.hpp:55
constexpr auto RPC_STOP
Definition: deviceConfig.hpp:46
constexpr auto RPC_DISABLE
Definition: deviceConfig.hpp:45
constexpr auto CI_ANALOG_THRESHOLD
Definition: actuatorConfig.hpp:34
constexpr auto SUBSTATE_SWITCHING_ON_STR
Definition: actuatorConfig.hpp:61
actuatorRpcErrors header file.
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:87
Definition: actionMgr.cpp:29
configSet class header file.
constexpr auto SUBSTATE_INITIALISING_STR
Definition: deviceConfig.hpp:88
constexpr int SUBSTATE_NOTREADY
Definition: deviceConfig.hpp:82
constexpr int SUBSTATE_READY_OFF
Definition: actuatorConfig.hpp:46
const std::string RPC_ON
Definition: actuatorConfig.hpp:42
constexpr auto CI_INVERT_ANALOG
Definition: actuatorConfig.hpp:33
constexpr int SUBSTATE_INITIALISING
Definition: deviceConfig.hpp:84
constexpr auto CI_SIG_STABLE_PERIOD
Definition: actuatorConfig.hpp:39
constexpr auto RPC_ENABLE
Definition: deviceConfig.hpp:44
constexpr int SUBSTATE_OP_ERROR
Definition: deviceConfig.hpp:93
constexpr auto SUBSTATE_OP_ERROR_STR
Definition: deviceConfig.hpp:96
constexpr int SUBSTATE_OP_OFF
Definition: actuatorConfig.hpp:52
constexpr auto SUBSTATE_OP_OFF_STR
Definition: actuatorConfig.hpp:62
constexpr auto SUBSTATE_OP_ON_STR
Definition: actuatorConfig.hpp:64
constexpr auto SUBSTATE_OP_SWITCHING_OFF_STR
Definition: actuatorConfig.hpp:63
constexpr int SUBSTATE_SWITCHING_OFF
Definition: actuatorConfig.hpp:48
constexpr auto CI_STAT_SUBSTATE
Definition: deviceConfig.hpp:50
constexpr int SUBSTATE_ERROR
Definition: deviceConfig.hpp:85
constexpr auto SUBSTATE_OP_SWITCHING_ON_STR
Definition: actuatorConfig.hpp:65
constexpr auto RPC_INIT
Definition: deviceConfig.hpp:43
constexpr auto SUBSTATE_SWITCHING_OFF_STR
Definition: actuatorConfig.hpp:60
Device Configuration class.
Definition: deviceConfig.hpp:125
const std::vector< std::string > cfgMapping
Definition: actuatorConfig.hpp:84
constexpr auto CI_ACTIVE_LOW_ON
Definition: actuatorConfig.hpp:31
const std::string RPC_OFF
Definition: actuatorConfig.hpp:43
actuator Configuration class
Definition: actuatorConfig.hpp:112
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:90
constexpr int SUBSTATE_OP_ON
Definition: actuatorConfig.hpp:54
constexpr auto CI_TIMEOUT
Definition: actuatorConfig.hpp:38
virtual ~ActuatorConfig()
DeviceConfig destructor.
Definition: actuatorConfig.cpp:38
constexpr auto CI_ACTIVE_LOW_SWITCH
Definition: actuatorConfig.hpp:32
constexpr auto RPC_RESET
Definition: deviceConfig.hpp:47
constexpr auto CI_MAX_ON
Definition: actuatorConfig.hpp:35