MHEG5  15.3.0
source/asn/inc/fpa1_seq.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  *******************************************************************************/
00027 #ifndef  _FPA1_SEQ_H
00028 #define  _FPA1_SEQ_H
00029 
00030 /*---includes for this file--------------------------------------------------*/
00031 #include "fpa1_syn.h"
00032 
00033 /*---Constant and macro definitions for public use---------------------------*/
00034 
00035 /* SEQUENCE OF identities */
00036 typedef enum
00037 {
00038    SEQ_OF_DEF_ATTRIBS = 0,
00039    SEQ_OF_GROUP_ITEM,
00040    SEQ_OF_MOVEMENT,
00041    SEQ_OF_INTEGER,
00042    SEQ_OF_ELEMENTARY_ACTION,
00043    SEQ_OF_ACTION_SLOT,
00044    SEQ_OF_TOKEN_GROUP_ITEM,
00045    SEQ_OF_PARAMETER,
00046    SEQ_OF_POINT,
00047    SEQ_OF_OBJECT_REFERENCE,
00048    SEQ_OF_NEXT_SCENE,
00049    SEQ_OF_STREAM_COMP,
00050    SEQ_OF_XY_POSITION,
00051    SEQ_OF_INVALID
00052 } SEQUENCE_OF;
00053 
00054 /*---Enumerations for public use---------------------------------------------*/
00055 
00056 /*---Global type defs for public use-----------------------------------------*/
00057 
00058 /*---Global variable declarations for public use-----------------------------*/
00059 
00060 /*---Global Function prototypes for public use-------------------------------*/
00061 fpa1_syntaxList *fpa1_sequenceParse( unsigned short *, int *, vpa1_filePos );
00062 fpa1_syntaxList *fpa1_sequenceOfParse( unsigned short *, int, vpa1_filePos );
00063 
00064 #endif /*_FPA1_SEQ_H*/
 All Data Structures Files Functions Variables Typedefs Defines