This is Unofficial EPICS BASE Doxygen Site
asCa.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2008 UChicago Argonne LLC, 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 /* asCa.h */
10 
11 #ifndef INCasCah
12 #define INCasCah
13 
14 #include <stdio.h>
15 
16 #include "shareLib.h"
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 epicsShareFunc void asCaStart(void);
23 epicsShareFunc void asCaStop(void);
24 epicsShareFunc int ascar(int level);
25 epicsShareFunc int ascarFP(FILE *fp, int level);
26 epicsShareFunc void ascaStats(int *pchans, int *pdiscon);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /*INCasCah*/
#define epicsShareFunc
Definition: shareLib.h:209
Mark external symbols and entry points for shared libraries.
epicsShareFunc int ascarFP(FILE *fp, int level)
Definition: asCa.c:267
epicsShareFunc int ascar(int level)
Definition: asCa.c:265
epicsShareFunc void ascaStats(int *pchans, int *pdiscon)
Definition: asCa.c:308
epicsShareFunc void asCaStop(void)
Definition: asCa.c:254
epicsShareFunc void asCaStart(void)
Definition: asCa.c:230