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

Contains functions to decode MHEG-5 ASN.1 Token Group and Token Manager class components. 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_seq.h"
#include "fpa1_syn.h"
#include "fpa1_tok.h"
#include "fpa1_typ.h"

Macros

#define TOK_GRP_SET_COMPS   6
 
#define TOK_GRP_ITMS_SEQ_COMPS   2
 
#define ACTION_SLOT_CHOICE_COMPS   2
 

Variables

int tokGrpSetCompsArr [2 *TOK_GRP_SET_COMPS+1]
 
int tokGrpItmsSeqCompArr [2 *TOK_GRP_ITMS_SEQ_COMPS+1]
 
int actSlotChoiceCompArr [ACTION_SLOT_CHOICE_COMPS+1]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Token Group and Token Manager class components.

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

Variable Documentation

int actSlotChoiceCompArr[ACTION_SLOT_CHOICE_COMPS+1]
Initial value:
= { ACTION_SLOT_CHOICE_COMPS + 1,
ACTION_CLASS_TYPE,
MHEG_NULL }
int tokGrpItmsSeqCompArr[2 *TOK_GRP_ITMS_SEQ_COMPS+1]
Initial value:
= { 2 * TOK_GRP_ITMS_SEQ_COMPS,
OBJECT_REFERENCE_TYPE, SYN_NEEDED,
SEQ_SIZE_OF_ACTION_SLOT, SYN_OPTIONAL }
int tokGrpSetCompsArr[2 *TOK_GRP_SET_COMPS+1]
Initial value:
= { 2 * TOK_GRP_SET_COMPS,
OBJECT_REFERENCE_TYPE, SYN_NEEDED,
INITACTIVE, SYN_DEFAULT,
SHARED, SYN_DEFAULT,
MOVEMENTTABLE, SYN_OPTIONAL,
TGITEMS, SYN_OPTIONAL,
NOTOKEN, SYN_OPTIONAL }