Vanetza
 
Loading...
Searching...
No Matches
CtlEntry.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TrustLists"
4 * found in "asn1/TS102941v131-TrustLists.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _CtlEntry_H_
9#define _CtlEntry_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "RootCaEntry.h"
16#include "EaEntry.h"
17#include "AaEntry.h"
18#include "DcEntry.h"
19#include "TlmEntry.h"
20#include "constr_CHOICE.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26/* Dependencies */
27typedef enum CtlEntry_PR {
28 CtlEntry_PR_NOTHING, /* No components present */
29 CtlEntry_PR_rca,
30 CtlEntry_PR_ea,
31 CtlEntry_PR_aa,
32 CtlEntry_PR_dc,
33 CtlEntry_PR_tlm
34 /* Extensions may appear below */
35
36} CtlEntry_PR;
37
38/* CtlEntry */
39typedef struct CtlEntry {
40 CtlEntry_PR present;
41 union CtlEntry_u {
42 RootCaEntry_t rca;
43 EaEntry_t ea;
44 AaEntry_t aa;
45 DcEntry_t dc;
46 TlmEntry_t tlm;
47 /*
48 * This type is extensible,
49 * possible extensions are below.
50 */
51 } choice;
52
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
56
57/* Implementation */
58extern asn_TYPE_descriptor_t asn_DEF_CtlEntry;
59extern asn_CHOICE_specifics_t asn_SPC_CtlEntry_specs_1;
60extern asn_TYPE_member_t asn_MBR_CtlEntry_1[5];
61extern asn_per_constraints_t asn_PER_type_CtlEntry_constr_1;
62
63#ifdef __cplusplus
64}
65#endif
66
67#endif /* _CtlEntry_H_ */
68#include "asn_internal.h"