Vanetza
 
Loading...
Searching...
No Matches
HeaderInfo.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 _HeaderInfo_H_
9#define _HeaderInfo_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "Psid.h"
16#include "Time64.h"
17#include "HashedId3.h"
18#include "constr_SEQUENCE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Forward declarations */
25struct ThreeDLocation;
27struct EncryptionKey;
29struct Certificate;
30
31/* HeaderInfo */
32typedef struct HeaderInfo {
33 Psid_t psid;
34 Time64_t *generationTime; /* OPTIONAL */
35 Time64_t *expiryTime; /* OPTIONAL */
36 struct ThreeDLocation *generationLocation; /* OPTIONAL */
37 HashedId3_t *p2pcdLearningRequest; /* OPTIONAL */
38 struct MissingCrlIdentifier *missingCrlIdentifier; /* OPTIONAL */
39 struct EncryptionKey *encryptionKey; /* OPTIONAL */
40 /*
41 * This type is extensible,
42 * possible extensions are below.
43 */
44 struct SequenceOfHashedId3 *inlineP2pcdRequest; /* OPTIONAL */
45 struct Certificate *requestedCertificate; /* OPTIONAL */
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_HeaderInfo;
53extern asn_SEQUENCE_specifics_t asn_SPC_HeaderInfo_specs_1;
54extern asn_TYPE_member_t asn_MBR_HeaderInfo_1[9];
55
56#ifdef __cplusplus
57}
58#endif
59
60/* Referred external types */
61#include "ThreeDLocation.h"
62#include "MissingCrlIdentifier.h"
63#include "EncryptionKey.h"
64#include "SequenceOfHashedId3.h"
65#include "Certificate.h"
66
67#endif /* _HeaderInfo_H_ */
68#include "asn_internal.h"