From 1fc9678177c86e428da9f865234869e2c0a578b6 Mon Sep 17 00:00:00 2001 From: xinyang <895639507@qq.com> Date: Wed, 14 Aug 2019 12:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0systime.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- others/include/systime.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/others/include/systime.h b/others/include/systime.h index 32dde36..43d3d9d 100644 --- a/others/include/systime.h +++ b/others/include/systime.h @@ -1,15 +1,12 @@ // // Created by xinyang on 19-7-31. // +// 提供一个多平台统一的精确到毫秒的系统时间接口 +// 该时间仅用于表示相对时间 #ifndef _PLATFORM_H_ #define _PLATFORM_H_ -//typedef struct{ -// float second; -// float millisecond; -//} systime; - typedef double systime; void getsystime(systime &t);