statisticsdescriptor.c

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

C
50
字号
/* * 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 "StatisticsDescriptor.h"static asn_TYPE_member_t asn_MBR_StatisticsDescriptor_1[] = {	{ ATF_NOFLAGS, 0, 0,		(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),		0,		(void *)&asn_DEF_StatisticsParameter,		0,	/* Defer constraints checking to the member type */		""		},};static ber_tlv_tag_t asn_DEF_StatisticsDescriptor_1_tags[] = {	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_SET_OF_specifics_t asn_SPC_StatisticsDescriptor_1_specs = {	sizeof(struct StatisticsDescriptor),	offsetof(struct StatisticsDescriptor, _asn_ctx),	0,	/* XER encoding is XMLDelimitedItemList */};asn_TYPE_descriptor_t asn_DEF_StatisticsDescriptor = {	"StatisticsDescriptor",	"StatisticsDescriptor",	SEQUENCE_OF_free,	SEQUENCE_OF_print,	SEQUENCE_OF_constraint,	SEQUENCE_OF_decode_ber,	SEQUENCE_OF_encode_der,	SEQUENCE_OF_decode_xer,	SEQUENCE_OF_encode_xer,	0,	/* Use generic outmost tag fetcher */	asn_DEF_StatisticsDescriptor_1_tags,	sizeof(asn_DEF_StatisticsDescriptor_1_tags)		/sizeof(asn_DEF_StatisticsDescriptor_1_tags[0]), /* 1 */	asn_DEF_StatisticsDescriptor_1_tags,	/* Same as above */	sizeof(asn_DEF_StatisticsDescriptor_1_tags)		/sizeof(asn_DEF_StatisticsDescriptor_1_tags[0]), /* 1 */	asn_MBR_StatisticsDescriptor_1,	1,	/* Single element */	&asn_SPC_StatisticsDescriptor_1_specs	/* Additional specs */};

⌨️ 快捷键说明

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