vcp2_example.h
来自「Dm6455 driver,magbe useful to you!」· C头文件 代码 · 共 51 行
H
51 行
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in
* the license agreement under which this software has been supplied.
* ==========================================================================
*/
/** ===========================================================================
* @file Vcp2_example.h
*
* @path $(CSLPATH)\example\c6455\vcp2\vcp2_hard_decisions\inc
*
* @desc Example header file for VCP.
*
* ============================================================================
*/
/* ============================================================================
* Revision History
* ===============
* 20-May-2005 SPrasad File Created.
* 01-Aug-2005 Chandra Beautified
* 11-Aug-2005 Chandra Minor format chagnes.
* ============================================================================
*/
#ifndef _VCP2_EXAMPLE_H_
#define _VCP2_EXAMPLE_H_
#ifdef __cplusplus
extern "C" {
#endif
/* Space for the banch metrics */
extern Uint32 branch_metric[];
/* Space for the hard decisions */
extern Uint32 hard_decision[];
/* Space for the pre-computed hard decisions */
extern Uint32 hard_decisionRef[];
#ifdef __cplusplus
}
#endif
#endif /*_VCP2_EXAMPLE_H_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?