Vanetza
Loading...
Searching...
No Matches
SignedDataPayload.h
1/*
2 * Generated by asn1c
3 * From ASN.1 module "Ieee1609Dot2"
4 * found in "Ieee1609Dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -fprefix=Vanetza_Security_ -R`
6 */
7
8#ifndef _Vanetza_Security_SignedDataPayload_H_
9#define _Vanetza_Security_SignedDataPayload_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NULL.h"
16#include "constr_SEQUENCE.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Forward declarations */
25
26/* Vanetza_Security_SignedDataPayload */
28 struct Vanetza_Security_Ieee1609Dot2Data *data; /* OPTIONAL */
29 struct Vanetza_Security_HashedData *extDataHash; /* OPTIONAL */
30 /*
31 * This type is extensible,
32 * possible extensions are below.
33 */
34 NULL_t *omitted; /* OPTIONAL */
35
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
38} Vanetza_Security_SignedDataPayload_t;
39
40/* Implementation */
41extern asn_TYPE_descriptor_t asn_DEF_Vanetza_Security_SignedDataPayload;
42extern asn_SEQUENCE_specifics_t asn_SPC_Vanetza_Security_SignedDataPayload_specs_1;
43extern asn_TYPE_member_t asn_MBR_Vanetza_Security_SignedDataPayload_1[3];
44extern asn_oer_constraints_t asn_OER_type_Vanetza_Security_SignedDataPayload_constr_1;
45extern asn_per_constraints_t asn_PER_type_Vanetza_Security_SignedDataPayload_constr_1;
46
47#ifdef __cplusplus
48}
49#endif
50
51/* Referred external types */
53#include "HashedData.h"
54
55#endif /* _Vanetza_Security_SignedDataPayload_H_ */
56#include "asn_internal.h"