#pragma once namespace DIOS::Dev::Detail::MachineryECOM { const std::string MOTION_MODEL_TOMO = "MOTION_MODEL_TOMO"; const std::string MOTION_MODEL_RAD = "MOTION_MODEL_RAD"; const std::string MOTION_MODEL_RESET = "MOTION_MODEL_RESET"; const std::string MOTION_MODEL_CALIBRATION = "MOTION_MODEL_CALIBRATION"; const std::string MOTION_MODEL_PARKING = "MOTION_MODEL_PARKING"; const std::string MOTION_MODEL_SELFTEST = "MOTION_MODEL_SELFTEST"; const std::string MOTION_MODLE_CBCT = "MOTION_MODLE_CBCT"; const std::string MOTION_MODLE_CARM_GENERAL = "MOTION_MODLE_CARM_GENERAL"; const std::string MOTION_MODLE_CARM_RESTE = "MOTION_MODLE_CARM_RESTE"; }