blob: 32dd7f61d2f02eae627bcfee50f767467e4e6d9d [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
vlmd1579582004-09-24 21:00:50 +000014#include <asn_application.h>
vlm785435b2004-09-14 12:46:35 +000015
vlmef6355b2004-09-29 13:26:15 +000016extern asn_TYPE_descriptor_t asn_DEF_NativeReal;
vlm785435b2004-09-14 12:46:35 +000017
vlm39ba4c42004-09-22 16:06:28 +000018asn_struct_free_f NativeReal_free;
19asn_struct_print_f NativeReal_print;
vlm785435b2004-09-14 12:46:35 +000020ber_type_decoder_f NativeReal_decode_ber;
21der_type_encoder_f NativeReal_encode_der;
vlmb848b2a2004-10-21 14:02:19 +000022xer_type_decoder_f NativeReal_decode_xer;
vlm39ba4c42004-09-22 16:06:28 +000023xer_type_encoder_f NativeReal_encode_xer;
vlm785435b2004-09-14 12:46:35 +000024
25#endif /* ASN_TYPE_NativeReal_H */