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

14 lines
215 B
C
Raw Normal View History

#ifndef COMMON_H
#define COMMON_H
#include <iostream>
#include <string>
/**
* @brief GetCurrentTime <EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD>ǰʱ<EFBFBD><EFBFBD>
* @return
*/
std::string getCurrentTimeString();
std::string getCurrentShortTimeString();
#endif