Searched refs:TIME_MS_TO_SEC (Results 1 – 1 of 1) sorted by relevance
31 constexpr int32_t TIME_MS_TO_SEC = 1000; variable327 … std::fixed << std::setprecision(1) << (static_cast<float>(pingOption.interval_) / TIME_MS_TO_SEC); in GeneratePingCommand()