📄 task_vxw.h
字号:
#ifndef _TASK_VXWORKS_H
#define _TASK_VXWORKS_H
#ifdef _VXWORKS_RTOS
#include "vxWorks.h"
#include "semLib.h"
#include "taskLib.h"
#include "msgQLib.h"
#include "wdLib.h"
#include "logLib.h"
#include "tickLib.h"
#include "sysLib.h"
#include "stdio.h"
#include "string.h"
#include "sockLib.h"
#include "inetLib.h"
#include "stdioLib.h"
#include "strLib.h"
#include "ioLib.h"
#include "fioLib.h"
#endif
#define WORKLED_PRI 140
#define QMCSEND_PRI 140
#define QMCRECV_PRI 140
#define Mc145572_PRI 140
#define LAPV_PRI 150
#define LAPD_PRI 150
#define Q931_PRI 150
#define PERIODIC_PRI 150
#define SYS_MANAGER_PRI 150
#ifdef DEBUG_TEST_QMC
#define TEST_QMC_PRI 150
#endif
extern MSG_Q_ID Lapv_Q_ID;
extern MSG_Q_ID Lapd_Q_ID;
extern MSG_Q_ID Q931_Q_ID;
extern MSG_Q_ID CC_Q_ID;
extern MSG_Q_ID Qmc_Q_ID;
extern MSG_Q_ID SysManager_Q_ID;
extern SEM_ID SemEthernetSend_ID;
extern SEM_ID SemQMCHdlcSend_ID;
extern SEM_ID SemEthernetInit_ID;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -