?? psi_tables.h
字號(hào):
/****************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: psi_tables.h $
*
* Description:
* ============
*
*
* Log:
* ====
* $Revision: $
* Last Modified by $Author: $ at $Modtime: $
****************************************************************************************
* Updates:
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifdef FTA_SUPPORT
#ifndef __PSI_TABLES_H_
#define __PSI_TABLES_H_
#include "Include\sysdefs.h"
#include "Playcore\FTA\PSI\pat.h"
#include "Playcore\FTA\PSI\pmt.h"
#include "Playcore\FTA\PSI\sdt.h"
/////////////////////////////////////////////////////////////////////////////////////////////////
// Macros
/////////////////////////////////////////////////////////////////////////////////////////////////
// Enumerations & Typedefs
typedef enum
{
PSI_TABLE_ACQUIRED,
PSI_TABLE_NOT_ACQUIRED,
PSI_TABLE_TIMEOUT
} PSI_TABLE_STATE;
typedef enum
{
PAT_TABLE,
PMT_TABLE,
SDT_TABLE,
NIT_TABLE,
TDT_TABLE,
TOT_TABLE,
CAT_TABLE
} PSI_TABLE_INDEX;
////////////////////////////////////////////////////////////////////////////////////////////////
// Structures
////////////////////////////////////////////////////////////////////////////////////////////////
// Public Services
void PSI_TablesInit(void);
UINT16 PSI_GetVersion(PSI_TABLE_INDEX iTableIndex);
void PSI_SetPmtInfo(UINT16 uiPid, UINT16 uiProgNum);
BOOL PSI_IsTableActive(PSI_TABLE_INDEX iTableIndex);
BOOL PSI_IsTableAquired(PSI_TABLE_INDEX iTableIndex);
void PSI_AbortTablesAcquire(void);
UINT16 PSI_GetNumberOfSections(PSI_TABLE_INDEX iTableIndex);
void PSI_AddTableToBeAquired(PSI_TABLE_INDEX iTableIndex); // add table to list
PSI_TABLE_INDEX PSI_GetTableIndex(UINT16 uiTablePID);
BOOL PSI_ParseTable(PSI_TABLE_INDEX iTableIndex, UINT16 uiSectionOffset);
#endif // __PSI_TABLES_H_
#endif // FTA_SUPPORT
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -