Vanetza
 
Loading...
Searching...
No Matches
IdentifiedRegion.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2BaseTypes"
4 * found in "asn1/IEEE1609dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _IdentifiedRegion_H_
9#define _IdentifiedRegion_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "CountryOnly.h"
16#include "CountryAndRegions.h"
17#include "CountryAndSubregions.h"
18#include "constr_CHOICE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum IdentifiedRegion_PR {
26 IdentifiedRegion_PR_NOTHING, /* No components present */
27 IdentifiedRegion_PR_countryOnly,
28 IdentifiedRegion_PR_countryAndRegions,
29 IdentifiedRegion_PR_countryAndSubregions
30 /* Extensions may appear below */
31
32} IdentifiedRegion_PR;
33
34/* IdentifiedRegion */
35typedef struct IdentifiedRegion {
36 IdentifiedRegion_PR present;
38 CountryOnly_t countryOnly;
39 CountryAndRegions_t countryAndRegions;
40 CountryAndSubregions_t countryAndSubregions;
41 /*
42 * This type is extensible,
43 * possible extensions are below.
44 */
45 } choice;
46
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
50
51/* Implementation */
52extern asn_TYPE_descriptor_t asn_DEF_IdentifiedRegion;
53extern asn_CHOICE_specifics_t asn_SPC_IdentifiedRegion_specs_1;
54extern asn_TYPE_member_t asn_MBR_IdentifiedRegion_1[3];
55extern asn_per_constraints_t asn_PER_type_IdentifiedRegion_constr_1;
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif /* _IdentifiedRegion_H_ */
62#include "asn_internal.h"