Vanetza
 
Loading...
Searching...
No Matches
NinetyDegreeInt.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 _NinetyDegreeInt_H_
9#define _NinetyDegreeInt_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 NinetyDegreeInt {
23 NinetyDegreeInt_min = -900000000,
24 NinetyDegreeInt_max = 900000000,
25 NinetyDegreeInt_unknown = 900000001
26} e_NinetyDegreeInt;
27
28/* NinetyDegreeInt */
29typedef long NinetyDegreeInt_t;
30
31/* Implementation */
32extern asn_per_constraints_t asn_PER_type_NinetyDegreeInt_constr_1;
33extern asn_TYPE_descriptor_t asn_DEF_NinetyDegreeInt;
34asn_struct_free_f NinetyDegreeInt_free;
35asn_struct_print_f NinetyDegreeInt_print;
36asn_constr_check_f NinetyDegreeInt_constraint;
37ber_type_decoder_f NinetyDegreeInt_decode_ber;
38der_type_encoder_f NinetyDegreeInt_encode_der;
39xer_type_decoder_f NinetyDegreeInt_decode_xer;
40xer_type_encoder_f NinetyDegreeInt_encode_xer;
41jer_type_encoder_f NinetyDegreeInt_encode_jer;
42oer_type_decoder_f NinetyDegreeInt_decode_oer;
43oer_type_encoder_f NinetyDegreeInt_encode_oer;
44per_type_decoder_f NinetyDegreeInt_decode_uper;
45per_type_encoder_f NinetyDegreeInt_encode_uper;
46per_type_decoder_f NinetyDegreeInt_decode_aper;
47per_type_encoder_f NinetyDegreeInt_encode_aper;
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _NinetyDegreeInt_H_ */
54#include "asn_internal.h"