DSMCC  17.9.0
 All Data Structures Files Functions Typedefs
sfm_filter.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2004 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
24 #ifndef _SFM_FILTER_H
25 #define _SFM_FILTER_H
26 
27 #include "sfm_main.h"
28 
29 
36 
43 
50 
51 
67 E_SFM_STATUS SFMFilterRequiresSection( H_SfmInstance sfm, PIDFILT pfid,
68  U16BIT teid, U8BIT tid, U8BIT vers,
69  void **phBuffer );
70 
82 void SFMFilterProcessSection( H_SfmInstance sfm, U8BIT *pSection,
83  H_DsmResource pDsmRes );
84 
85 BOOLEAN SFMFilterValidHandle( H_SfmInstance sfm, void *ptr );
86 
87 H_DsmResource SFMFilterDsmResource( H_SfmInstance sfm, U16BIT dsmref );
88 
89 #endif /*_SFM_FILTER_H*/
void SFMFilterDestroyResources(H_SfmInstance sfm)
Destroy Filter resources for Section Filter Manager instance.
Definition: sfm_filter.c:929
void SFMFilterProcessSection(H_SfmInstance sfm, U8BIT *pSection, H_DsmResource pDsmRes)
Get DSM-CC filter request and pass section buffer to DSM-CC with it's filter handle This should only ...
Definition: sfm_filter.c:1274
Section Filter Manager (SFM): main definitions.
void SFMFilterInitCaching(H_SfmInstance sfm)
Initialise caching references.
Definition: sfm_filter.c:904
BOOLEAN SFMFilterCreateResources(H_SfmInstance sfm)
Create Filter resources for Section Filter Manager instance.
Definition: sfm_filter.c:829
E_SFM_STATUS SFMFilterRequiresSection(H_SfmInstance sfm, PIDFILT pfid, U16BIT teid, U8BIT tid, U8BIT vers, void **phBuffer)
This function performs minimal checking of section header data to find out whether SFM requires this ...
Definition: sfm_filter.c:1165