42 #define TOK_GRP_SET_COMPS 6 44 #define TOK_GRP_ITMS_SEQ_COMPS 2 46 #define ACTION_SLOT_CHOICE_COMPS 2 53 int tokGrpSetCompsArr[ 2 * TOK_GRP_SET_COMPS + 1 ]
54 = { 2 * TOK_GRP_SET_COMPS,
56 OBJECT_REFERENCE_TYPE, SYN_NEEDED,
57 INITACTIVE, SYN_DEFAULT,
60 MOVEMENTTABLE, SYN_OPTIONAL,
62 TGITEMS, SYN_OPTIONAL,
63 NOTOKEN, SYN_OPTIONAL };
65 int tokGrpItmsSeqCompArr[ 2 * TOK_GRP_ITMS_SEQ_COMPS + 1 ]
66 = { 2 * TOK_GRP_ITMS_SEQ_COMPS,
67 OBJECT_REFERENCE_TYPE, SYN_NEEDED,
68 SEQ_SIZE_OF_ACTION_SLOT, SYN_OPTIONAL };
70 int actSlotChoiceCompArr[ ACTION_SLOT_CHOICE_COMPS + 1 ]
71 = { ACTION_SLOT_CHOICE_COMPS + 1,
Contains functions to decode MHEG-5 ASN.1 types.
Contains functions to decode MHEG-5 ASN.1 Token Group and Token Manager class components.
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
Typedefs for script reading functions.
Contains macros for MHEG-5 ASN.1 tags and structures.
Contains functions used to parse MHEG-5 ASN.1 SETs. SETs can have components in any order and as such...
Contains functions used to parse MHEG-5 ASN.1 SEQUENCEs. SEQUENCEs have components in order...