|
| enum | {
HW_SUCCESS = 0,
HW_ERR_HW_NOT_OP = -1,
HW_ERR_WRONG_CMD = -2,
HW_ERR_INCONSISTENT = -3,
HW_ERR_INIT_FAILURE = -4,
HW_ERR_ENABLE_FAILURE = -5,
HW_ERR_DISABLE_FAILURE = -6,
RPC_SUCCESS = 0,
RPC_ERR_NOT_OP = -1,
RPC_ERR_NOT_OP_READY = -2,
RPC_ERR_NOT_OP_NOTREADY = -3,
RPC_ERR_SWITCHING_ON = -4,
RPC_ERR_SWITCHING_OFF = -5,
RPC_ERR_LOCAL = -7
} |
| |
| enum | {
HW_SUCCESS = 0,
HW_ERR_HW_NOT_OP = -1,
HW_ERR_WRONG_CMD = -2,
HW_ERR_INCONSISTENT = -3,
HW_ERR_INIT_FAILURE = -4,
HW_ERR_ENABLE_FAILURE = -5,
HW_ERR_DISABLE_FAILURE = -6,
RPC_SUCCESS = 0,
RPC_ERR_NOT_OP = -1,
RPC_ERR_NOT_OP_READY = -2,
RPC_ERR_NOT_OP_NOTREADY = -3,
RPC_ERR_SWITCHING_ON = -4,
RPC_ERR_SWITCHING_OFF = -5,
RPC_ERR_LOCAL = -7
} |
| |
◆ anonymous enum [1/2]
| Enumerator |
|---|
| HW_SUCCESS | |
| HW_ERR_HW_NOT_OP | |
| HW_ERR_WRONG_CMD | |
| HW_ERR_INCONSISTENT | |
| HW_ERR_INIT_FAILURE | |
| HW_ERR_ENABLE_FAILURE | |
| HW_ERR_DISABLE_FAILURE | |
| RPC_SUCCESS | |
| RPC_ERR_NOT_OP | |
| RPC_ERR_NOT_OP_READY | |
| RPC_ERR_NOT_OP_NOTREADY | |
| RPC_ERR_SWITCHING_ON | |
| RPC_ERR_SWITCHING_OFF | |
| RPC_ERR_LOCAL | |
◆ anonymous enum [2/2]
| Enumerator |
|---|
| HW_SUCCESS | |
| HW_ERR_HW_NOT_OP | |
| HW_ERR_WRONG_CMD | |
| HW_ERR_INCONSISTENT | |
| HW_ERR_INIT_FAILURE | |
| HW_ERR_ENABLE_FAILURE | |
| HW_ERR_DISABLE_FAILURE | |
| RPC_SUCCESS | |
| RPC_ERR_NOT_OP | |
| RPC_ERR_NOT_OP_READY | |
| RPC_ERR_NOT_OP_NOTREADY | |
| RPC_ERR_SWITCHING_ON | |
| RPC_ERR_SWITCHING_OFF | |
| RPC_ERR_LOCAL | |
◆ REGISTER_DEVICE()
| fcf::devmgr::actuator::REGISTER_DEVICE |
( |
Actuator |
| ) |
|
◆ cfgMapping
| const std::vector<std::string> fcf::devmgr::actuator::cfgMapping |
◆ CI_ACTIVE_LOW_ON
| constexpr auto fcf::devmgr::actuator::CI_ACTIVE_LOW_ON = "low_on" |
|
constexpr |
◆ CI_ACTIVE_LOW_SWITCH
| constexpr auto fcf::devmgr::actuator::CI_ACTIVE_LOW_SWITCH = "low_switch" |
|
constexpr |
◆ CI_ANALOG_THRESHOLD
| constexpr auto fcf::devmgr::actuator::CI_ANALOG_THRESHOLD = "analog_threshold" |
|
constexpr |
◆ CI_AUTO_OP
| constexpr auto fcf::devmgr::actuator::CI_AUTO_OP = "auto_operational" |
|
constexpr |
◆ CI_INITIAL_STATE
| constexpr auto fcf::devmgr::actuator::CI_INITIAL_STATE = "initial_state" |
|
constexpr |
◆ CI_INVERT_ANALOG
| constexpr auto fcf::devmgr::actuator::CI_INVERT_ANALOG = "invert_analog" |
|
constexpr |
◆ CI_MAX_ON
| constexpr auto fcf::devmgr::actuator::CI_MAX_ON = "maxon" |
|
constexpr |
◆ CI_SIG_STABLE_PERIOD
| constexpr auto fcf::devmgr::actuator::CI_SIG_STABLE_PERIOD = "signal_stable_period" |
|
constexpr |
◆ CI_TIMEOUT
| constexpr auto fcf::devmgr::actuator::CI_TIMEOUT = "timeout" |
|
constexpr |
◆ hw_errors
| const std::unordered_map<short, std::string> fcf::devmgr::actuator::hw_errors |
◆ rpc_errors
| const std::unordered_map<short, std::string> fcf::devmgr::actuator::rpc_errors |
◆ RPC_OFF
| const std::string fcf::devmgr::actuator::RPC_OFF = "rpcSwitchOff" |
◆ RPC_ON
| const std::string fcf::devmgr::actuator::RPC_ON = "rpcSwitchOn" |
◆ rpcMapping
| const std::vector<std::string> fcf::devmgr::actuator::rpcMapping |
◆ statMapping
| const std::vector<std::string> fcf::devmgr::actuator::statMapping |
◆ SUBSTATE_NOTREADY_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_NOTREADY_STR = "NotReady" |
|
constexpr |
◆ SUBSTATE_OP_DISABLING
| constexpr int fcf::devmgr::actuator::SUBSTATE_OP_DISABLING = 205 |
|
constexpr |
◆ SUBSTATE_OP_OFF
| constexpr int fcf::devmgr::actuator::SUBSTATE_OP_OFF = 206 |
|
constexpr |
◆ SUBSTATE_OP_OFF_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_OP_OFF_STR = "Off" |
|
constexpr |
◆ SUBSTATE_OP_ON
| constexpr int fcf::devmgr::actuator::SUBSTATE_OP_ON = 209 |
|
constexpr |
◆ SUBSTATE_OP_ON_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_OP_ON_STR = "On" |
|
constexpr |
◆ SUBSTATE_OP_SWITCHING_OFF
| constexpr int fcf::devmgr::actuator::SUBSTATE_OP_SWITCHING_OFF = 207 |
|
constexpr |
◆ SUBSTATE_OP_SWITCHING_OFF_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_OP_SWITCHING_OFF_STR = "Switching_off" |
|
constexpr |
◆ SUBSTATE_OP_SWITCHING_ON
| constexpr int fcf::devmgr::actuator::SUBSTATE_OP_SWITCHING_ON = 210 |
|
constexpr |
◆ SUBSTATE_OP_SWITCHING_ON_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_OP_SWITCHING_ON_STR = "Switching_on" |
|
constexpr |
◆ SUBSTATE_READY_OFF
| constexpr int fcf::devmgr::actuator::SUBSTATE_READY_OFF = 103 |
|
constexpr |
◆ SUBSTATE_READY_OFF_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_READY_OFF_STR = "Ready/Off" |
|
constexpr |
◆ SUBSTATE_READY_ON
| constexpr int fcf::devmgr::actuator::SUBSTATE_READY_ON = 104 |
|
constexpr |
◆ SUBSTATE_READY_ON_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_READY_ON_STR = "Ready/On" |
|
constexpr |
◆ SUBSTATE_SWITCHING_OFF
| constexpr int fcf::devmgr::actuator::SUBSTATE_SWITCHING_OFF = 109 |
|
constexpr |
◆ SUBSTATE_SWITCHING_OFF_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_SWITCHING_OFF_STR = "Ready/Swit_off" |
|
constexpr |
◆ SUBSTATE_SWITCHING_ON
| constexpr int fcf::devmgr::actuator::SUBSTATE_SWITCHING_ON = 110 |
|
constexpr |
◆ SUBSTATE_SWITCHING_ON_STR
| constexpr auto fcf::devmgr::actuator::SUBSTATE_SWITCHING_ON_STR = "Ready/Swit_on" |
|
constexpr |
◆ SubstateMap
| const std::unordered_map<short, std::string> fcf::devmgr::actuator::SubstateMap |
constexpr int SUBSTATE_READY_ON
Definition: actuatorConfig.hpp:47
constexpr int SUBSTATE_OP_SWITCHING_OFF
Definition: actuatorConfig.hpp:53
constexpr auto SUBSTATE_READY_OFF_STR
Definition: actuatorConfig.hpp:58
constexpr auto CI_STAT_ERROR_CODE
Definition: deviceConfig.hpp:54
@ HW_ERR_ENABLE_FAILURE
Definition: actuatorHwErrors.hpp:25
constexpr int SUBSTATE_SWITCHING_ON
Definition: actuatorConfig.hpp:49
@ RPC_ERR_NOT_OP_READY
Definition: actuatorRpcErrors.hpp:22
@ RPC_ERR_LOCAL
Definition: actuatorRpcErrors.hpp:26
constexpr auto CI_STAT_STATE
Definition: deviceConfig.hpp:51
constexpr auto CI_STAT_LOCAL
Definition: deviceConfig.hpp:53
@ RPC_ERR_NOT_OP_NOTREADY
Definition: actuatorRpcErrors.hpp:23
constexpr auto SUBSTATE_READY_ON_STR
Definition: actuatorConfig.hpp:59
constexpr int SUBSTATE_OP_SWITCHING_ON
Definition: actuatorConfig.hpp:55
@ HW_ERR_INIT_FAILURE
Definition: actuatorHwErrors.hpp:24
@ HW_ERR_HW_NOT_OP
Definition: actuatorHwErrors.hpp:21
constexpr auto RPC_STOP
Definition: deviceConfig.hpp:46
constexpr auto RPC_DISABLE
Definition: deviceConfig.hpp:45
constexpr auto SUBSTATE_SWITCHING_ON_STR
Definition: actuatorConfig.hpp:61
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:87
constexpr auto SUBSTATE_INITIALISING_STR
Definition: deviceConfig.hpp:88
@ HW_ERR_INCONSISTENT
Definition: actuatorHwErrors.hpp:23
@ RPC_ERR_SWITCHING_ON
Definition: actuatorRpcErrors.hpp:24
@ RPC_ERR_SWITCHING_OFF
Definition: actuatorRpcErrors.hpp:25
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
@ RPC_ERR_NOT_OP
Definition: actuatorRpcErrors.hpp:21
constexpr int SUBSTATE_INITIALISING
Definition: deviceConfig.hpp:84
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
@ HW_ERR_DISABLE_FAILURE
Definition: actuatorHwErrors.hpp:26
@ HW_ERR_WRONG_CMD
Definition: actuatorHwErrors.hpp:22
const std::string RPC_OFF
Definition: actuatorConfig.hpp:43
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:90
constexpr int SUBSTATE_OP_ON
Definition: actuatorConfig.hpp:54
constexpr auto RPC_RESET
Definition: deviceConfig.hpp:47