blob: 7e2bb1b9325672894eb1d7abdc2d9924b3bbc33f [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkinc2350112005-03-29 17:19:53 +00002 * Copyright (c) 2004, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
Lev Walkinf15320b2004-06-03 03:38:44 +00003 * Redistribution and modifications are permitted subject to BSD license.
4 */
5/*
6 * This type differs from the standard ENUMERATED 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., NativeEnumerated_t, any integer type
9 * will do).
10 * This type may be used when integer range is limited by subtype constraints.
11 */
12#ifndef _NativeEnumerated_H_
13#define _NativeEnumerated_H_
14
15#include <NativeInteger.h>
16
Lev Walkin21b41ac2005-07-24 09:03:44 +000017#ifdef __cplusplus
18extern "C" {
19#endif
20
Lev Walkin5e033762004-09-29 13:26:15 +000021extern asn_TYPE_descriptor_t asn_DEF_NativeEnumerated;
Lev Walkinf15320b2004-06-03 03:38:44 +000022
Lev Walkinc2350112005-03-29 17:19:53 +000023xer_type_encoder_f NativeEnumerated_encode_xer;
24
Lev Walkin21b41ac2005-07-24 09:03:44 +000025#ifdef __cplusplus
26}
27#endif
28
Lev Walkinf15320b2004-06-03 03:38:44 +000029#endif /* _NativeEnumerated_H_ */