SIMOrthoProgram-Orth_GF3-Strip/PSTM_simulation_windows2021.../PSTM_simulation_windows/common.h

14 lines
215 B
C++

#ifndef COMMON_H
#define COMMON_H
#include <iostream>
#include <string>
/**
* @brief GetCurrentTime 获取当前时间
* @return
*/
std::string getCurrentTimeString();
std::string getCurrentShortTimeString();
#endif