📄 private_data_task.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: private_data_task.h % %version: 1 %
*
* %date_created: Fri Mar 11 11:55:09 2005 % %created_by: jcoxhead %
*
* %date_modified: Fri Jun 14 11:31:56 2002 %
*
* #############################################################################
*/
#ifndef PRIVATE_DATA_TASK_H
#define PRIVATE_DATA_TASK_H
#include "exolMpegTs.h"
#if defined(__cplusplus)
extern "C" {
#endif
//---------------------------------------------------------------------------
// Global data
//---------------------------------------------------------------------------
extern Bool bKillPrivateDataTask;
//---------------------------------------------------------------------------
// Function Prototypes
//---------------------------------------------------------------------------
void privateDataTask( pVoid pArgs );
//---------------------------------------------------------------------------
#if defined(__cplusplus)
}
#endif
#endif // __PRIVATE_DATA_TASK_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -