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

📄 task_vxw.h

📁 基于vxworks操作系统的电话语音平台系统
💻 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	NETSERVER_PRI		150
#define	TCPTx_PRI			150
#define	TCPRx_PRI			150
#define	NETSERVER_SR_PRI	150
#define	SYSTEM_PRI			150
#define	ROUTE_PRI			150
#define	LAPM_PRI			150
#define	COMMNETCTRL_PRI		150
#define LEA_PRI				150
#define CCSYS_PRI			150

#ifdef MINI_TAIZHAN
#define LAPMRX_PRI   		150
#else
#define LAPMRX_PRI   		130
#endif

#ifdef MINI_TAIZHAN
#define LAPMTX_PRI   		150
#else
#define LAPMTX_PRI   		130
#endif

#define WORK_PRI			130
#define DBMS_PRI			150

#define LAPV_PRI			150
#define V52_PRI				150
#define V5L1_PRI			150

#define TSMS_PRI			150

#define TestDrvDevs_PRI		150

#define TQmcSend_PRI		150

#define MPUE1_PRI           150
#define MPUE1PHY_PRI        150

#define MPUPTT_PRI          150
#define MPUEM_PRI           150
#define MPUUART_PRI         150
#define UARTRX_PRI          130
#define MPUPSTN_PRI         150
#define MINIE1_PRI          150

#define QSIG_PRI			150

extern MSG_Q_ID DBMS_Q_ID;

extern MSG_Q_ID Lapm_Q_ID;
extern MSG_Q_ID QmcSend_Q_ID;
extern MSG_Q_ID ServiceCtr_Q_ID;
extern MSG_Q_ID ROUTE_Q_ID;
extern MSG_Q_ID NetManCenter_Q_ID;

extern MSG_Q_ID Lapv_Q_ID;
extern MSG_Q_ID V52_Q_ID;
extern MSG_Q_ID V5L1_Q_ID;
extern MSG_Q_ID V52LinkCtrlBuf_Q_ID;
extern MSG_Q_ID V52PortCtrlBuf_Q_ID;
extern MSG_Q_ID V52CommCtrlBuf_Q_ID;
extern MSG_Q_ID MPUE1_SYS_Q_ID;
extern MSG_Q_ID MPUE1_FSM_Q_ID;

extern MSG_Q_ID QSIG_Q_ID;

extern MSG_Q_ID MPUPTT_SYS_Q_ID;
extern MSG_Q_ID MPUEM_SYS_Q_ID;
extern MSG_Q_ID MPUUART_SYS_Q_ID;
extern MSG_Q_ID MPUPSTN_SYS_Q_ID;
extern MSG_Q_ID MINIE1_SYS_Q_ID;


extern SEM_ID SemEthernetSend_ID;
extern SEM_ID SemQMCHdlcSend_ID[64];
extern SEM_ID SemEthernetInit_ID;


#endif

⌨️ 快捷键说明

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