⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test3funcs.c

📁 RTX 实现Windows 实时化的组件
💻 C
字号:
//
// Functions called from test3.c
//
#include "test3.h"



//
// RTX periodic timer handler function
// Refer to the RTX Samples directory for examples
// of periodic timers
//
void
RTFCNDCL
TimerHandler(
              PLARGE_INTEGER  pTime
            )
{
	RtGetClockTime(CLOCK_3,&Time);
	buffer[n].QuadPart = pTime->QuadPart;
	n++;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -