Vanetza
 
Loading...
Searching...
No Matches
SspRange.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 _SspRange_H_
9#define _SspRange_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "SequenceOfOctetString.h"
16#include "NULL.h"
17#include "BitmapSspRange.h"
18#include "constr_CHOICE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum SspRange_PR {
26 SspRange_PR_NOTHING, /* No components present */
27 SspRange_PR_opaque,
28 SspRange_PR_all,
29 /* Extensions may appear below */
30 SspRange_PR_bitmapSspRange
31} SspRange_PR;
32
33/* SspRange */
34typedef struct SspRange {
35 SspRange_PR present;
36 union SspRange_u {
38 NULL_t all;
39 /*
40 * This type is extensible,
41 * possible extensions are below.
42 */
43 BitmapSspRange_t bitmapSspRange;
44 } choice;
45
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
49
50/* Implementation */
51extern asn_TYPE_descriptor_t asn_DEF_SspRange;
52extern asn_CHOICE_specifics_t asn_SPC_SspRange_specs_1;
53extern asn_TYPE_member_t asn_MBR_SspRange_1[3];
54extern asn_per_constraints_t asn_PER_type_SspRange_constr_1;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _SspRange_H_ */
61#include "asn_internal.h"