MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
mh5object.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  * Copyright © 2000 Koninklijke Philips Electronics N.V
5  *
6  * This file is part of a DTVKit Software Component
7  * You are permitted to copy, modify or distribute this file subject to the terms
8  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
9  *
10  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
11  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
12  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
13  *
14  * If you or your organisation is not a member of DTVKit then you have access
15  * to this source code outside of the terms of the licence agreement
16  * and you are expected to delete this and any associated files immediately.
17  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
18  *******************************************************************************/
26 #ifndef _MH5OBJECT_H
27 #define _MH5OBJECT_H
28 
29 /*---includes for this file--------------------------------------------------*/
30 
31 #include "mh5root.h"
32 
33 /*---Constant and macro definitions for public use---------------------------*/
34 
35 /*---Enumerations for public use---------------------------------------------*/
36 
37 /*---Global type defs for public use-----------------------------------------*/
38 
39 /*---Global variable declarations for public use-----------------------------*/
40 
41 /*---Global Function prototypes for public use-------------------------------*/
42 
49 MHEG5Root* MHEG5findObject(MH5GroupRef gid, MHEG5Int id);
50 MHEG5Root* MHEG5resolveRealObject( MHEG5Root *objref );
51 MHEG5GList* MHEG5resolveORef(MHEG5GList *params, MHEG5Root **object);
52 
68  MH5GroupRef *pgroupRef,
69  MHEG5Int *id);
70 
71 
72 MHEG5GList* MHEG5resolveGenericORef(MHEG5GList *params, MHEG5Root **object);
73 MHEG5GList* MHEG5resolveGenericCRef(MHEG5GList *params, MHEG5String *data, MHEG5Bool *referenced, MHEG5Bool *valid);
74 MHEG5GList* MHEG5resolveGenericGeneric(MHEG5GList *params, MHEG5Generic *value);
75 MHEG5GList* MHEG5resolveGenericBoolean(MHEG5GList *params, MHEG5Bool *value);
76 MHEG5GList* MHEG5resolveGenericInteger(MHEG5GList *params, MHEG5Int *value);
77 
78 
92  MHEG5String *value,
93  MHEG5Bool *invalidString);
94 
95 #endif /*_MH5OBJECT_H*/
Definition: mh5base.h:82
Definition: mh5base.h:97
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
MHEG5GList * MHEG5resolveGenericOctetString(MHEG5GList *params, MHEG5String *value, MHEG5Bool *invalidString)
Resolve a parameter reference to a generic octet string. The reference can be either direct or indire...
Definition: mh5object.c:478
Definition: mh5base.h:169
Definition: mh5base.h:147
Definition: mh5root.h:43
MHEG5String MHEG5getGroupId(MHEG5Root *root)
<Function description>="">
Definition: mh5object.c:56
MHEG5GList * MHEG5resolveGenericORefProper(MHEG5GList *params, MH5GroupRef *pgroupRef, MHEG5Int *id)
Resolve a generic object reference, returning the object reference. The reference can be direct or in...
Definition: mh5object.c:177