#pragma once namespace DIOS::Dev::Detail::MachineryECOM { class ConfigurerServoDrive { public: static int GetServoDriveNumber(const std::string &driveName); static std::string GetServoDriveType(const std::string &driveName); }; }