8#ifndef _NinetyDegreeInt_H_
9#define _NinetyDegreeInt_H_
12#include "asn_application.h"
15#include "NativeInteger.h"
22typedef enum NinetyDegreeInt {
23 NinetyDegreeInt_min = -900000000,
24 NinetyDegreeInt_max = 900000000,
25 NinetyDegreeInt_unknown = 900000001
29typedef long NinetyDegreeInt_t;
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;
54#include "asn_internal.h"