MHEG-5  19.3.0
MHEG-5 Documentation
Macros | Variables
fpa1_ing.c File Reference

Contains functions to decode MHEG-5 ASN.1 Ingredient class components. More...

#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_ing.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"

Go to the source code of this file.

Macros

#define CNT_BDY_CHOICE_COMPS   2
 
#define REF_CNT_SEQ_COMPS   3
 

Variables

int cntBdyChoiceCompArr [CNT_BDY_CHOICE_COMPS+1]
 
int refCntSeqCompArr [2 *REF_CNT_SEQ_COMPS+1]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Ingredient class components.

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

Definition in file fpa1_ing.c.

Variable Documentation

int cntBdyChoiceCompArr[CNT_BDY_CHOICE_COMPS+1]
Initial value:
= { CNT_BDY_CHOICE_COMPS + 1,
OCTETSTRING,
REFERENCED_CONTENT_TYPE }

Definition at line 48 of file fpa1_ing.c.

int refCntSeqCompArr[2 *REF_CNT_SEQ_COMPS+1]
Initial value:
= { 2 * REF_CNT_SEQ_COMPS,
CONTENT_REFERENCE_TYPE, SYN_NEEDED,
CONTSIZE, SYN_OPTIONAL,
CONTPRIO, SYN_DEFAULT }

Definition at line 53 of file fpa1_ing.c.