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

Contains functions to decode MHEG-5 ASN.1 Integer class component. More...

#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_int.h"
#include "fpa1_rdf.h"
#include "fpa1_set.h"
#include "fpa1_syn.h"

Go to the source code of this file.

Macros

#define INT_SET_COMPS   1
 
#define GEN_INT_CHOICE_COMPS   2
 

Variables

int intSetCompsArr [2 *INT_SET_COMPS+1]
 
int genIntChoiceCompArr [GEN_INT_CHOICE_COMPS+1]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Integer class component.

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

Definition in file fpa1_int.c.

Variable Documentation

int genIntChoiceCompArr[GEN_INT_CHOICE_COMPS+1]
Initial value:
= { GEN_INT_CHOICE_COMPS + 1,
INTEGER,
INDIRECT }

Definition at line 53 of file fpa1_int.c.

int intSetCompsArr[2 *INT_SET_COMPS+1]
Initial value:
= { 2 * INT_SET_COMPS,
INTEGER, SYN_NEEDED }

Definition at line 49 of file fpa1_int.c.