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

📄 mip6_constants.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/* constants.h - MIP6 home agent routines *//* Copyright 2005 Wind River Systems, Inc. *//*modification history--------------------01c,04jul05,tlu  increase stack size01b,14jun05,tlu  add _cplusplus condition01a,02mar05,tlu  initial creation */#if !defined (_CONSTANTS_H_) #define _CONSTANTS_H_#ifdef __cplusplusextern "C" {#endif#define MN_TASK_DAEMON  0#define MN_TASK_MD  1#define HA_TASK_DAEMON  0#define MN_DAEMON_TASK_PRIORITY  100#define MN_DAEMON_TASK_STACK_SIZE  (50 * 1024)#define MN_MD_TASK_PRIORITY  100#define MN_MD_TASK_STACK_SIZE  (50 * 1024)#define HA_DAEMON_TASK_PRIORITY  100#define HA_DAEMON_TASK_STACK_SIZE  (50 * 1024)#define V6ADDRPRESZ	39#define IFNAMESZ	10typedef enum{  MIP6_TASK_STATE_CREATED = 1,  MIP6_TASK_STATE_INIT_COMPLETE} MIP6_TASK_STATES;#ifdef __cplusplus}#endif#endif /* _CONSTANTS_H_ */

⌨️ 快捷键说明

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