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

📄 user_data_task.h

📁 pnx1500 mpeg2 ts stream demo
💻 H
字号:
/*
 * Copyright (c) 2004, 2005 Koninklijke Philips Electronics N V. Includes code
 * copyright (c) 2004 by VCom Electronics Inc; copyright transferred by verbal
 * agreement between Tim Meakin and Jonathan Coxhead, November 2004. 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 express written
 * permission of Koninklijke Philips Electronics N V.
 *
 * #############################################################################
 *
 * Module: %name: user_data_task.h % %version: 1 %
 *
 * %date_created: Fri Mar 11 11:55:30 2005 % %created_by: jcoxhead %
 *
 * %date_modified: Fri Jun 14 11:31:56 2002 %
 *
 * #############################################################################
 */

/* --------------------------------------------------------------------------
 *
 *  DESCRIPTION:  Header file for the User Data task
 *
 * --------------------------------------------------------------------------
 */

#ifndef USER_DATA_TASK_H
#define USER_DATA_TASK_H

#include "exolMpegTs.h"

#if defined(__cplusplus)
extern  "C" {
#endif

//---------------------------------------------------------------------------
// Global data
//---------------------------------------------------------------------------
extern Bool    bKilluserDataTask;


//---------------------------------------------------------------------------
// Function Prototypes
//---------------------------------------------------------------------------
void  userDataTask( pVoid  pArgs );

//---------------------------------------------------------------------------

#if defined(__cplusplus)
}
#endif

#endif  // __USER_DATA_TASK_H

⌨️ 快捷键说明

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