auditreturnparameter.c
来自「H.248协议编解码协议栈」· C语言 代码 · 共 140 行
C
140 行
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#include <asn_internal.h>#include "AuditReturnParameter.h"static asn_TYPE_member_t asn_MBR_AuditReturnParameter_1[] = { { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.errorDescriptor), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_ErrorDescriptor, 0, /* Defer constraints checking to the member type */ "errorDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.mediaDescriptor), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_MediaDescriptor, 0, /* Defer constraints checking to the member type */ "mediaDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.modemDescriptor), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_ModemDescriptor, 0, /* Defer constraints checking to the member type */ "modemDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.muxDescriptor), (ASN_TAG_CLASS_CONTEXT | (3 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_MuxDescriptor, 0, /* Defer constraints checking to the member type */ "muxDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.eventsDescriptor), (ASN_TAG_CLASS_CONTEXT | (4 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_EventsDescriptor, 0, /* Defer constraints checking to the member type */ "eventsDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.eventBufferDescriptor), (ASN_TAG_CLASS_CONTEXT | (5 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_EventBufferDescriptor, 0, /* Defer constraints checking to the member type */ "eventBufferDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.signalsDescriptor), (ASN_TAG_CLASS_CONTEXT | (6 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_SignalsDescriptor, 0, /* Defer constraints checking to the member type */ "signalsDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.digitMapDescriptor), (ASN_TAG_CLASS_CONTEXT | (7 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_DigitMapDescriptor, 0, /* Defer constraints checking to the member type */ "digitMapDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.observedEventsDescriptor), (ASN_TAG_CLASS_CONTEXT | (8 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_ObservedEventsDescriptor, 0, /* Defer constraints checking to the member type */ "observedEventsDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.statisticsDescriptor), (ASN_TAG_CLASS_CONTEXT | (9 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_StatisticsDescriptor, 0, /* Defer constraints checking to the member type */ "statisticsDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.packagesDescriptor), (ASN_TAG_CLASS_CONTEXT | (10 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_PackagesDescriptor, 0, /* Defer constraints checking to the member type */ "packagesDescriptor" }, { ATF_NOFLAGS, 0, offsetof(struct AuditReturnParameter, choice.emptyDescriptors), (ASN_TAG_CLASS_CONTEXT | (11 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_AuditDescriptor, 0, /* Defer constraints checking to the member type */ "emptyDescriptors" },};static asn_TYPE_tag2member_t asn_MAP_AuditReturnParameter_1_tag2el[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* errorDescriptor at 286 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* mediaDescriptor at 287 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* modemDescriptor at 288 */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* muxDescriptor at 289 */ { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* eventsDescriptor at 290 */ { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* eventBufferDescriptor at 291 */ { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 }, /* signalsDescriptor at 292 */ { (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 7, 0, 0 }, /* digitMapDescriptor at 293 */ { (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 8, 0, 0 }, /* observedEventsDescriptor at 294 */ { (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 9, 0, 0 }, /* statisticsDescriptor at 295 */ { (ASN_TAG_CLASS_CONTEXT | (10 << 2)), 10, 0, 0 }, /* packagesDescriptor at 296 */ { (ASN_TAG_CLASS_CONTEXT | (11 << 2)), 11, 0, 0 } /* emptyDescriptors at 297 */};static asn_CHOICE_specifics_t asn_SPC_AuditReturnParameter_1_specs = { sizeof(struct AuditReturnParameter), offsetof(struct AuditReturnParameter, _asn_ctx), offsetof(struct AuditReturnParameter, present), sizeof(((struct AuditReturnParameter *)0)->present), asn_MAP_AuditReturnParameter_1_tag2el, 12, /* Count of tags in the map */ 1 /* Whether extensible */};asn_TYPE_descriptor_t asn_DEF_AuditReturnParameter = { "AuditReturnParameter", "AuditReturnParameter", CHOICE_free, CHOICE_print, CHOICE_constraint, CHOICE_decode_ber, CHOICE_encode_der, CHOICE_decode_xer, CHOICE_encode_xer, CHOICE_outmost_tag, 0, /* No effective tags (pointer) */ 0, /* No effective tags (count) */ 0, /* No tags (pointer) */ 0, /* No tags (count) */ asn_MBR_AuditReturnParameter_1, 12, /* Elements count */ &asn_SPC_AuditReturnParameter_1_specs /* Additional specs */};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?