propertyparm.c
来自「H.248协议编解码协议栈」· C语言 代码 · 共 171 行
C
171 行
/* * 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 "PropertyParm.h"static asn_TYPE_member_t asn_MBR_value_3[] = { { ATF_NOFLAGS, 0, 0, (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, (void *)&asn_DEF_OCTET_STRING, 0, /* Defer constraints checking to the member type */ "" },};static ber_tlv_tag_t asn_DEF_value_3_tags[] = { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_SET_OF_specifics_t asn_SPC_value_3_specs = { sizeof(struct value), offsetof(struct value, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */};static /* Use -fall-defs-global to expose */asn_TYPE_descriptor_t asn_DEF_value_3 = { "value", "value", 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_value_3_tags, sizeof(asn_DEF_value_3_tags) /sizeof(asn_DEF_value_3_tags[0]) - 1, /* 1 */ asn_DEF_value_3_tags, /* Same as above */ sizeof(asn_DEF_value_3_tags) /sizeof(asn_DEF_value_3_tags[0]), /* 2 */ asn_MBR_value_3, 1, /* Single element */ &asn_SPC_value_3_specs /* Additional specs */};static asn_TYPE_member_t asn_MBR_extraInfo_5[] = { { ATF_NOFLAGS, 0, offsetof(struct extraInfo, choice.relation), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_Relation, 0, /* Defer constraints checking to the member type */ "relation" }, { ATF_NOFLAGS, 0, offsetof(struct extraInfo, choice.range), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_BOOLEAN, 0, /* Defer constraints checking to the member type */ "range" }, { ATF_NOFLAGS, 0, offsetof(struct extraInfo, choice.sublist), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_BOOLEAN, 0, /* Defer constraints checking to the member type */ "sublist" },};static asn_TYPE_tag2member_t asn_MAP_extraInfo_5_tag2el[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* relation at 594 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* range at 595 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* sublist at 596 */};static asn_CHOICE_specifics_t asn_SPC_extraInfo_5_specs = { sizeof(struct extraInfo), offsetof(struct extraInfo, _asn_ctx), offsetof(struct extraInfo, present), sizeof(((struct extraInfo *)0)->present), asn_MAP_extraInfo_5_tag2el, 3, /* Count of tags in the map */ 0 /* Whether extensible */};static /* Use -fall-defs-global to expose */asn_TYPE_descriptor_t asn_DEF_extraInfo_5 = { "extraInfo", "extraInfo", 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_extraInfo_5, 3, /* Elements count */ &asn_SPC_extraInfo_5_specs /* Additional specs */};static asn_TYPE_member_t asn_MBR_PropertyParm_1[] = { { ATF_NOFLAGS, 0, offsetof(struct PropertyParm, name), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_PkgdName, 0, /* Defer constraints checking to the member type */ "name" }, { ATF_NOFLAGS, 0, offsetof(struct PropertyParm, value), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ (void *)&asn_DEF_value_3, 0, /* Defer constraints checking to the member type */ "value" }, { ATF_POINTER, 1, offsetof(struct PropertyParm, extraInfo), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), +1, /* EXPLICIT tag at current level */ (void *)&asn_DEF_extraInfo_5, 0, /* Defer constraints checking to the member type */ "extraInfo" },};static ber_tlv_tag_t asn_DEF_PropertyParm_1_tags[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))};static asn_TYPE_tag2member_t asn_MAP_PropertyParm_1_tag2el[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* name at 590 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* value at 591 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* extraInfo at 594 */};static asn_SEQUENCE_specifics_t asn_SPC_PropertyParm_1_specs = { sizeof(struct PropertyParm), offsetof(struct PropertyParm, _asn_ctx), asn_MAP_PropertyParm_1_tag2el, 3, /* Count of tags in the map */ 2, /* Start extensions */ 4 /* Stop extensions */};asn_TYPE_descriptor_t asn_DEF_PropertyParm = { "PropertyParm", "PropertyParm", 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_PropertyParm_1_tags, sizeof(asn_DEF_PropertyParm_1_tags) /sizeof(asn_DEF_PropertyParm_1_tags[0]), /* 1 */ asn_DEF_PropertyParm_1_tags, /* Same as above */ sizeof(asn_DEF_PropertyParm_1_tags) /sizeof(asn_DEF_PropertyParm_1_tags[0]), /* 1 */ asn_MBR_PropertyParm_1, 3, /* Elements count */ &asn_SPC_PropertyParm_1_specs /* Additional specs */};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?