Vanetza
 
Loading...
Searching...
No Matches
Version.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 _Version_H_
9#define _Version_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 Version {
23 Version_v1 = 1
24} e_Version;
25
26/* Version */
27typedef long Version_t;
28
29/* Implementation */
30extern asn_TYPE_descriptor_t asn_DEF_Version;
31asn_struct_free_f Version_free;
32asn_struct_print_f Version_print;
33asn_constr_check_f Version_constraint;
34ber_type_decoder_f Version_decode_ber;
35der_type_encoder_f Version_encode_der;
36xer_type_decoder_f Version_decode_xer;
37xer_type_encoder_f Version_encode_xer;
38jer_type_encoder_f Version_encode_jer;
39oer_type_decoder_f Version_decode_oer;
40oer_type_encoder_f Version_encode_oer;
41per_type_decoder_f Version_decode_uper;
42per_type_encoder_f Version_encode_uper;
43per_type_decoder_f Version_decode_aper;
44per_type_encoder_f Version_encode_aper;
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _Version_H_ */
51#include "asn_internal.h"