blob: 1a5436dff633615bbff95f4154d8085381a16458 [file] [log] [blame]
vlm785435b2004-09-14 12:46:35 +00001/*-
2 * Copyright (c) 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5/*
6 * This type differs from the standard REAL in that it is modelled using
7 * the fixed machine type (double), so it can hold only values of
8 * limited precision. There is no explicit type (i.e., NativeReal_t).
9 * Use of this type is normally enabled by -fnative-integers.
10 */
11#ifndef ASN_TYPE_NativeReal_H
12#define ASN_TYPE_NativeReal_H
13
14#include <constr_TYPE.h>
15
16extern asn1_TYPE_descriptor_t asn1_DEF_NativeReal;
17
18ber_type_decoder_f NativeReal_decode_ber;
19der_type_encoder_f NativeReal_encode_der;
20asn_struct_print_f NativeReal_print;
21asn_struct_free_f NativeReal_free;
22
23#endif /* ASN_TYPE_NativeReal_H */