|
| 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 |
◆ 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_NAME
| constexpr auto fcf::devmgr::sensor::CI_NAME = "name" |
|
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 |
◆ LOGGER_NAME
| constexpr auto fcf::devmgr::sensor::LOGGER_NAME = "sensor" |
|
constexpr |
◆ rpc_errors
| const std::unordered_map<short, std::string> fcf::devmgr::sensor::rpc_errors |
◆ 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 |
◆ 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:66
constexpr int SUBSTATE_OP_MONITORING
Definition: sensorConfig.hpp:48
@ 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:60
@ HW_ERR_HW_NOT_OP
Definition: sensorHwErrors.hpp:20
constexpr auto DI_CAT_STR
Definition: sensorConfig.hpp:64
constexpr auto SI_TYPE_STR
Definition: sensorConfig.hpp:62
@ HW_ERR_DISABLE_FAILURE
Definition: sensorHwErrors.hpp:25
constexpr auto SUBSTATE_NOTREADY_STR
Definition: deviceConfig.hpp:99
@ HW_ERR_INIT_FAILURE
Definition: sensorHwErrors.hpp:23
constexpr auto II_TYPE_STR
Definition: sensorConfig.hpp:61
constexpr int SUBSTATE_NOTREADY
Definition: deviceConfig.hpp:94
constexpr auto DI_TYPE_STR
Definition: sensorConfig.hpp:59
constexpr auto SI_CAT_STR
Definition: sensorConfig.hpp:67
@ HW_ERR_INCONSISTENT
Definition: sensorHwErrors.hpp:22
@ RPC_ERR_NOT_OP_NOTREADY
Definition: sensorRpcErrors.hpp:22
constexpr int SUBSTATE_OP_ERROR
Definition: deviceConfig.hpp:105
constexpr auto SUBSTATE_OP_MONITORING_STR
Definition: sensorConfig.hpp:49
@ RPC_ERR_NOT_OP
Definition: sensorRpcErrors.hpp:20
constexpr auto SUBSTATE_OP_ERROR_STR
Definition: deviceConfig.hpp:108
constexpr int SUBSTATE_ERROR
Definition: deviceConfig.hpp:97
constexpr auto AI_CAT_STR
Definition: sensorConfig.hpp:65
constexpr auto SUBSTATE_READY_STR
Definition: deviceConfig.hpp:101
constexpr int SUBSTATE_READY
Definition: deviceConfig.hpp:95
constexpr auto SUBSTATE_ERROR_STR
Definition: deviceConfig.hpp:102