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

Contains functions to decode MHEG-5 ASN.1 Generic Octet String type. More...

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

Macros

#define OCT_STR_CHOICE_COMPS   2
 
#define GEN_OCT_STR_CHOICE_COMPS   2
 

Variables

int octStrChoiceCompsArr [OCT_STR_CHOICE_COMPS+1]
 
int genOctStrChoiceCompArr [GEN_OCT_STR_CHOICE_COMPS+1]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Generic Octet String type.

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

Variable Documentation

int genOctStrChoiceCompArr[GEN_OCT_STR_CHOICE_COMPS+1]
Initial value:
= { GEN_OCT_STR_CHOICE_COMPS + 1,
OCTETSTRING,
INDIRECT }
int octStrChoiceCompsArr[OCT_STR_CHOICE_COMPS+1]
Initial value:
= { OCT_STR_CHOICE_COMPS + 1,
OCTETSTRING,
CONTREF }