44 #define EVT_DAT_ANY -1 46 #define LNK_SET_COMPS 5 47 #define LNK_CND_SEQ_COMPS 3 48 #define EVT_DAT_CHOICE_COMPS 3 52 int lnkSetCompsArr[ 2 * LNK_SET_COMPS + 1 ]
53 = { 2 * LNK_SET_COMPS,
55 OBJECT_REFERENCE_TYPE, SYN_NEEDED,
56 INITACTIVE, SYN_DEFAULT,
62 int lnkCndSeqCompArr[ 2 * LNK_CND_SEQ_COMPS + 1 ]
63 = { 2 * LNK_CND_SEQ_COMPS,
64 EVENT_SOURCE_TYPE, SYN_NEEDED,
65 EVENT_TYPE, SYN_NEEDED,
66 EVENT_DATA_TYPE, SYN_OPTIONAL };
68 int evtDatChoiceCompArr[ EVT_DAT_CHOICE_COMPS + 1 ]
69 = { EVT_DAT_CHOICE_COMPS + 1,
Contains functions/globals used to read MHEG-5 ASN.1 scripts.
Contains functions to decode MHEG-5 ASN.1 Link 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...
Contains functions to decode MHEG-5 ASN.1 enumerated types.