qfpkg.h

来自「本程序将ucosii移入了QF框架」· C头文件 代码 · 共 16 行

H
16
字号
/////////////////////////////////////////////////////////////////////
// QF package-scope platform-independent declarations (C++ version)
// Copyright (c) 2002 Miro Samek, Palo Alto, CA. 
// All Rights Reserved.
/////////////////////////////////////////////////////////////////////
#ifndef qfpkg_h
#define qfpkg_h

enum { Q_EMPTY_SIG = 0 };

extern QActive *pkgActive[];       // array of started active objects
extern QEvent const pkgStdEvt[];      // preallocated standard events
extern QTimer *pkgTimerListHead;     // head of linked list of timers

#endif                                                     // qfpkg_h

⌨️ 快捷键说明

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