Vanetza
 
Loading...
Searching...
No Matches
CertificateId.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 _CertificateId_H_
9#define _CertificateId_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "LinkageData.h"
16#include "Hostname.h"
17#include "OCTET_STRING.h"
18#include "NULL.h"
19#include "constr_CHOICE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Dependencies */
26typedef enum CertificateId_PR {
27 CertificateId_PR_NOTHING, /* No components present */
28 CertificateId_PR_linkageData,
29 CertificateId_PR_name,
30 CertificateId_PR_binaryId,
31 CertificateId_PR_none
32 /* Extensions may appear below */
33
34} CertificateId_PR;
35
36/* CertificateId */
37typedef struct CertificateId {
38 CertificateId_PR present;
40 LinkageData_t linkageData;
41 Hostname_t name;
42 OCTET_STRING_t binaryId;
43 NULL_t none;
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_CertificateId;
56extern asn_CHOICE_specifics_t asn_SPC_CertificateId_specs_1;
57extern asn_TYPE_member_t asn_MBR_CertificateId_1[4];
58extern asn_per_constraints_t asn_PER_type_CertificateId_constr_1;
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif /* _CertificateId_H_ */
65#include "asn_internal.h"