This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epicsConvert.h
Go to the documentation of this file.
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
* EPICS BASE is distributed subject to a Software License Agreement found
7
* in file LICENSE that is included with this distribution.
8
\*************************************************************************/
9
/*epicsConvert.h*/
10
11
#ifndef INC_epicsConvert_H
12
#define INC_epicsConvert_H
13
14
#include <libComAPI.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
LIBCOM_API
float
epicsConvertDoubleToFloat
(
double
value
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
/* INC_epicsConvert_H */
value
Definition:
link.h:174
epicsConvertDoubleToFloat
LIBCOM_API float epicsConvertDoubleToFloat(double value)
Definition:
epicsConvert.c:18
modules
libcom
src
misc
epicsConvert.h
Generated by
1.8.11