2 * Copyright (c) 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
6 * This type differs from the standard INTEGER in that it is modelled using
7 * the fixed machine type (long, int, short), so it can hold only values of
8 * limited length. There is no type (i.e., NativeInteger_t, any integer type
10 * This type may be used when integer range is limited by subtype constraints.
12 #ifndef _NativeInteger_H_
13 #define _NativeInteger_H_
15 #include <asn_application.h>
22 extern asn_TYPE_descriptor_t asn_DEF_NativeInteger;
24 asn_struct_free_f NativeInteger_free;
25 asn_struct_print_f NativeInteger_print;
26 ber_type_decoder_f NativeInteger_decode_ber;
27 der_type_encoder_f NativeInteger_encode_der;
28 xer_type_decoder_f NativeInteger_decode_xer;
29 xer_type_encoder_f NativeInteger_encode_xer;
30 per_type_decoder_f NativeInteger_decode_uper;
31 per_type_encoder_f NativeInteger_encode_uper;
37 #endif /* _NativeInteger_H_ */