Vanetza
 
Loading...
Searching...
No Matches
OneEightyDegreeInt.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2BaseTypes"
4 * found in "asn1/IEEE1609dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _OneEightyDegreeInt_H_
9#define _OneEightyDegreeInt_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 OneEightyDegreeInt {
23 OneEightyDegreeInt_min = -1799999999,
24 OneEightyDegreeInt_max = 1800000000,
25 OneEightyDegreeInt_unknown = 1800000001
26} e_OneEightyDegreeInt;
27
28/* OneEightyDegreeInt */
29typedef long OneEightyDegreeInt_t;
30
31/* Implementation */
32extern asn_per_constraints_t asn_PER_type_OneEightyDegreeInt_constr_1;
33extern asn_TYPE_descriptor_t asn_DEF_OneEightyDegreeInt;
34asn_struct_free_f OneEightyDegreeInt_free;
35asn_struct_print_f OneEightyDegreeInt_print;
36asn_constr_check_f OneEightyDegreeInt_constraint;
37ber_type_decoder_f OneEightyDegreeInt_decode_ber;
38der_type_encoder_f OneEightyDegreeInt_encode_der;
39xer_type_decoder_f OneEightyDegreeInt_decode_xer;
40xer_type_encoder_f OneEightyDegreeInt_encode_xer;
41jer_type_encoder_f OneEightyDegreeInt_encode_jer;
42oer_type_decoder_f OneEightyDegreeInt_decode_oer;
43oer_type_encoder_f OneEightyDegreeInt_encode_oer;
44per_type_decoder_f OneEightyDegreeInt_decode_uper;
45per_type_encoder_f OneEightyDegreeInt_encode_uper;
46per_type_decoder_f OneEightyDegreeInt_decode_aper;
47per_type_encoder_f OneEightyDegreeInt_encode_aper;
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _OneEightyDegreeInt_H_ */
54#include "asn_internal.h"