📄 mplsmain.h
字号:
/********************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -