MHEG5  15.3.0
source/core/inc/mh5object.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2004 Ocean Blue Software Ltd
00004  * Copyright © 2000 Koninklijke Philips Electronics N.V
00005  *
00006  * This file is part of a DTVKit Software Component
00007  * You are permitted to copy, modify or distribute this file subject to the terms
00008  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00009  * 
00010  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00011  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00012  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00013  * 
00014  * If you or your organisation is not a member of DTVKit then you have access
00015  * to this source code outside of the terms of the licence agreement
00016  * and you are expected to delete this and any associated files immediately.
00017  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00018  *******************************************************************************/
00026 #ifndef _MH5OBJECT_H
00027 #define _MH5OBJECT_H
00028 
00029 /*---includes for this file--------------------------------------------------*/
00030 
00031 #include "mh5root.h"
00032 
00033 /*---Constant and macro definitions for public use---------------------------*/
00034 
00035 /*---Enumerations for public use---------------------------------------------*/
00036 
00037 /*---Global type defs for public use-----------------------------------------*/
00038 
00039 /*---Global variable declarations for public use-----------------------------*/
00040 
00041 /*---Global Function prototypes for public use-------------------------------*/
00042 
00048 MHEG5String MHEG5getGroupId(MHEG5Root *root);
00049 MHEG5Root* MHEG5findObject(MH5GroupRef gid, MHEG5Int id);
00050 MHEG5Root* MHEG5resolveRealObject( MHEG5Root *objref );
00051 MHEG5GList* MHEG5resolveORef(MHEG5GList *params, MHEG5Root **object);
00052 
00067 MHEG5GList* MHEG5resolveGenericORefProper(MHEG5GList *params,
00068    MH5GroupRef *pgroupRef,
00069    MHEG5Int *id);
00070 
00071 
00072 MHEG5GList* MHEG5resolveGenericORef(MHEG5GList *params, MHEG5Root **object);
00073 MHEG5GList* MHEG5resolveGenericCRef(MHEG5GList *params, MHEG5String *data, MHEG5Bool *referenced, MHEG5Bool *valid);
00074 MHEG5GList* MHEG5resolveGenericGeneric(MHEG5GList *params, MHEG5Generic *value);
00075 MHEG5GList* MHEG5resolveGenericBoolean(MHEG5GList *params, MHEG5Bool *value);
00076 MHEG5GList* MHEG5resolveGenericInteger(MHEG5GList *params, MHEG5Int *value);
00077 
00078 
00091 MHEG5GList* MHEG5resolveGenericOctetString(MHEG5GList *params,
00092    MHEG5String *value,
00093    MHEG5Bool *invalidString);
00094 
00095 #endif /*_MH5OBJECT_H*/
 All Data Structures Files Functions Variables Typedefs Defines