📄 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 + -