Vanetza
Loading...
Searching...
No Matches
ThreeDLocation.c
1/*
2 * Generated by asn1c
3 * From ASN.1 module "Ieee1609Dot2BaseTypes"
4 * found in "Ieee1609Dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -fprefix=Vanetza_Security_ -R`
6 */
7
9
10asn_TYPE_member_t asn_MBR_Vanetza_Security_ThreeDLocation_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_ThreeDLocation, latitude),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_Vanetza_Security_Latitude,
15 0,
16 {
17#if !defined(ASN_DISABLE_OER_SUPPORT)
18 0,
19#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
20#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21 0,
22#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23#if !defined(ASN_DISABLE_JER_SUPPORT)
24 0,
25#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
26 0
27 },
28 0, 0, /* No default value */
29 "latitude"
30 },
31 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_ThreeDLocation, longitude),
32 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
33 -1, /* IMPLICIT tag at current level */
34 &asn_DEF_Vanetza_Security_Longitude,
35 0,
36 {
37#if !defined(ASN_DISABLE_OER_SUPPORT)
38 0,
39#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
40#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
41 0,
42#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
43#if !defined(ASN_DISABLE_JER_SUPPORT)
44 0,
45#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
46 0
47 },
48 0, 0, /* No default value */
49 "longitude"
50 },
51 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_ThreeDLocation, elevation),
52 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
53 -1, /* IMPLICIT tag at current level */
54 &asn_DEF_Vanetza_Security_Elevation,
55 0,
56 {
57#if !defined(ASN_DISABLE_OER_SUPPORT)
58 0,
59#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
60#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
61 0,
62#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
63#if !defined(ASN_DISABLE_JER_SUPPORT)
64 0,
65#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
66 0
67 },
68 0, 0, /* No default value */
69 "elevation"
70 },
71};
72static const ber_tlv_tag_t asn_DEF_Vanetza_Security_ThreeDLocation_tags_1[] = {
73 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
74};
75static const asn_TYPE_tag2member_t asn_MAP_Vanetza_Security_ThreeDLocation_tag2el_1[] = {
76 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* latitude */
77 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* longitude */
78 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* elevation */
79};
80asn_SEQUENCE_specifics_t asn_SPC_Vanetza_Security_ThreeDLocation_specs_1 = {
81 sizeof(struct Vanetza_Security_ThreeDLocation),
82 offsetof(struct Vanetza_Security_ThreeDLocation, _asn_ctx),
83 asn_MAP_Vanetza_Security_ThreeDLocation_tag2el_1,
84 3, /* Count of tags in the map */
85 0, 0, 0, /* Optional elements (not needed) */
86 -1, /* First extension addition */
87};
88asn_TYPE_descriptor_t asn_DEF_Vanetza_Security_ThreeDLocation = {
89 "ThreeDLocation",
90 "ThreeDLocation",
91 &asn_OP_SEQUENCE,
92 asn_DEF_Vanetza_Security_ThreeDLocation_tags_1,
93 sizeof(asn_DEF_Vanetza_Security_ThreeDLocation_tags_1)
94 /sizeof(asn_DEF_Vanetza_Security_ThreeDLocation_tags_1[0]), /* 1 */
95 asn_DEF_Vanetza_Security_ThreeDLocation_tags_1, /* Same as above */
96 sizeof(asn_DEF_Vanetza_Security_ThreeDLocation_tags_1)
97 /sizeof(asn_DEF_Vanetza_Security_ThreeDLocation_tags_1[0]), /* 1 */
98 {
99#if !defined(ASN_DISABLE_OER_SUPPORT)
100 0,
101#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
102#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
103 0,
104#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
105#if !defined(ASN_DISABLE_JER_SUPPORT)
106 0,
107#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
108 SEQUENCE_constraint
109 },
110 asn_MBR_Vanetza_Security_ThreeDLocation_1,
111 3, /* Elements count */
112 &asn_SPC_Vanetza_Security_ThreeDLocation_specs_1 /* Additional specs */
113};