EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
epicsConvert.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS BASE is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 /*epicsConvert.h*/
11 
12 #ifndef INC_epicsConvert_H
13 #define INC_epicsConvert_H
14 
15 #include <libComAPI.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 LIBCOM_API float epicsConvertDoubleToFloat(double value);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* INC_epicsConvert_H */
Definition: link.h:175