⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diff_ti_priv.h

📁 闻亭提供的DM642EVM板时频编码演示程序
💻 H
字号:
/*
 *  Copyright 2002 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */
/*
 *  ======== rotate_ti_priv.h ========
 *  Internal vendor specific (TI) interface header for DIFF
 *  algorithm. Only the implementation source files include
 *  this header; this header is not shipped as part of the
 *  algorithm.
 *
 *  This header contains declarations that are specific to
 *  this implementation and which do not need to be exposed
 *  in order for an application to use the DIFF algorithm.
 */

#ifndef DIFF_TI_PRIV_
#define DIFF_TI_PRIV_
 
#include <std.h>

#include <ialg.h>

#include "idiff.h"
#include "diff_ti.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
 *  ======== DIFF_TI_Obj ========
 */
typedef struct DIFF_TI_Obj {
    IALG_Obj   alg;            /* MUST be first field of all DIFF objs */
} DIFF_TI_Obj;

#ifdef __cplusplus
}
#endif /* extern "C" */

#endif  /* DIFF_TI_PRIV_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -