mplsmain.h

来自「技术文件名称:MPLSv1.0软件模块测试规程」· C头文件 代码 · 共 30 行

H
30
字号
/********************************************************************          
*	Product Name:	ZXB10                                       	          
*	Module  Name:	A078    										
*	File    Name:   message.h								        	          
*	Function    :	definition of macros and structs 
*   History:
*   Date          Version        modifier         Activities 
* ==================================================================
*   01-8-9         2.1.2        Sun Baoping         create		
********************************************************************/ 

#ifndef MPLSMAIN_H
#define MPLSMAIN_H

#define  MPLS_DATA_DEBUG

/*  定义与各板之间进行MPLS数据管理的消息使用宏  */
#ifndef MIB_PP_MPU_NICONF    /*此消息在mbaccess.h中定义了,且两者要一致*/
#define MIB_PP_MPU_NICONF  ( USHORT )(2400 + 192) 
#endif   

/*此消息在mbaccess.h中定义了,且两者要一致*/
#ifndef MIB_MPLSCONFIG
#define MIB_MPLSCONFIG     (USHORT)(60035 + 0)
#endif 
#define MplsInitStatus     0
#define MplsWorkStatus     1


#endif

⌨️ 快捷键说明

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