25 #ifndef _CLDSMSYSTEM_H_
26 #define _CLDSMSYSTEM_H_
44 #if (!defined(NDEBUG) && defined(DSM_PROFILING_BUILD))
49 #ifndef DSM_NO_MEM_CONTEXT
50 #define DSM_CONTEXT_DEFN pclDsmInstData_t idp
51 #define DSM_CONTEXT idp
52 #define MEM_CONTEXT idp->memContext
67 #define BIT8_MSK 0x0100
68 #define BIT9_MSK 0x0200
69 #define BIT10_MSK 0x0400
70 #define BIT11_MSK 0x0800
71 #define BIT12_MSK 0x1000
72 #define BIT13_MSK 0x2000
73 #define BIT14_MSK 0x4000
74 #define BIT15_MSK 0x8000
85 #define LSB9_MSK 0x01FF
86 #define LSB10_MSK 0x03FF
87 #define LSB11_MSK 0x07FF
88 #define LSB12_MSK 0x0FFF
89 #define LSB13_MSK 0x1FFF
90 #define LSB14_MSK 0x3FFF
91 #define LSB15_MSK 0x7FFF
92 #define LSB16_MSK 0xFFFF
94 #define MOD2_MSK LSB1_MSK
95 #define MOD4_MSK LSB2_MSK
96 #define MOD8_MSK LSB3_MSK
97 #define MOD16_MSK LSB4_MSK
98 #define MOD32_MSK LSB5_MSK
99 #define MOD64_MSK LSB6_MSK
100 #define MOD128_MSK LSB7_MSK
109 #define DSIDII_ID 0x3B
111 #define STREAM_DESCR_ID 0x3D
113 #define SECTION_HDR_LEN 8
114 #define MIN_SECTION_LEN 9
115 #define MAX_SECTION_LEN 4093
117 #define MAX_DDB_BLOCKSIZE 4066
120 #define DSMCC_MSG_HDR_LEN 12
123 #define DSI_HDR_LEN 24
124 #define MIN_SRG_INFO_LEN (IOR_HDR_LEN + \
125 PROFILE_TAG_BIOP_HDR_LEN + \
126 MIN_PROFILE_TAG_BIOP_DATA_LEN)
127 #define MIN_DSI_MSG_BODY_LEN (DSI_HDR_LEN + \
129 #define MIN_DSI_MSG_LEN (DSMCC_MSG_HDR_LEN + \
130 MIN_DSI_MSG_BODY_LEN)
134 #define MIN_DII_MSG_BODY_LEN 20
135 #define MIN_DII_MSG_LEN (DSMCC_MSG_HDR_LEN + \
136 MIN_DII_MSG_BODY_LEN)
139 #define DSMCC_DOWNLOAD_HDR_LEN 12
140 #define DDB_MSG_PAYLOAD_HDR_LEN 6
141 #define MIN_DDB_PAYLOAD_DATA_LEN 0
142 #define MIN_DDB_MSG_BODY_LEN (DDB_MSG_PAYLOAD_HDR_LEN + \
143 MIN_DDB_PAYLOAD_DATA_LEN)
144 #define MIN_DDB_MSG_LEN (DSMCC_DOWNLOAD_HDR_LEN + \
145 MIN_DDB_MSG_BODY_LEN)
146 #define MAX_DDB_BLOCKSIZE 4066
149 #define TRANSACTION_ID_UPDATED_MASK 0x00000001
150 #define TRANSACTION_ID_IDENT_MASK 0x0000fffe
151 #define TRANSACTION_ID_VERSION_MASK 0x3fff0000
152 #define TRANSACTION_ID_ORIG_MASK 0xc0000000
155 #define OBJECT_NUMBYTES_TO_MESSAGE_START 12
156 #define BIOP_MAGIC 0x42494F50
159 #define TAG_LITE_OPTIONS 0x49534f05
160 #define TAG_BIOP 0x49534f06
161 #define TAG_CONN_BINDER 0x49534f40
162 #define TAG_SERVICE_LOCATION 0x49534f46
163 #define TAG_OBJECT_LOCATION 0x49534f50
166 #define IOR_HDR_LEN 12
169 #define PROFILE_TAG_BIOP_HDR_LEN 10
170 #define MIN_PROFILE_TAG_BIOP_DATA_LEN (MIN_OBJ_LOCATION_LEN + \
174 #define MIN_OBJ_LOCATION_LEN 15
175 #define MIN_OBJLOC_COMPONENT_DATA_LEN (MIN_OBJ_LOCATION_LEN - 5)
176 #define MIN_CONN_BINDER_LEN 23
177 #define MIN_CONBIND_COMPONENT_DATA_LEN (MIN_CONN_BINDER_LEN - 5)
181 #define UNKNOWN_USE ((U16BIT) 0)
182 #define MPEG_TS_UP_USE ((U16BIT) 1)
183 #define MPEG_TS_DOWN_USE ((U16BIT) 2)
184 #define MPEG_ES_UP_USE ((U16BIT) 3)
185 #define MPEG_ES_DOWN_USE ((U16BIT) 4)
186 #define DOWNLOAD_CTRL_USE ((U16BIT) 5)
187 #define DOWNLOAD_CTRL_UP_USE ((U16BIT) 6)
188 #define DOWNLOAD_CTRL_DOWN_USE ((U16BIT) 7)
189 #define DOWNLOAD_DATA_USE ((U16BIT) 8)
190 #define DOWNLOAD_DATA_UP_USE ((U16BIT) 9)
191 #define DOWNLOAD_DATA_DOWN_USE ((U16BIT) 10)
192 #define STR_NPT_USE ((U16BIT) 11)
193 #define STR_STATUS_AND_EVENT_USE ((U16BIT) 12)
194 #define STR_EVENT_USE ((U16BIT) 13)
195 #define STR_STATUS_USE ((U16BIT) 14)
196 #define RPC_USE ((U16BIT) 15)
197 #define IP_USE ((U16BIT) 16)
198 #define SDB_CTRL_USE ((U16BIT) 17)
199 #define T120_TAP1 ((U16BIT) 18)
200 #define T120_TAP2 ((U16BIT) 19)
201 #define T120_TAP3 ((U16BIT) 20)
202 #define T120_TAP4 ((U16BIT) 21)
203 #define BIOP_DELIVERY_PARA_USE ((U16BIT) 22)
204 #define BIOP_OBJECT_USE ((U16BIT) 23)
205 #define BIOP_ES_USE ((U16BIT) 24)
206 #define BIOP_PROGRAM_USE ((U16BIT) 25)
207 #define BIOP_DNL_CTRL_USE ((U16BIT) 26)
210 #define SRG_STR 0x73726700
211 #define DIR_STR 0x64697200
212 #define FIL_STR 0x66696c00
213 #define STR_STR 0x73747200
214 #define STE_STR 0x73746500
217 #define DESCRIPTOR_TYPE_TAG ((U8BIT) 1)
218 #define DESCRIPTOR_NAME_TAG ((U8BIT) 2)
219 #define DESCRIPTOR_INFO_TAG ((U8BIT) 3)
220 #define DESCRIPTOR_MODULE_LINK_TAG ((U8BIT) 4)
221 #define DESCRIPTOR_CRC32_TAG ((U8BIT) 5)
222 #define DESCRIPTOR_LOCATION_TAG ((U8BIT) 6)
223 #define DESCRIPTOR_EST_DOWNLOAD_TIME_TAG ((U8BIT) 7)
224 #define DESCRIPTOR_GROUP_LINK_TAG ((U8BIT) 8)
225 #define DESCRIPTOR_COMP_MODULE_TAG ((U8BIT) 9)
226 #define DESCRIPTOR_MHP_LABEL ((U8BIT) 0x70)
227 #define DESCRIPTOR_MHP_CACHING_PRIORITY ((U8BIT) 0x71)
234 #define MAX_PATH_NAME_SIZE 255
240 #define MAX_DIRECTORY_DEPTH (((MAX_PATH_NAME_SIZE - 1) + 1) / 2)
246 #define PATH_SEPERATOR_CHAR '/'
249 #define MIN_MEM_BLK_SIZE 256
253 #define MAX_BLOCKS_IN_MODULE 1600
256 #define NUM_INTERNAL_MEM_SEQ_MAX 128
260 #define MAX_MODULE_DECOMPRESS_FAILURES 3
271 #define SECTION_FILTER_HEAP_SLACK 16
272 #define SECTION_FILTER_HEAP_SIZE (NUM_SECTION_FILTERS_MAX_DEFAULT + \
273 SECTION_FILTER_HEAP_SLACK)
286 #define ZLIB_HEAP_NUM_BYTES (((U32BIT)1 << 15 ) + (1024*32))
287 #define ZLIB_HEAP_NUM_WORDS ((ZLIB_HEAP_NUM_BYTES + 3) >> 2)
291 #define OBJECT_CAROUSEL_LIST 0
293 #define NUM_LISTS_OBJECT_CAROUSEL 1
297 #define OC_DATA_CAROUSEL_LIST 0
298 #define OC_DII_ACQUIRE_LIST 1
300 #define OC_LITE_OBJECT_LOAD_LIST 0
301 #define NUM_LITE_OBJECT_LOAD_LIST 1
303 #define NUM_LISTS_DATA_CAROUSEL 2
307 #define DC_MODULE_LIST 0
308 #define OC_MODULE_ACQUIRE_LIST 1
309 #define MODULE_PRIORITY_LIST 2
310 #define MODULE_LOADED_LIST 2
311 #define MODULE_DELETE_LIST 2
313 #define NUM_LISTS_MODULE 3
317 #define CURR_OBJECT_LIST 0
318 #define MODULE_OBJECT_LIST 1
320 #define NUM_LISTS_OBJECT 2
324 #define CURR_LOAD_REQUEST_LIST 0
325 #define MODULE_LOAD_REQUEST_LIST 1
327 #define NUM_LISTS_LOAD_REQUEST 2
330 #define CURR_SI_QUERY_LIST 0
331 #define DUPLICATE_SI_QUERY_LIST 1
333 #define NUM_LISTS_SI_QUERY 2
343 #define DEBUG_CHK( condn, dbgActn )
345 #define DEBUG_CHK( condn, dbgActn ) if (!( condn )) { dbgActn; }
363 #ifdef DSM_NO_API_PARAM_CHECK
369 #define API_PARAM_CHK( condn, dbgErrActn, relErrActn )
373 #define API_PARAM_CHK( condn, dbgErrActn, relErrActn ) \
374 if (!( condn )) { dbgErrActn; } \
382 #define API_PARAM_CHK( condn, dbgErrActn, relErrActn ) \
383 if (!( condn )) { dbgErrActn; relErrActn; } \
416 #if !defined(DSM_DATA_CHECK_LEVEL)
417 #define DSM_DATA_CHECK_LEVEL 1
423 #define L0_DATA_CHK( condn, dbgErrActn, relErrActn ) \
424 if (!( condn )) { dbgErrActn; relErrActn; } \
427 #if DSM_DATA_CHECK_LEVEL >= 1
431 #define L1_DATA_CHK( condn, dbgErrActn, relErrActn ) \
432 if (!( condn )) { dbgErrActn; relErrActn; } \
438 #if (defined(NDEBUG) || defined(DSM_PROFILING_BUILD))
440 #define L1_DATA_CHK( condn, dbgErrActn, relErrActn )
444 #define L1_DATA_CHK( condn, dbgErrActn, relErrActn )\
445 if (!( condn )) { dbgErrActn; } \
452 #if DSM_DATA_CHECK_LEVEL >= 2
456 #define L2_DATA_CHK( condn, dbgErrActn, relErrActn ) \
457 if (!( condn )) { dbgErrActn; relErrActn; } \
463 #if (defined(NDEBUG) || defined(DSM_PROFILING_BUILD))
465 #define L2_DATA_CHK( condn, dbgErrActn, relErrActn )
469 #define L2_DATA_CHK( condn, dbgErrActn, relErrActn )\
470 if (!( condn )) { dbgErrActn; } \
481 #define CHECK_MEM_ERR( func ) \
483 E_DsmMemErr memErr; \
486 if (memErr != MEM_NO_ERR) { \
487 dsmDP1(( "Memory error : %i \n", memErr )); \
488 dsmAssert(( memErr == MEM_NO_ERR )); \
493 #define CHECK_MEM_ERR( x ) x
504 typedef U8BIT ModuleVersion_t;
519 U8BIT dvbCarouselNSAPaddress[20];
528 U16BIT associationTag;
529 U32BIT transactionId;
537 U16BIT associationTag;
558 U32BIT pfrdoCallDepth;
559 U32BIT pfdlfCallDepth;
560 U32BIT pfsdndCallDepth;
567 BOOLEAN currentServiceSet;
571 U32BIT generationCount;
574 BOOLEAN lastPIDResultStored;
575 U16BIT lastServiceId;
576 U16BIT lastAssociationTag;
581 U32BIT dsmObjectsOpen;
584 void* sectionFilterHeap;
590 U32BIT zlibHeap[ ZLIB_HEAP_NUM_WORDS ];
592 pObjectCarousel_t pCurrentCarousel;
593 pObjectCarousel_t pBootingCarousel;
595 P_LLControl llcObjectCarousels;
596 P_LLControl llcModulePriority;
597 P_LLControl llcLoadedModules;
598 P_LLControl llcExpiredModules;
599 P_LLControl llcCurrObjects;
600 P_LLControl llcCurrLoadRequests;
601 P_LLControl llcCurrSiQueries;
603 ps_se_info hSubscribedEventList;
609 void* mainTimerHandle;
610 void* nextTimerHandle;
621 clDsmErr_t clDsmUnloadAllObjects(
clDsmInstHandle_t instance, E_DsmRstMode mode );
Definition: clDsmSystem.h:508
Definition: streamEvent.c:57
Definition: dvblocator.h:30
Definition: objectCarousel.h:61
DSM-CC dynamic memory manager API.
Definition: cldsmcc.h:681
Definition: clDsmSystem.h:525
Definition: clDsmSystem.h:534
Main API to DSM-CC core layer (provided functions and required callbacks).
Definition: clDsmSystem.h:551
Definition: clDsmSystem.h:514
Definition: linkList.h:55
Internal Platform dependent definitions, for debug.
Definition: clDsmSystem.h:607