📄 px_rs_time_service.h
字号:
#ifndef _PX_RS_TIME_SERVICE_
#define _PX_RS_TIME_SERVICE_
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
/* std and common include */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <winsock2.h>
typedef struct tagPx_RS_Time_Service {
__int64 time_start;
__int64 time_persist;
__int64 time_current;
int frame_theory;
int frame_fact;
int module_cl_heartbreak_frame;
int moduel_ls_heartbreak_frame;
int module_ss_heartbreak_frame;
int module_cl_reuse_frame;
int moduel_ls_reuse_frame;
int rs_request_close_frame;
}PX_RS_TIME_SERVICE, * LPPX_RS_TIME_SERVICE;
#endif //_PX_RS_TIME_SERVICE_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -