📄 eventdm.c
字号:
/* * 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 "EventDM.h"static asn_TYPE_member_t asn_MBR_EventDM_1[] = { { ATF_NOFLAGS, 0, offsetof(struct EventDM, choice.digitMapName), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_DigitMapName, 0, /* Defer constraints checking to the member type */ "digitMapName" }, { ATF_NOFLAGS, 0, offsetof(struct EventDM, choice.digitMapValue), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_DigitMapValue, 0, /* Defer constraints checking to the member type */ "digitMapValue" },};static asn_TYPE_tag2member_t asn_MAP_EventDM_1_tag2el[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* digitMapName at 703 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* digitMapValue at 705 */};static asn_CHOICE_specifics_t asn_SPC_EventDM_1_specs = { sizeof(struct EventDM), offsetof(struct EventDM, _asn_ctx), offsetof(struct EventDM, present), sizeof(((struct EventDM *)0)->present), asn_MAP_EventDM_1_tag2el, 2, /* Count of tags in the map */ 0 /* Whether extensible */};asn_TYPE_descriptor_t asn_DEF_EventDM = { "EventDM", "EventDM", 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_EventDM_1, 2, /* Elements count */ &asn_SPC_EventDM_1_specs /* Additional specs */};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -