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

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

#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_enu.h"
#include "fpa1_lnk.h"
#include "fpa1_rdf.h"
#include "fpa1_set.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"

Go to the source code of this file.

Macros

#define EVT_DAT_ANY   -1
 
#define LNK_SET_COMPS   5
 
#define LNK_CND_SEQ_COMPS   3
 
#define EVT_DAT_CHOICE_COMPS   3
 

Variables

int lnkSetCompsArr [2 *LNK_SET_COMPS+1]
 
int lnkCndSeqCompArr [2 *LNK_CND_SEQ_COMPS+1]
 
int evtDatChoiceCompArr [EVT_DAT_CHOICE_COMPS+1]
 

Detailed Description

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

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

Definition in file fpa1_lnk.c.

Variable Documentation

int evtDatChoiceCompArr[EVT_DAT_CHOICE_COMPS+1]
Initial value:
= { EVT_DAT_CHOICE_COMPS + 1,
OCTETSTRING,
MHEG_BOOL,
INTEGER }

Definition at line 69 of file fpa1_lnk.c.

int lnkCndSeqCompArr[2 *LNK_CND_SEQ_COMPS+1]
Initial value:
= { 2 * LNK_CND_SEQ_COMPS,
EVENT_SOURCE_TYPE, SYN_NEEDED,
EVENT_TYPE, SYN_NEEDED,
EVENT_DATA_TYPE, SYN_OPTIONAL }

Definition at line 63 of file fpa1_lnk.c.

int lnkSetCompsArr[2 *LNK_SET_COMPS+1]
Initial value:
= { 2 * LNK_SET_COMPS,
OBJECT_REFERENCE_TYPE, SYN_NEEDED,
INITACTIVE, SYN_DEFAULT,
SHARED, SYN_DEFAULT,
LINKCOND, SYN_NEEDED,
EFFECT, SYN_NEEDED }

Definition at line 53 of file fpa1_lnk.c.