ifw-fcf 7.1.4
|
MAxis class header file. More...
Classes | |
class | MAxis |
The MAxis class. More... | |
class | MAxisConfig |
adc Configuration class More... | |
struct | MAxisControllerData |
The adcControllerData struct. More... | |
class | MAxisLcsIf |
MAxis Local Control System (LCS) Interface (IF) class. More... | |
Typedefs | |
using | VectorAttributes = std::vector <std::pair<std::string, unsigned int>> |
Enumerations | |
enum | { HW_SUCCESS = 100 , HW_ERR_HW_NOT_OP , HW_ERR_WRONG_CMD , HW_ERR_INCONSISTENT , HW_ERR_INIT_FAILURE , HW_ERR_ENABLE_FAILURE , HW_ERR_DISABLE_FAILURE } |
enum | { RPC_SUCCESS = 0 , RPC_ERR_NOT_OP = -1 , RPC_ERR_NOT_OP_READY = -2 , RPC_ERR_NOT_OP_NOTREADY = -3 , RPC_ERR_MOTOR_LOCAL = -4 , RPC_ERR_MOTOR_LOWER_LIMIT = -5 , RPC_ERR_MOTOR_UPPER_LIMIT = -6 } |
Functions | |
REGISTER_DEVICE (MAxis) | |
Variables | |
constexpr auto | LOGGER_NAME = "maxis" |
constexpr auto | CI_MOTOR_MAP_FILE = "mapMotorFile" |
constexpr auto | CI_AXES = "motors" |
constexpr auto | CI_POSITIONS = "positions" |
constexpr auto | CI_POS_NAME = "name" |
constexpr auto | CI_POS_VALUES = "values" |
constexpr auto | RPC_MOVE_AXES = "rpcMoveAxes" |
constexpr int | SUBSTATE_RESETTING = 109 |
constexpr int | SUBSTATE_ENABLING = 110 |
constexpr auto | SUBSTATE_RESETTING_STR = "Resetting" |
constexpr auto | SUBSTATE_ENABLING_STR = "Enabling" |
const std::unordered_map< short, std::string > | SUBSTATE_MAP |
const std::unordered_map< short, std::string > | HW_ERRORS |
const std::unordered_map< short, std::string > | RPC_ERRORS |
MAxis class header file.
MAxis class source file.
adcLcsIf class header file.
MAxisConfig class header file.
using ifw::fcf::devmgr::maxis::VectorAttributes = std::vector <std::pair<std::string, unsigned int>> |
anonymous enum |
anonymous enum |
ifw::fcf::devmgr::maxis::REGISTER_DEVICE | ( | MAxis | ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
const std::unordered_map<short, std::string> ifw::fcf::devmgr::maxis::HW_ERRORS |
|
constexpr |
const std::unordered_map<short, std::string> ifw::fcf::devmgr::maxis::RPC_ERRORS |
|
constexpr |
|
constexpr |
|
constexpr |
const std::unordered_map<short, std::string> ifw::fcf::devmgr::maxis::SUBSTATE_MAP |
|
constexpr |
|
constexpr |