📄 px_ss_time_service.h
字号:
#ifndef _PX_SS_TIME_SERVICE_
#define _PX_SS_TIME_SERVICE_
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
typedef struct tagPx_SS_Time_Service {
__int64 time_start;
__int64 time_persist;
__int64 time_cycle;
__int64 time_current;
int frame_theory;
int frame_fact;
int module_cl_heartbreak_frame;
int moduel_rs_heartbreak_frame;
int module_cl_reuse_frame;
int moduel_rs_reuse_frame;
int module_rs_status_frame;
int module_rs_cache_frame;
int frame_request_close;
}PX_SS_TIME_SERVICE, * LPPX_SS_TIME_SERVICE;
#endif //_PX_SS_TIME_SERVICE_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -