Vanetza
 
Loading...
Searching...
No Matches
GeographicRegion.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 _GeographicRegion_H_
9#define _GeographicRegion_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "CircularRegion.h"
16#include "SequenceOfRectangularRegion.h"
17#include "PolygonalRegion.h"
18#include "SequenceOfIdentifiedRegion.h"
19#include "constr_CHOICE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Dependencies */
26typedef enum GeographicRegion_PR {
27 GeographicRegion_PR_NOTHING, /* No components present */
28 GeographicRegion_PR_circularRegion,
29 GeographicRegion_PR_rectangularRegion,
30 GeographicRegion_PR_polygonalRegion,
31 GeographicRegion_PR_identifiedRegion
32 /* Extensions may appear below */
33
34} GeographicRegion_PR;
35
36/* GeographicRegion */
37typedef struct GeographicRegion {
38 GeographicRegion_PR present;
40 CircularRegion_t circularRegion;
41 SequenceOfRectangularRegion_t rectangularRegion;
42 PolygonalRegion_t polygonalRegion;
43 SequenceOfIdentifiedRegion_t identifiedRegion;
44 /*
45 * This type is extensible,
46 * possible extensions are below.
47 */
48 } choice;
49
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
53
54/* Implementation */
55extern asn_TYPE_descriptor_t asn_DEF_GeographicRegion;
56extern asn_CHOICE_specifics_t asn_SPC_GeographicRegion_specs_1;
57extern asn_TYPE_member_t asn_MBR_GeographicRegion_1[4];
58extern asn_per_constraints_t asn_PER_type_GeographicRegion_constr_1;
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif /* _GeographicRegion_H_ */
65#include "asn_internal.h"