#pragma once namespace DiosCtrlBox { class ConfigureExposureDelayTime { public: static float GetExposureDelayTimeInSeconds(const std::string &positionCode); }; }