?? le1veapp.h
字號(hào):
/* le1veApp.c - LE1VE(TDMoIP) card application head file
*
* Copyright 2004-2007 ZTE, Inc.
* author: ZhengQishan
* date: 2004.02
*
* modification history
*------------------------------
*
*/
#ifndef _LE1VE_APP_H
#define _LE1VE_APP_H
#ifdef __cplusplus
extern "C" {
#endif
#include "vxworks.h"
#include "zl5011xError.h"
#define FIRST_CONTEXT 0
#define NUM_CONTEXTS 2
#define BITS_PER_BYTE 8
extern zlStatusE zl5011xModuleInit(int slot);
#ifdef __cplusplus
}
#endif
#endif /*_LE1VE_APP_H*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -