zl5011xprinterror.h

来自「Zalink50114----TDMoIP芯片驱动源码」· C头文件 代码 · 共 47 行

H
47
字号
/*******************************************************************************
*
*  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 + =
减小字号Ctrl + -
显示快捷键?