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

📄 stat_s.h

📁 一本叫自己动手写嵌入式操作系统的书的源代码,作者是蓝枫叶,详细介绍了如何写一个嵌入式操作系统,而不是操作系统
💻 H
字号:
//***********************************************************************/
//    Author                    : Garry
//    Original Date             : Oct,22 2006
//    Module Name               : STAT_S.H
//    Module Funciton           : 
//                                Countains statistics thread's definition and
//                                implementation code.
//                                This is a kernel thread.
//    Last modified Author      :
//    Last modified Date        :
//    Last modified Content     :
//                                1.
//                                2.
//    Lines number              :
//***********************************************************************/

extern __KERNEL_THREAD_OBJECT*  lpStatKernelThread;  //Global variables.

DWORD StatThreadRoutine(LPVOID lpData); //Entry point of the statistics thread.

#define STAT_MSG_SHOWSTATINFO    0x1001
#define STAT_MSG_GETSTATINFO     0x1002
#define STAT_MSG_TERMINAL        0x1003
#define STAT_MSG_LISTDEV         0x1004

⌨️ 快捷键说明

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