Vanetza
 
Loading...
Searching...
No Matches
Ieee1609Dot2Content.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2"
4 * found in "asn1/IEEE1609dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _Ieee1609Dot2Content_H_
9#define _Ieee1609Dot2Content_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "Opaque.h"
16#include "EncryptedData.h"
17#include "constr_CHOICE.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum Ieee1609Dot2Content_PR {
25 Ieee1609Dot2Content_PR_NOTHING, /* No components present */
26 Ieee1609Dot2Content_PR_unsecuredData,
27 Ieee1609Dot2Content_PR_signedData,
28 Ieee1609Dot2Content_PR_encryptedData,
29 Ieee1609Dot2Content_PR_signedCertificateRequest
30 /* Extensions may appear below */
31
32} Ieee1609Dot2Content_PR;
33
34/* Forward declarations */
35struct SignedData;
36
37/* Ieee1609Dot2Content */
38typedef struct Ieee1609Dot2Content {
39 Ieee1609Dot2Content_PR present;
41 Opaque_t unsecuredData;
42 struct SignedData *signedData;
43 EncryptedData_t encryptedData;
44 Opaque_t signedCertificateRequest;
45 /*
46 * This type is extensible,
47 * possible extensions are below.
48 */
49 } choice;
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
54
55/* Implementation */
56extern asn_TYPE_descriptor_t asn_DEF_Ieee1609Dot2Content;
57extern asn_CHOICE_specifics_t asn_SPC_Ieee1609Dot2Content_specs_1;
58extern asn_TYPE_member_t asn_MBR_Ieee1609Dot2Content_1[4];
59extern asn_per_constraints_t asn_PER_type_Ieee1609Dot2Content_constr_1;
60
61#ifdef __cplusplus
62}
63#endif
64
65/* Referred external types */
66#include "SignedData.h"
67
68#endif /* _Ieee1609Dot2Content_H_ */
69#include "asn_internal.h"