8#ifndef FCF_DEVMGR_DEVICE_SHUTTER_CONFIG_HPP
9#define FCF_DEVMGR_DEVICE_SHUTTER_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_OP_DISABLING
Definition deviceConfig.hpp:104
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 auto SUBSTATE_OP_DISABLING_STR
Definition deviceConfig.hpp:107
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
Shutter class source file.
Definition shutter.hpp:17
constexpr short SUBSTATE_OP_CLOSE
Definition shutterConfig.hpp:54
constexpr short SUBSTATE_READY_CLOSE
Definition shutterConfig.hpp:52
constexpr auto SUBSTATE_READY_OPEN_STR
Definition shutterConfig.hpp:60
constexpr bool DEFAULT_ACTIVE_LOW_OPEN
Definition shutterConfig.hpp:38
constexpr auto CI_TIMEOUT
Definition shutterConfig.hpp:34
constexpr short SUBSTATE_OP_OPENING
Definition shutterConfig.hpp:57
constexpr short SUBSTATE_OP_CLOSING
Definition shutterConfig.hpp:55
constexpr bool DEFAULT_IGNORE_CLOSED
Definition shutterConfig.hpp:40
constexpr auto CI_IGNORE_CLOSED
Definition shutterConfig.hpp:30
constexpr auto CI_ACTIVE_LOW_FAULT
Definition shutterConfig.hpp:27
constexpr bool DEFAULT_IGNORE_OPEN
Definition shutterConfig.hpp:42
constexpr bool DEFAULT_IGNORE_FAULT
Definition shutterConfig.hpp:41
constexpr auto SUBSTATE_OP_OPENING_STR
Definition shutterConfig.hpp:64
constexpr auto CI_ACTIVE_LOW_CLOSED
Definition shutterConfig.hpp:26
constexpr bool DEFAULT_ACTIVE_LOW_SWITCH
Definition shutterConfig.hpp:39
constexpr bool DEFAULT_INITIAL_STATE
Definition shutterConfig.hpp:43
constexpr bool DEFAULT_ACTIVE_LOW_CLOSE
Definition shutterConfig.hpp:36
constexpr unsigned int DEFAULT_TIMEOUT
Definition shutterConfig.hpp:44
constexpr auto SUBSTATE_OP_CLOSING_STR
Definition shutterConfig.hpp:62
constexpr bool DEFAULT_ACTIVE_LOW_FAULT
Definition shutterConfig.hpp:37
constexpr auto CI_INITIAL_STATE
Definition shutterConfig.hpp:33
constexpr auto RPC_CLOSE
Definition shutterConfig.hpp:48
constexpr auto SUBSTATE_OP_OPEN_STR
Definition shutterConfig.hpp:63
constexpr auto SUBSTATE_READY_CLOSE_STR
Definition shutterConfig.hpp:59
constexpr auto CI_IGNORE_OPEN
Definition shutterConfig.hpp:32
constexpr short SUBSTATE_READY_OPEN
Definition shutterConfig.hpp:53
constexpr auto SUBSTATE_OP_CLOSE_STR
Definition shutterConfig.hpp:61
constexpr auto RPC_OPEN
Definition shutterConfig.hpp:47
constexpr auto LOGGER_NAME
Definition shutterConfig.hpp:24
const std::unordered_map< short, std::string > SUBSTATE_MAP
Definition shutterConfig.hpp:67
constexpr short SUBSTATE_OP_OPEN
Definition shutterConfig.hpp:56
constexpr auto CI_IGNORE_FAULT
Definition shutterConfig.hpp:31
constexpr auto CI_ACTIVE_LOW_OPEN
Definition shutterConfig.hpp:28
constexpr auto CI_ACTIVE_LOW_SWITCH
Definition shutterConfig.hpp:29