This is Unofficial EPICS BASE Doxygen Site
rsrv.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 
10 /*
11  * Author: Jeffrey O. Hill
12  * hill@luke.lanl.gov
13  * (505) 665 1831
14  * Date: 5-88
15  */
16 
17 #ifndef rsrvh
18 #define rsrvh
19 
20 #include <stddef.h>
21 #include "shareLib.h"
22 
23 #define RSRV_OK 0
24 #define RSRV_ERROR (-1)
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
31 
32 epicsShareFunc void casr (unsigned level);
34  char * pBuf, size_t bufSize );
36  unsigned *pChanCount, unsigned *pConnCount );
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /*rsrvh */
epicsShareFunc void casStatsFetch(unsigned *pChanCount, unsigned *pConnCount)
#define epicsShareFunc
Definition: shareLib.h:209
Mark external symbols and entry points for shared libraries.
epicsShareFunc void rsrv_register_server(void)
epicsShareFunc int casClientInitiatingCurrentThread(char *pBuf, size_t bufSize)
Definition: camsgtask.c:165
epicsShareFunc void casr(unsigned level)
Definition: caservertask.c:897