|
| enum | {
HW_SUCCESS = 0,
HW_ERR_HW_NOT_OP = 1,
HW_ERR_INIT_FAILURE = 2,
HW_ERR_UNEXPECTED_CLOSED = 3,
HW_ERR_UNEXPECTED_NONE = 4,
HW_ERR_UNEXPECTED_OPENED = 5,
HW_ERR_FAULT_SIG = 6,
HW_ERR_BOTH_SIG_ACTIVE = 7,
HW_ERR_TIMEOUT_ENABLE = 8,
HW_ERR_TIMEOUT_DISABLE = 9,
HW_ERR_TIMEOUT_INIT = 10,
HW_ERR_TIMEOUT_CLOSE = 11,
HW_ERR_TIMEOUT_OPEN = 12,
RPC_SUCCESS = 0,
RPC_ERR_NOT_OP = -1,
RPC_ERR_NOT_OP_READY = -2,
RPC_ERR_NOT_OP_NOTREADY = -3,
RPC_ERR_STILL_OPENNING = -4,
RPC_ERR_STILL_CLOSING = -5,
RPC_ERR_LOCAL = -6
} |
| |
| enum | {
HW_SUCCESS = 0,
HW_ERR_HW_NOT_OP = 1,
HW_ERR_INIT_FAILURE = 2,
HW_ERR_UNEXPECTED_CLOSED = 3,
HW_ERR_UNEXPECTED_NONE = 4,
HW_ERR_UNEXPECTED_OPENED = 5,
HW_ERR_FAULT_SIG = 6,
HW_ERR_BOTH_SIG_ACTIVE = 7,
HW_ERR_TIMEOUT_ENABLE = 8,
HW_ERR_TIMEOUT_DISABLE = 9,
HW_ERR_TIMEOUT_INIT = 10,
HW_ERR_TIMEOUT_CLOSE = 11,
HW_ERR_TIMEOUT_OPEN = 12,
RPC_SUCCESS = 0,
RPC_ERR_NOT_OP = -1,
RPC_ERR_NOT_OP_READY = -2,
RPC_ERR_NOT_OP_NOTREADY = -3,
RPC_ERR_STILL_OPENNING = -4,
RPC_ERR_STILL_CLOSING = -5,
RPC_ERR_LOCAL = -6
} |
| |
◆ anonymous enum [1/2]
| Enumerator |
|---|
| HW_SUCCESS | |
| HW_ERR_HW_NOT_OP | |
| HW_ERR_INIT_FAILURE | |
| HW_ERR_UNEXPECTED_CLOSED | |
| HW_ERR_UNEXPECTED_NONE | |
| HW_ERR_UNEXPECTED_OPENED | |
| HW_ERR_FAULT_SIG | |
| HW_ERR_BOTH_SIG_ACTIVE | |
| HW_ERR_TIMEOUT_ENABLE | |
| HW_ERR_TIMEOUT_DISABLE | |
| HW_ERR_TIMEOUT_INIT | |
| HW_ERR_TIMEOUT_CLOSE | |
| HW_ERR_TIMEOUT_OPEN | |
| RPC_SUCCESS | |
| RPC_ERR_NOT_OP | |
| RPC_ERR_NOT_OP_READY | |
| RPC_ERR_NOT_OP_NOTREADY | |
| RPC_ERR_STILL_OPENNING | |
| RPC_ERR_STILL_CLOSING | |
| RPC_ERR_LOCAL | |
◆ anonymous enum [2/2]
| Enumerator |
|---|
| HW_SUCCESS | |
| HW_ERR_HW_NOT_OP | |
| HW_ERR_INIT_FAILURE | |
| HW_ERR_UNEXPECTED_CLOSED | |
| HW_ERR_UNEXPECTED_NONE | |
| HW_ERR_UNEXPECTED_OPENED | |
| HW_ERR_FAULT_SIG | |
| HW_ERR_BOTH_SIG_ACTIVE | |
| HW_ERR_TIMEOUT_ENABLE | |
| HW_ERR_TIMEOUT_DISABLE | |
| HW_ERR_TIMEOUT_INIT | |
| HW_ERR_TIMEOUT_CLOSE | |
| HW_ERR_TIMEOUT_OPEN | |
| RPC_SUCCESS | |
| RPC_ERR_NOT_OP | |
| RPC_ERR_NOT_OP_READY | |
| RPC_ERR_NOT_OP_NOTREADY | |
| RPC_ERR_STILL_OPENNING | |
| RPC_ERR_STILL_CLOSING | |
| RPC_ERR_LOCAL | |
◆ REGISTER_DEVICE()
| fcf::devmgr::shutter::REGISTER_DEVICE |
( |
Shutter |
| ) |
|
◆ cfgMapping
| const std::vector<std::string> fcf::devmgr::shutter::cfgMapping |
◆ CI_ACTIVE_LOW_CLOSED
| constexpr auto fcf::devmgr::shutter::CI_ACTIVE_LOW_CLOSED = "low_closed" |
|
constexpr |
◆ CI_ACTIVE_LOW_FAULT
| constexpr auto fcf::devmgr::shutter::CI_ACTIVE_LOW_FAULT = "low_fault" |
|
constexpr |
◆ CI_ACTIVE_LOW_OPEN
| constexpr auto fcf::devmgr::shutter::CI_ACTIVE_LOW_OPEN = "low_open" |
|
constexpr |
◆ CI_ACTIVE_LOW_SWITCH
| constexpr auto fcf::devmgr::shutter::CI_ACTIVE_LOW_SWITCH = "low_switch" |
|
constexpr |
◆ CI_IGNORE_CLOSED
| constexpr auto fcf::devmgr::shutter::CI_IGNORE_CLOSED = "ignore_closed" |
|
constexpr |
◆ CI_IGNORE_FAULT
| constexpr auto fcf::devmgr::shutter::CI_IGNORE_FAULT = "ignore_fault" |
|
constexpr |
◆ CI_IGNORE_OPEN
| constexpr auto fcf::devmgr::shutter::CI_IGNORE_OPEN = "ignore_open" |
|
constexpr |
◆ CI_INITIAL_STATE
| constexpr auto fcf::devmgr::shutter::CI_INITIAL_STATE = "initial_state" |
|
constexpr |
◆ CI_TIMEOUT
| constexpr auto fcf::devmgr::shutter::CI_TIMEOUT = "timeout" |
|
constexpr |
◆ DEFAULT_ACTIVE_LOW_CLOSE
| constexpr bool fcf::devmgr::shutter::DEFAULT_ACTIVE_LOW_CLOSE = false |
|
constexpr |
◆ DEFAULT_ACTIVE_LOW_FAULT
| constexpr bool fcf::devmgr::shutter::DEFAULT_ACTIVE_LOW_FAULT = false |
|
constexpr |
◆ DEFAULT_ACTIVE_LOW_OPEN
| constexpr bool fcf::devmgr::shutter::DEFAULT_ACTIVE_LOW_OPEN = false |
|
constexpr |
◆ DEFAULT_ACTIVE_LOW_SWITCH
| constexpr bool fcf::devmgr::shutter::DEFAULT_ACTIVE_LOW_SWITCH = false |
|
constexpr |
◆ DEFAULT_IGNORE_CLOSED
| constexpr bool fcf::devmgr::shutter::DEFAULT_IGNORE_CLOSED = false |
|
constexpr |
◆ DEFAULT_IGNORE_FAULT
| constexpr bool fcf::devmgr::shutter::DEFAULT_IGNORE_FAULT = false |
|
constexpr |
◆ DEFAULT_IGNORE_OPEN
| constexpr bool fcf::devmgr::shutter::DEFAULT_IGNORE_OPEN = false |
|
constexpr |
◆ DEFAULT_INITIAL_STATE
| constexpr bool fcf::devmgr::shutter::DEFAULT_INITIAL_STATE = false |
|
constexpr |
◆ DEFAULT_TIMEOUT
| constexpr unsigned int fcf::devmgr::shutter::DEFAULT_TIMEOUT = 10000 |
|
constexpr |
◆ hw_errors
| const std::unordered_map<short, std::string> fcf::devmgr::shutter::hw_errors |
◆ RPC_CLOSE
| constexpr auto fcf::devmgr::shutter::RPC_CLOSE = "rpcClose" |
|
constexpr |
◆ rpc_errors
| const std::unordered_map<short, std::string> fcf::devmgr::shutter::rpc_errors |
◆ RPC_OPEN
| constexpr auto fcf::devmgr::shutter::RPC_OPEN = "rpcOpen" |
|
constexpr |
◆ rpcMapping
| const std::vector<std::string> fcf::devmgr::shutter::rpcMapping |
◆ statMapping
| const std::vector<std::string> fcf::devmgr::shutter::statMapping |
◆ SUBSTATE_OP_CLOSE
| constexpr short fcf::devmgr::shutter::SUBSTATE_OP_CLOSE = 212 |
|
constexpr |
◆ SUBSTATE_OP_CLOSE_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_OP_CLOSE_STR = "Close" |
|
constexpr |
◆ SUBSTATE_OP_CLOSING
| constexpr short fcf::devmgr::shutter::SUBSTATE_OP_CLOSING = 213 |
|
constexpr |
◆ SUBSTATE_OP_CLOSING_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_OP_CLOSING_STR = "Closing" |
|
constexpr |
◆ SUBSTATE_OP_OPEN
| constexpr short fcf::devmgr::shutter::SUBSTATE_OP_OPEN = 214 |
|
constexpr |
◆ SUBSTATE_OP_OPEN_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_OP_OPEN_STR = "Open" |
|
constexpr |
◆ SUBSTATE_OP_OPENING
| constexpr short fcf::devmgr::shutter::SUBSTATE_OP_OPENING = 215 |
|
constexpr |
◆ SUBSTATE_OP_OPENING_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_OP_OPENING_STR = "Opening" |
|
constexpr |
◆ SUBSTATE_READY_CLOSE
| constexpr short fcf::devmgr::shutter::SUBSTATE_READY_CLOSE = 105 |
|
constexpr |
◆ SUBSTATE_READY_CLOSE_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_READY_CLOSE_STR = "Ready/Close" |
|
constexpr |
◆ SUBSTATE_READY_OPEN
| constexpr short fcf::devmgr::shutter::SUBSTATE_READY_OPEN = 106 |
|
constexpr |
◆ SUBSTATE_READY_OPEN_STR
| constexpr auto fcf::devmgr::shutter::SUBSTATE_READY_OPEN_STR = "Ready/Open" |
|
constexpr |
◆ SubstateMap
| const std::unordered_map<short, std::string> fcf::devmgr::shutter::SubstateMap |
constexpr short SUBSTATE_OP_CLOSING
Definition: shutterConfig.hpp:58
constexpr auto CI_ACTIVE_LOW_OPEN
Definition: shutterConfig.hpp:31
constexpr auto SUBSTATE_OP_OPENING_STR
Definition: shutterConfig.hpp:67
constexpr short SUBSTATE_OP_OPENING
Definition: shutterConfig.hpp:60
constexpr auto SUBSTATE_OP_OPEN_STR
Definition: shutterConfig.hpp:66
constexpr short SUBSTATE_READY_OPEN
Definition: shutterConfig.hpp:56
constexpr auto CI_STAT_ERROR_CODE
Definition: deviceConfig.hpp:54
@ RPC_ERR_NOT_OP_READY
Definition: shutterRpcErrors.hpp:21
@ RPC_ERR_STILL_OPENNING
Definition: shutterRpcErrors.hpp:23
@ RPC_ERR_LOCAL
Definition: shutterRpcErrors.hpp:25
constexpr auto SUBSTATE_OP_DISABLING_STR
Definition: deviceConfig.hpp:95
@ HW_ERR_TIMEOUT_INIT
Definition: shutterHwErrors.hpp:28
constexpr short SUBSTATE_OP_OPEN
Definition: shutterConfig.hpp:59
constexpr auto CI_STAT_STATE
Definition: deviceConfig.hpp:51
constexpr auto CI_STAT_LOCAL
Definition: deviceConfig.hpp:53
constexpr auto SUBSTATE_OP_CLOSING_STR
Definition: shutterConfig.hpp:65
@ RPC_ERR_STILL_CLOSING
Definition: shutterRpcErrors.hpp:24
constexpr auto RPC_CLOSE
Definition: shutterConfig.hpp:51
@ HW_ERR_TIMEOUT_OPEN
Definition: shutterHwErrors.hpp:30
constexpr short SUBSTATE_READY_CLOSE
Definition: shutterConfig.hpp:55
constexpr auto RPC_STOP
Definition: deviceConfig.hpp:46
@ HW_ERR_TIMEOUT_DISABLE
Definition: shutterHwErrors.hpp:27
@ HW_ERR_BOTH_SIG_ACTIVE
Definition: shutterHwErrors.hpp:25
constexpr auto RPC_DISABLE
Definition: deviceConfig.hpp:45
@ HW_ERR_UNEXPECTED_CLOSED
Definition: shutterHwErrors.hpp:21
constexpr int SUBSTATE_OP_DISABLING
Definition: deviceConfig.hpp:92
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:87
constexpr auto SUBSTATE_INITIALISING_STR
Definition: deviceConfig.hpp:88
constexpr int SUBSTATE_NOTREADY
Definition: deviceConfig.hpp:82
constexpr auto SUBSTATE_READY_CLOSE_STR
Definition: shutterConfig.hpp:62
@ HW_ERR_HW_NOT_OP
Definition: shutterHwErrors.hpp:19
@ HW_ERR_TIMEOUT_ENABLE
Definition: shutterHwErrors.hpp:26
constexpr auto CI_ACTIVE_LOW_FAULT
Definition: shutterConfig.hpp:30
@ HW_ERR_FAULT_SIG
Definition: shutterHwErrors.hpp:24
constexpr int SUBSTATE_INITIALISING
Definition: deviceConfig.hpp:84
@ HW_ERR_INIT_FAILURE
Definition: shutterHwErrors.hpp:20
@ RPC_ERR_NOT_OP
Definition: shutterRpcErrors.hpp:20
constexpr auto RPC_ENABLE
Definition: deviceConfig.hpp:44
constexpr int SUBSTATE_OP_ERROR
Definition: deviceConfig.hpp:93
@ HW_ERR_TIMEOUT_CLOSE
Definition: shutterHwErrors.hpp:29
constexpr auto SUBSTATE_READY_OPEN_STR
Definition: shutterConfig.hpp:63
constexpr auto SUBSTATE_OP_ERROR_STR
Definition: deviceConfig.hpp:96
constexpr auto CI_STAT_SUBSTATE
Definition: deviceConfig.hpp:50
constexpr int SUBSTATE_ERROR
Definition: deviceConfig.hpp:85
@ HW_ERR_UNEXPECTED_OPENED
Definition: shutterHwErrors.hpp:23
constexpr auto RPC_INIT
Definition: deviceConfig.hpp:43
constexpr auto SUBSTATE_OP_CLOSE_STR
Definition: shutterConfig.hpp:64
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:90
constexpr short SUBSTATE_OP_CLOSE
Definition: shutterConfig.hpp:57
constexpr auto RPC_OPEN
Definition: shutterConfig.hpp:50
@ HW_ERR_UNEXPECTED_NONE
Definition: shutterHwErrors.hpp:22
constexpr auto RPC_RESET
Definition: deviceConfig.hpp:47