Vanetza
 
Loading...
Searching...
No Matches
CertificateFormat.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941BaseTypes"
4 * found in "asn1/TS102941v131-BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _CertificateFormat_H_
9#define _CertificateFormat_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeInteger.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum CertificateFormat {
23 CertificateFormat_ts103097v131 = 1
24} e_CertificateFormat;
25
26/* CertificateFormat */
27typedef long CertificateFormat_t;
28
29/* Implementation */
30extern asn_per_constraints_t asn_PER_type_CertificateFormat_constr_1;
31extern asn_TYPE_descriptor_t asn_DEF_CertificateFormat;
32asn_struct_free_f CertificateFormat_free;
33asn_struct_print_f CertificateFormat_print;
34asn_constr_check_f CertificateFormat_constraint;
35ber_type_decoder_f CertificateFormat_decode_ber;
36der_type_encoder_f CertificateFormat_encode_der;
37xer_type_decoder_f CertificateFormat_decode_xer;
38xer_type_encoder_f CertificateFormat_encode_xer;
39jer_type_encoder_f CertificateFormat_encode_jer;
40oer_type_decoder_f CertificateFormat_decode_oer;
41oer_type_encoder_f CertificateFormat_encode_oer;
42per_type_decoder_f CertificateFormat_decode_uper;
43per_type_encoder_f CertificateFormat_encode_uper;
44per_type_decoder_f CertificateFormat_decode_aper;
45per_type_encoder_f CertificateFormat_encode_aper;
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _CertificateFormat_H_ */
52#include "asn_internal.h"