2 * Copyright (c) 2004, 2005, 2006 Lev Walkin <vlm@lionet.info>.
4 * Redistribution and modifications are permitted subject to BSD license.
7 * This type differs from the standard ENUMERATED in that it is modelled using
8 * the fixed machine type (long, int, short), so it can hold only values of
9 * limited length. There is no type (i.e., NativeEnumerated_t, any integer type
11 * This type may be used when integer range is limited by subtype constraints.
13 #ifndef _NativeEnumerated_H_
14 #define _NativeEnumerated_H_
16 #include <NativeInteger.h>
22 extern asn_TYPE_descriptor_t asn_DEF_NativeEnumerated;
24 xer_type_encoder_f NativeEnumerated_encode_xer;
25 per_type_decoder_f NativeEnumerated_decode_uper;
26 per_type_encoder_f NativeEnumerated_encode_uper;
32 #endif /* _NativeEnumerated_H_ */