|
ifw-fcf 7.1.4
|
Adc class source file. More...
Classes | |
| class | Adc |
| The Adc class. More... | |
| class | AdcConfig |
| adc Configuration class More... | |
| struct | AdcControllerData |
| The adcControllerData struct. More... | |
| class | AdcLcsIf |
| Adc Local Control System (LCS) Interface (IF) class. More... | |
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 (Adc) | |
Variables | |
| constexpr auto | LOGGER_NAME = "adc" |
| constexpr auto | CI_MOTOR_MAP_FILE = "mapMotorFile" |
| constexpr auto | CI_AXES = "motors" |
| constexpr auto | CI_FOCUS_SIGN = "focus_sign" |
| constexpr auto | CI_DIR_SIGN = "dir_sign" |
| constexpr auto | CI_STAT_REF = "off_ref" |
| constexpr auto | CI_STAT_AUTO = "auto_ref" |
| constexpr auto | CI_LATITUDE = "latitude" |
| constexpr auto | CI_LONGITUDE = "longitude" |
| constexpr auto | CI_TRK_PERIOD = "trk_period" |
| constexpr auto | CI_TRK_THRESHOLD = "trk_threshold" |
| constexpr auto | CI_PSLOPE = "pslope" |
| constexpr auto | CI_POFFSET = "poffset" |
| constexpr auto | CI_TSLOPE = "tslope" |
| constexpr auto | CI_TOFFSET = "toffset" |
| constexpr auto | CI_AFACTOR = "afactor" |
| constexpr auto | CI_ZDLIMIT = "zdlimit" |
| constexpr auto | CI_MINELEV = "minelev" |
| constexpr auto | CI_MOT1_SIGN_OFF = "mot1_signoff" |
| constexpr auto | CI_MOT2_SIGN_OFF = "mot2_signoff" |
| constexpr auto | CI_MOT1_SIGN_AUTO = "mot1_signauto" |
| constexpr auto | CI_MOT2_SIGN_AUTO = "mot2_signauto" |
| constexpr auto | CI_MOT1_SIGN_PHI = "mot1_signphi" |
| constexpr auto | CI_MOT2_SIGN_PHI = "mot2_signphi" |
| constexpr auto | CI_MOT1_REF_OFF = "mot1_refoff" |
| constexpr auto | CI_MOT2_REF_OFF = "mot2_refoff" |
| constexpr auto | CI_MOT1_REF_AUTO = "mot1_refauto" |
| constexpr auto | CI_MOT2_REF_AUTO = "mot2_refauto" |
| constexpr auto | CI_MOT1_COFFSET = "mot1_coffset" |
| constexpr auto | CI_MOT2_COFFSET = "mot2_coffset" |
| constexpr auto | CI_MOT1_POSOFFSET = "mot1_poffset" |
| constexpr auto | CI_MOT2_POSOFFSET = "mot2_poffset" |
| constexpr auto | CI_MOT1_DROTFACTOR = "mot1_drotfactor" |
| constexpr auto | CI_MOT2_DROTFACTOR = "mot2_drotfactor" |
| constexpr auto | RPC_MOVE_ANGLE = "rpcMoveAngle" |
| constexpr auto | RPC_START_TRACK = "rpcStartTrack" |
| constexpr auto | RPC_STOP_TRACK = "rpcStopTrack" |
| constexpr int | SUBSTATE_RESETTING = 109 |
| constexpr int | SUBSTATE_ENABLING = 110 |
| constexpr int | SUBSTATE_OP_TRACKING = 220 |
| constexpr int | SUBSTATE_OP_PRESETTING = 221 |
| constexpr auto | SUBSTATE_RESETTING_STR = "Resetting" |
| constexpr auto | SUBSTATE_ENABLING_STR = "Enabling" |
| constexpr auto | SUBSTATE_OP_TRACKING_STR = "Tracking" |
| constexpr auto | SUBSTATE_OP_PRESETTING_STR = "Presetting" |
| const std::unordered_map< short, std::string > | SUBSTATE_MAP |
| constexpr short | TRK_MODE_ENG = 0 |
| constexpr short | TRK_MODE_OFF = 1 |
| constexpr short | TRK_MODE_AUTO = 2 |
| constexpr auto | TRK_MODE_ENG_STR = "eng" |
| constexpr auto | TRK_MODE_OFF_STR = "off" |
| constexpr auto | TRK_MODE_AUTO_STR = "auto" |
| const std::unordered_map< short, std::string > | TRK_MODE_MAP |
| constexpr auto | CI_STAT_TRACK_MODE = "track_mode" |
| constexpr auto | CI_STAT_ALPHA = "alpha" |
| constexpr auto | CI_STAT_DELTA = "delta" |
| const std::unordered_map< short, std::string > | HW_ERRORS |
| const std::unordered_map< short, std::string > | RPC_ERRORS |
Adc class source file.
adcLcsIf class header file.
AdcConfig class header file.
Adc class header file.
| anonymous enum |
| anonymous enum |
| ifw::fcf::devmgr::adc::REGISTER_DEVICE | ( | Adc | ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
| const std::unordered_map<short, std::string> ifw::fcf::devmgr::adc::HW_ERRORS |
|
constexpr |
| const std::unordered_map<short, std::string> ifw::fcf::devmgr::adc::RPC_ERRORS |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
| const std::unordered_map<short, std::string> ifw::fcf::devmgr::adc::SUBSTATE_MAP |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
| const std::unordered_map<short, std::string> ifw::fcf::devmgr::adc::TRK_MODE_MAP |
|
constexpr |
|
constexpr |