📄 meta_error_handler.~h
字号:
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2002
*
*****************************************************************************/
/*******************************************************************************
* Filename:
* ---------
* META_error_handler.h
*
* Project:
* --------
* META
*
* Description:
* ------------
* META error handler header file
*
* Author:
* -------
* FZ Hsu (mtk00303)
*
*==============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* $Revision: 1.1 $
* $Modtime: Aug 13 2002 14:46:48 $
* $Log: //mtkvs01/vmdata/meta_lab/archives/META_error_handler.h-arc $
*
* Rev 1.1 Sep 04 2002 16:29:56 mtk00303
* checkin in new version
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/
#ifndef META_error_handler.cpp
#define META_error_handler.cpp
#include "meta.h"
// modified by Andy Ueng
//extern void error_handler(META_ERR_CODE m_err);
extern void error_handler(META_CNF_ERR_CODE m_err);
// end of modified
extern void META_result_handler(META_RESULT mr);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -