EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dbConvertFast.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 /* dbConvertFast.h */
11 
12 #ifndef INCdbConvertFasth
13 #define INCdbConvertFasth
14 
15 #include "dbFldTypes.h"
16 #include "dbCoreAPI.h"
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 DBCORE_API extern long (*dbFastGetConvertRoutine[DBF_DEVICE+1][DBR_ENUM+1])();
23 DBCORE_API extern long (*dbFastPutConvertRoutine[DBR_ENUM+1][DBF_DEVICE+1])();
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif /*INCdbConvertFasth*/