ipvd_cfg.h

来自「tuner扫描」· C头文件 代码 · 共 50 行

H
50
字号
/*==========================================================================*/
/*     (Copyright (C) 2003 Koninklijke Philips Electronics N.V.             */
/*     All rights reserved.                                                 */
/*     This source code and any compilation or derivative thereof is the    */
/*     proprietary information of Koninklijke Philips Electronics N.V.      */
/*     and is confidential in nature.                                       */
/*     Under no circumstances is this software to be exposed to or placed   */
/*     under an Open Source License of any type without the expressed       */
/*     written permission of Koninklijke Philips Electronics N.V.           */
/*==========================================================================*/
/*==========================================================================*/
/*                                                                          
       INCLUDE_FILE:         MV_CFGL.H  

       PACKAGE:              CFG

       COMPONENT:            MV
                                                                            
       (C) 1998: Philips Semiconductors                                
                                                                            
/*==========================================================================*/

#ifndef _MV_CFG_INCLUDED_
#define _MV_CFG_INCLUDED_

#ifdef __cplusplus
extern "C" {
#endif

/*==========================================================================*/
/*       I N C L U D E S                                                    */ 
/*==========================================================================*/

/*==========================================================================*/
/*       G L O B A L  S Y M B O L   D E F I N I T I O N S                   */
/*==========================================================================*/

#define MV_CFG_QUEUE_TIMEOUT 1000
  
#ifdef __cplusplus
}
#endif

#endif /* End #ifndef _MV_CFG_INCLUDED_ */

/*==========================================================================*/
/*        H I S T O R Y                                                     */
/*==========================================================================*/

⌨️ 快捷键说明

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