indauditparameter.c

来自「H.248协议编解码协议栈」· C语言 代码 · 共 100 行

C
100
字号
/* * 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 "IndAuditParameter.h"static asn_TYPE_member_t asn_MBR_IndAuditParameter_1[] = {	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudmediaDescriptor),		(ASN_TAG_CLASS_CONTEXT | (0 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudMediaDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudmediaDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudeventsDescriptor),		(ASN_TAG_CLASS_CONTEXT | (1 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudEventsDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudeventsDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudeventBufferDescriptor),		(ASN_TAG_CLASS_CONTEXT | (2 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudEventBufferDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudeventBufferDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudsignalsDescriptor),		(ASN_TAG_CLASS_CONTEXT | (3 << 2)),		+1,	/* EXPLICIT tag at current level */		(void *)&asn_DEF_IndAudSignalsDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudsignalsDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indauddigitMapDescriptor),		(ASN_TAG_CLASS_CONTEXT | (4 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudDigitMapDescriptor,		0,	/* Defer constraints checking to the member type */		"indauddigitMapDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudstatisticsDescriptor),		(ASN_TAG_CLASS_CONTEXT | (5 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudStatisticsDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudstatisticsDescriptor"		},	{ ATF_NOFLAGS, 0, offsetof(struct IndAuditParameter, choice.indaudpackagesDescriptor),		(ASN_TAG_CLASS_CONTEXT | (6 << 2)),		-1,	/* IMPLICIT tag at current level */		(void *)&asn_DEF_IndAudPackagesDescriptor,		0,	/* Defer constraints checking to the member type */		"indaudpackagesDescriptor"		},};static asn_TYPE_tag2member_t asn_MAP_IndAuditParameter_1_tag2el[] = {    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* indaudmediaDescriptor at 317 */    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* indaudeventsDescriptor at 318 */    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* indaudeventBufferDescriptor at 319 */    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* indaudsignalsDescriptor at 320 */    { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* indauddigitMapDescriptor at 321 */    { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* indaudstatisticsDescriptor at 322 */    { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 } /* indaudpackagesDescriptor at 323 */};static asn_CHOICE_specifics_t asn_SPC_IndAuditParameter_1_specs = {	sizeof(struct IndAuditParameter),	offsetof(struct IndAuditParameter, _asn_ctx),	offsetof(struct IndAuditParameter, present),	sizeof(((struct IndAuditParameter *)0)->present),	asn_MAP_IndAuditParameter_1_tag2el,	7,	/* Count of tags in the map */	1	/* Whether extensible */};asn_TYPE_descriptor_t asn_DEF_IndAuditParameter = {	"IndAuditParameter",	"IndAuditParameter",	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_IndAuditParameter_1,	7,	/* Elements count */	&asn_SPC_IndAuditParameter_1_specs	/* Additional specs */};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?