indaudeventsdescriptor.c
来自「H.248协议编解码协议栈」· C语言 代码 · 共 72 行
C
72 行
/* * 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 "IndAudEventsDescriptor.h"static asn_TYPE_member_t asn_MBR_IndAudEventsDescriptor_1[] = { { ATF_POINTER, 1, offsetof(struct IndAudEventsDescriptor, requestID), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_RequestID, 0, /* Defer constraints checking to the member type */ "requestID" }, { ATF_NOFLAGS, 0, offsetof(struct IndAudEventsDescriptor, pkgdName), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_PkgdName, 0, /* Defer constraints checking to the member type */ "pkgdName" }, { ATF_POINTER, 1, offsetof(struct IndAudEventsDescriptor, streamID), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_StreamID, 0, /* Defer constraints checking to the member type */ "streamID" },};static ber_tlv_tag_t asn_DEF_IndAudEventsDescriptor_1_tags[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_TYPE_tag2member_t asn_MAP_IndAudEventsDescriptor_1_tag2el[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* requestID at 387 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* pkgdName at 388 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* streamID at 389 */};static asn_SEQUENCE_specifics_t asn_SPC_IndAudEventsDescriptor_1_specs = { sizeof(struct IndAudEventsDescriptor), offsetof(struct IndAudEventsDescriptor, _asn_ctx), asn_MAP_IndAudEventsDescriptor_1_tag2el, 3, /* Count of tags in the map */ 2, /* Start extensions */ 4 /* Stop extensions */};asn_TYPE_descriptor_t asn_DEF_IndAudEventsDescriptor = { "IndAudEventsDescriptor", "IndAudEventsDescriptor", SEQUENCE_free, SEQUENCE_print, SEQUENCE_constraint, SEQUENCE_decode_ber, SEQUENCE_encode_der, SEQUENCE_decode_xer, SEQUENCE_encode_xer, 0, /* Use generic outmost tag fetcher */ asn_DEF_IndAudEventsDescriptor_1_tags, sizeof(asn_DEF_IndAudEventsDescriptor_1_tags) /sizeof(asn_DEF_IndAudEventsDescriptor_1_tags[0]), /* 1 */ asn_DEF_IndAudEventsDescriptor_1_tags, /* Same as above */ sizeof(asn_DEF_IndAudEventsDescriptor_1_tags) /sizeof(asn_DEF_IndAudEventsDescriptor_1_tags[0]), /* 1 */ asn_MBR_IndAudEventsDescriptor_1, 3, /* Elements count */ &asn_SPC_IndAudEventsDescriptor_1_specs /* Additional specs */};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?