This is Unofficial EPICS BASE Doxygen Site
cvtTable.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 Versions 3.13.7
7 * and higher are distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 /*
11  * Breakpoint Tables
12  *
13  * Author: Marty Kraimer
14  * Date: 11-7-90
15  */
16 
17 #ifndef INCcvtTableh
18 #define INCcvtTableh 1
19 
20 #include "shareLib.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 /* Global Routines*/
28  double *pval,short linr,short init,void **ppbrk,short *plbrk);
29 
31  double *pval,short linr,short init,void **ppbrk, short *plbrk);
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif
#define epicsShareFunc
Definition: shareLib.h:209
Mark external symbols and entry points for shared libraries.
epicsShareFunc long cvtEngToRawBpt(double *pval, short linr, short init, void **ppbrk, short *plbrk)
epicsShareFunc long cvtRawToEngBpt(double *pval, short linr, short init, void **ppbrk, short *plbrk)