task_vxw.h

来自「基于vxworks操作系统的电话语音平台系统」· C头文件 代码 · 共 56 行

H
56
字号

#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 + =
减小字号Ctrl + -
显示快捷键?