ContentElementTag.c 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Seader"
  4. * found in "seader.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all`
  6. */
  7. #include "ContentElementTag.h"
  8. /*
  9. * This type is implemented using NativeEnumerated,
  10. * so here we adjust the DEF accordingly.
  11. */
  12. static const asn_INTEGER_enum_map_t asn_MAP_ContentElementTag_value2enum_1[] = {
  13. { 4, 32, "implicitFormatPhysicalAccessBits" }
  14. };
  15. static const unsigned int asn_MAP_ContentElementTag_enum2value_1[] = {
  16. 0 /* implicitFormatPhysicalAccessBits(4) */
  17. };
  18. const asn_INTEGER_specifics_t asn_SPC_ContentElementTag_specs_1 = {
  19. asn_MAP_ContentElementTag_value2enum_1, /* "tag" => N; sorted by tag */
  20. asn_MAP_ContentElementTag_enum2value_1, /* N => "tag"; sorted by N */
  21. 1, /* Number of elements in the maps */
  22. 0, /* Enumeration is not extensible */
  23. 1, /* Strict enumeration */
  24. 0, /* Native long size */
  25. 0
  26. };
  27. static const ber_tlv_tag_t asn_DEF_ContentElementTag_tags_1[] = {
  28. (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
  29. };
  30. asn_TYPE_descriptor_t asn_DEF_ContentElementTag = {
  31. "ContentElementTag",
  32. "ContentElementTag",
  33. &asn_OP_NativeEnumerated,
  34. asn_DEF_ContentElementTag_tags_1,
  35. sizeof(asn_DEF_ContentElementTag_tags_1)
  36. /sizeof(asn_DEF_ContentElementTag_tags_1[0]), /* 1 */
  37. asn_DEF_ContentElementTag_tags_1, /* Same as above */
  38. sizeof(asn_DEF_ContentElementTag_tags_1)
  39. /sizeof(asn_DEF_ContentElementTag_tags_1[0]), /* 1 */
  40. { 0, 0, NativeEnumerated_constraint },
  41. 0, 0, /* Defined elsewhere */
  42. &asn_SPC_ContentElementTag_specs_1 /* Additional specs */
  43. };