|
| 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
} |
| |
| 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
} |
| |
◆ 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 | |
◆ 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 | |
◆ operator<<()
| std::ostream& fcf::devmgr::sensor::operator<< |
( |
std::ostream & |
dest, |
|
|
const ChannelData & |
obj |
|
) |
| |
◆ REGISTER_DEVICE()
| fcf::devmgr::sensor::REGISTER_DEVICE |
( |
Sensor |
| ) |
|
◆ AI_CAT_STR
| constexpr auto fcf::devmgr::sensor::AI_CAT_STR = "aiChannels" |
|
constexpr |
◆ AI_TYPE_STR
| constexpr auto fcf::devmgr::sensor::AI_TYPE_STR = "AI" |
|
constexpr |
◆ cfgMapping
| const std::vector<std::string> fcf::devmgr::sensor::cfgMapping |
◆ ChannelTypeMap
| const std::unordered_map<std::string, std::string> fcf::devmgr::sensor::ChannelTypeMap |
◆ CI_ALIAS
| constexpr auto fcf::devmgr::sensor::CI_ALIAS = "alias" |
|
constexpr |
◆ CI_CHANNELS
| constexpr auto fcf::devmgr::sensor::CI_CHANNELS = "channels" |
|
constexpr |
◆ CI_DESCRIPTION
| constexpr auto fcf::devmgr::sensor::CI_DESCRIPTION = "description" |
|
constexpr |
◆ CI_HEADER
| constexpr auto fcf::devmgr::sensor::CI_HEADER = "header" |
|
constexpr |
◆ CI_LOG
| constexpr auto fcf::devmgr::sensor::CI_LOG = "log" |
|
constexpr |
◆ CI_MAP
| constexpr auto fcf::devmgr::sensor::CI_MAP = "map" |
|
constexpr |
◆ CI_READONLY
| constexpr auto fcf::devmgr::sensor::CI_READONLY = "readonly" |
|
constexpr |
◆ CI_TYPE
| constexpr auto fcf::devmgr::sensor::CI_TYPE = "type" |
|
constexpr |
◆ CI_UNIT
| constexpr auto fcf::devmgr::sensor::CI_UNIT = "unit" |
|
constexpr |
◆ DI_CAT_STR
| constexpr auto fcf::devmgr::sensor::DI_CAT_STR = "diChannels" |
|
constexpr |
◆ DI_TYPE_STR
| constexpr auto fcf::devmgr::sensor::DI_TYPE_STR = "DI" |
|
constexpr |
◆ hw_errors
| const std::unordered_map<short, std::string> fcf::devmgr::sensor::hw_errors |
◆ II_CAT_STR
| constexpr auto fcf::devmgr::sensor::II_CAT_STR = "iiChannels" |
|
constexpr |
◆ II_TYPE_STR
| constexpr auto fcf::devmgr::sensor::II_TYPE_STR = "II" |
|
constexpr |
◆ rpc_errors
| const std::unordered_map<short, std::string> fcf::devmgr::sensor::rpc_errors |
◆ rpcMapping
| const std::vector<std::string> fcf::devmgr::sensor::rpcMapping |
◆ SI_CAT_STR
| constexpr auto fcf::devmgr::sensor::SI_CAT_STR = "siChannels" |
|
constexpr |
◆ SI_TYPE_STR
| constexpr auto fcf::devmgr::sensor::SI_TYPE_STR = "SI" |
|
constexpr |
◆ statMapping
| const std::vector<std::string> fcf::devmgr::sensor::statMapping |
◆ SUBSTATE_OP_MONITORING
| constexpr int fcf::devmgr::sensor::SUBSTATE_OP_MONITORING = 200 |
|
constexpr |
◆ SUBSTATE_OP_MONITORING_STR
| constexpr auto fcf::devmgr::sensor::SUBSTATE_OP_MONITORING_STR = "Monitoring" |
|
constexpr |
◆ SubstateMap
| const std::unordered_map<short, std::string> fcf::devmgr::sensor::SubstateMap |
@ HW_ERR_ENABLE_FAILURE
Definition: sensorHwErrors.hpp:24
constexpr auto II_CAT_STR
Definition: sensorConfig.hpp:63
constexpr int SUBSTATE_OP_MONITORING
Definition: sensorConfig.hpp:45
@ RPC_ERR_NOT_OP_READY
Definition: sensorRpcErrors.hpp:21
@ HW_ERR_WRONG_CMD
Definition: sensorHwErrors.hpp:21
constexpr auto AI_TYPE_STR
Definition: sensorConfig.hpp:57
@ HW_ERR_HW_NOT_OP
Definition: sensorHwErrors.hpp:20
constexpr auto CI_STAT_STATE
Definition: deviceConfig.hpp:51
constexpr auto DI_CAT_STR
Definition: sensorConfig.hpp:61
constexpr auto SI_TYPE_STR
Definition: sensorConfig.hpp:59
constexpr auto RPC_STOP
Definition: deviceConfig.hpp:46
constexpr auto RPC_DISABLE
Definition: deviceConfig.hpp:45
@ HW_ERR_DISABLE_FAILURE
Definition: sensorHwErrors.hpp:25
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:87
@ HW_ERR_INIT_FAILURE
Definition: sensorHwErrors.hpp:23
constexpr auto II_TYPE_STR
Definition: sensorConfig.hpp:58
constexpr int SUBSTATE_NOTREADY
Definition: deviceConfig.hpp:82
constexpr auto DI_TYPE_STR
Definition: sensorConfig.hpp:56
constexpr auto SI_CAT_STR
Definition: sensorConfig.hpp:64
@ HW_ERR_INCONSISTENT
Definition: sensorHwErrors.hpp:22
@ RPC_ERR_NOT_OP_NOTREADY
Definition: sensorRpcErrors.hpp:22
constexpr auto RPC_ENABLE
Definition: deviceConfig.hpp:44
constexpr int SUBSTATE_OP_ERROR
Definition: deviceConfig.hpp:93
constexpr auto SUBSTATE_OP_MONITORING_STR
Definition: sensorConfig.hpp:46
@ RPC_ERR_NOT_OP
Definition: sensorRpcErrors.hpp:20
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
constexpr auto RPC_INIT
Definition: deviceConfig.hpp:43
constexpr auto AI_CAT_STR
Definition: sensorConfig.hpp:62
constexpr auto SUBSTATE_READY_STR
Definition: deviceConfig.hpp:89
constexpr int SUBSTATE_READY
Definition: deviceConfig.hpp:83
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:90
constexpr auto RPC_RESET
Definition: deviceConfig.hpp:47