MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
Macros | Variables
fpa1_obj.c File Reference

Contains functions to decode MHEG-5 ASN.1 Object Reference, External Reference, Indirect Reference, Generic Object Reference types. More...

#include <stdio.h>
#include <stdlib.h>
#include "vpa1_rdf.h"
#include "vpa1_tgs.h"
#include "fpa1_cho.h"
#include "fpa1_obj.h"
#include "fpa1_rdf.h"
#include "fpa1_seq.h"

Macros

#define OBJECT_CHOICE_COMPS   2
 
#define GEN_OBJECT_CHOICE_COMPS   2
 
#define EXTERNAL_SEQ_COMPS   2
 

Variables

int objRefChoiceCompArr [OBJECT_CHOICE_COMPS+1]
 
int genObjRefChoiceCompArr [GEN_OBJECT_CHOICE_COMPS+1]
 
int extRefSeqCompArr [2 *EXTERNAL_SEQ_COMPS+1]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Object Reference, External Reference, Indirect Reference, Generic Object Reference types.

Date
25/02/00
Author
J.F.Scully

Variable Documentation

int extRefSeqCompArr[2 *EXTERNAL_SEQ_COMPS+1]
Initial value:
= { 2 * EXTERNAL_SEQ_COMPS,
OCTETSTRING, SYN_NEEDED,
INTEGER, SYN_NEEDED }
int genObjRefChoiceCompArr[GEN_OBJECT_CHOICE_COMPS+1]
Initial value:
= { GEN_OBJECT_CHOICE_COMPS + 1,
OBJECT_REFERENCE_TYPE,
INDIRECT }
int objRefChoiceCompArr[OBJECT_CHOICE_COMPS+1]
Initial value:
= { OBJECT_CHOICE_COMPS + 1,
EXTERNAL_REFERENCE_TYPE,
INTEGER }