EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
asCa.h
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 * 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 /* asCa.h */
11 
12 #ifndef INCasCah
13 #define INCasCah
14 
15 #include <stdio.h>
16 
17 #include "dbCoreAPI.h"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 DBCORE_API void asCaStart(void);
24 DBCORE_API void asCaStop(void);
25 DBCORE_API int ascar(int level);
26 DBCORE_API int ascarFP(FILE *fp, int level);
27 DBCORE_API void ascaStats(int *pchans, int *pdiscon);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif /*INCasCah*/