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