MHEG5  18.9.0
MHEG5 Documentation
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"

Go to the source code of this file.

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

Definition in file fpa1_tok.c.

Macro Definition Documentation

#define ACTION_SLOT_CHOICE_COMPS   2

Definition at line 46 of file fpa1_tok.c.

#define TOK_GRP_ITMS_SEQ_COMPS   2

Definition at line 44 of file fpa1_tok.c.

#define TOK_GRP_SET_COMPS   6

Definition at line 42 of file fpa1_tok.c.

Variable Documentation

int actSlotChoiceCompArr[ACTION_SLOT_CHOICE_COMPS+1]
Initial value:
#define ACTION_SLOT_CHOICE_COMPS
Definition: fpa1_tok.c:46
#define MHEG_NULL
Definition: vpa1_tgs.h:42

Definition at line 71 of file fpa1_tok.c.

int tokGrpItmsSeqCompArr[2 *TOK_GRP_ITMS_SEQ_COMPS+1]
Initial value:

Definition at line 66 of file fpa1_tok.c.

int tokGrpSetCompsArr[2 *TOK_GRP_SET_COMPS+1]
Initial value:
NOTOKEN, SYN_OPTIONAL }
#define SYN_NEEDED
Definition: fpa1_syn.h:34
#define INITACTIVE
Definition: vpa1_tgs.h:105
#define TOK_GRP_SET_COMPS
Definition: fpa1_tok.c:42
#define SYN_DEFAULT
Definition: fpa1_syn.h:36
#define SHARED
Definition: vpa1_tgs.h:108
#define SYN_OPTIONAL
Definition: fpa1_syn.h:35
#define NOTOKEN
Definition: vpa1_tgs.h:121
#define MOVEMENTTABLE
Definition: vpa1_tgs.h:119
#define TGITEMS
Definition: vpa1_tgs.h:120

Definition at line 54 of file fpa1_tok.c.