10 #ifndef FCF_DEVMGR_DEVICE_SHUTTER_CONFIG_HPP
11 #define FCF_DEVMGR_DEVICE_SHUTTER_CONFIG_HPP
17 #include <yaml-cpp/yaml.h>
19 #include <utils/bat/logger.hpp>
DataContext class header file.
DeviceConfig class header file.
constexpr int SUBSTATE_OP_ERROR
Definition: deviceConfig.hpp:108
constexpr int SUBSTATE_INITIALISING
Definition: deviceConfig.hpp:99
constexpr auto SUBSTATE_OP_ERROR_STR
Definition: deviceConfig.hpp:111
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:105
constexpr int SUBSTATE_ERROR
Definition: deviceConfig.hpp:100
constexpr int SUBSTATE_NOTREADY
Definition: deviceConfig.hpp:97
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:102
constexpr int SUBSTATE_OP_DISABLING
Definition: deviceConfig.hpp:107
constexpr auto SUBSTATE_INITIALISING_STR
Definition: deviceConfig.hpp:103
constexpr auto SUBSTATE_OP_DISABLING_STR
Definition: deviceConfig.hpp:110
Definition: shutter.hpp:19
constexpr bool DEFAULT_ACTIVE_LOW_OPEN
Definition: shutterConfig.hpp:41
const std::unordered_map< short, std::string > SubstateMap
Definition: shutterConfig.hpp:70
constexpr auto CI_TIMEOUT
Definition: shutterConfig.hpp:37
constexpr auto CI_ACTIVE_LOW_FAULT
Definition: shutterConfig.hpp:30
constexpr bool DEFAULT_IGNORE_CLOSED
Definition: shutterConfig.hpp:43
constexpr bool DEFAULT_ACTIVE_LOW_FAULT
Definition: shutterConfig.hpp:40
constexpr short SUBSTATE_READY_CLOSE
Definition: shutterConfig.hpp:55
constexpr auto CI_IGNORE_FAULT
Definition: shutterConfig.hpp:34
constexpr unsigned int DEFAULT_TIMEOUT
Definition: shutterConfig.hpp:47
constexpr short SUBSTATE_OP_CLOSE
Definition: shutterConfig.hpp:57
constexpr bool DEFAULT_INITIAL_STATE
Definition: shutterConfig.hpp:46
constexpr auto LOGGER_NAME
Definition: shutterConfig.hpp:27
constexpr bool DEFAULT_IGNORE_FAULT
Definition: shutterConfig.hpp:44
constexpr auto RPC_CLOSE
Definition: shutterConfig.hpp:51
constexpr bool DEFAULT_IGNORE_OPEN
Definition: shutterConfig.hpp:45
constexpr auto SUBSTATE_OP_CLOSE_STR
Definition: shutterConfig.hpp:64
constexpr auto CI_ACTIVE_LOW_SWITCH
Definition: shutterConfig.hpp:32
constexpr bool DEFAULT_ACTIVE_LOW_SWITCH
Definition: shutterConfig.hpp:42
constexpr auto SUBSTATE_OP_OPEN_STR
Definition: shutterConfig.hpp:66
constexpr auto SUBSTATE_OP_OPENING_STR
Definition: shutterConfig.hpp:67
constexpr auto CI_IGNORE_CLOSED
Definition: shutterConfig.hpp:33
constexpr short SUBSTATE_OP_CLOSING
Definition: shutterConfig.hpp:58
constexpr bool DEFAULT_ACTIVE_LOW_CLOSE
Definition: shutterConfig.hpp:39
constexpr auto SUBSTATE_READY_OPEN_STR
Definition: shutterConfig.hpp:63
constexpr auto SUBSTATE_OP_CLOSING_STR
Definition: shutterConfig.hpp:65
constexpr auto RPC_OPEN
Definition: shutterConfig.hpp:50
constexpr short SUBSTATE_OP_OPENING
Definition: shutterConfig.hpp:60
constexpr auto CI_INITIAL_STATE
Definition: shutterConfig.hpp:36
constexpr auto SUBSTATE_READY_CLOSE_STR
Definition: shutterConfig.hpp:62
constexpr short SUBSTATE_OP_OPEN
Definition: shutterConfig.hpp:59
constexpr auto CI_IGNORE_OPEN
Definition: shutterConfig.hpp:35
constexpr short SUBSTATE_READY_OPEN
Definition: shutterConfig.hpp:56
constexpr auto CI_ACTIVE_LOW_CLOSED
Definition: shutterConfig.hpp:29
constexpr auto CI_ACTIVE_LOW_OPEN
Definition: shutterConfig.hpp:31
ShutterHwErrors header file.
LampRpcErrors header file.