user_data_task.h

来自「pnx1500 mpeg2 ts stream demo」· C头文件 代码 · 共 59 行

H
59
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?