?? zl5011xprinterror.h
字號:
/*******************************************************************************
*
* File name: zl5011xPrintError.h
*
* Version: 4
*
* Author: MRC
*
* Date created: 07/05/2002
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
*
* This is the header file for the error code handling functions.
* It contains the function prototypes and any definitions.
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 1 07/05/2002 MRC Creation
* 2 19/12/2002 MRC Tidied up
* 3 15/01/2003 MRC Fixed exclusion ifndef
* 4 20/01/2005 APL Additional GetErrString function
*
*******************************************************************************/
#ifndef _ZL5011X_PRINT_ERROR_H
#define _ZL5011X_PRINT_ERROR_H
#ifdef __cplusplus
extern "C" {
#endif
/***************** EXTERNAL FUNCTION DECLARATIONS *************************/
const char *zl5011xGetErrString2(zlStatusE status);
void zl5011xGetErrString(zlStatusE status, char *buf);
void zl5011xPrintErr(zlStatusE status);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -