MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
Functions
fpa1_tgs.h File Reference

Contains function to parse MHEG-5 ASN.1 tags. More...

#include "fpa1_syn.h"

Go to the source code of this file.

Functions

int fpa1_tagsParse (fpa1_syntaxList *)
 
int fpa1_parseDataInt (fpa1_syntaxList *listPtr)
 
int fpa1_parseDataBool (fpa1_syntaxList *listPtr)
 
int fpa1_parseDataStr (fpa1_syntaxList *listPtr)
 
int fpa1_parseData (fpa1_syntaxList *listPtr)
 Gets primitave data item from script and puts it in current syntaxList item. More...
 

Detailed Description

Contains function to parse MHEG-5 ASN.1 tags.

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

Function Documentation

int fpa1_parseData ( fpa1_syntaxList listPtr)

Gets primitave data item from script and puts it in current syntaxList item.

Parameters
listPtrcurrent syntaxItem
Returns
int
int fpa1_parseDataBool ( fpa1_syntaxList listPtr)

gets boolean value from script and put it in the current syntaxItem

Parameters
listPtrcurrent syntaxItem
Returns
int
int fpa1_parseDataInt ( fpa1_syntaxList listPtr)

gets integer value from script and put it in the current syntaxItem

Parameters
listPtrcurrent syntaxItem
Returns
int
int fpa1_parseDataStr ( fpa1_syntaxList listPtr)

gets string value from script and put it in the current syntaxItem

Parameters
listPtrcurrent syntaxItem Returns 0 normally, 1 if unable to read the string.
int fpa1_tagsParse ( fpa1_syntaxList listPtr)
Returns