42 #define APP_SET_COMPS 12 44 #define DEF_ATT_CHOICE_COMPS 13 45 #define FNT_BDY_CHOICE_COMPS 2 101 int spaceCount = indentCount;
104 while (listPtr != NULL)
106 spaceCount = indentCount;
108 while (spaceCount > 0)
114 printf(
"Application Tag %d\n", listPtr->
tag );
116 fpa1_decodeAppSetList( listPtr->
children, indentCount + 1 );
118 listPtr = listPtr->
next;
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
int defAttChoiceCompArr[DEF_ATT_CHOICE_COMPS+1]
struct fpa1_syntaxItem * children
#define FNT_BDY_CHOICE_COMPS
Typedefs for script reading functions.
Contains macros for MHEG-5 ASN.1 tags and structures.
int appSetCompsArr[2 *APP_SET_COMPS+1]
syntax item block manager Contains functions to create a mini memory manager for allocating syntax li...
#define DEF_ATT_CHOICE_COMPS
int fpa1_delList(fpa1_syntaxList *firstComp)
Contains functions used to parse MHEG-5 ASN.1 SETs. SETs can have components in any order and as such...
Contains functions to decode MHEG-5 ASN.1 Application class components.
int fontBodyChoiceCompArr[FNT_BDY_CHOICE_COMPS+1]
struct fpa1_syntaxItem * next