This is Unofficial EPICS BASE Doxygen Site
caDiagnostics.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 #ifndef INC_caDiagnostics_H
11 #define INC_caDiagnostics_H
12 
13 #include "cadef.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
20 int catime ( const char *channelName, unsigned channelCount, enum appendNumberFlag appNF );
21 
22 int acctst ( const char *pname, unsigned logggingInterestLevel,
23  unsigned channelCount, unsigned repetitionCount,
25 
26 #define CATIME_OK 0
27 #define CATIME_ERROR -1
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn );
34 
35 #endif /* ifndef INC_caDiagnostics_H */
36 
37 
void caConnTest(const char *pNameIn, unsigned channelCountIn, double delayIn)
Definition: caConnTest.cpp:58
int acctst(const char *pname, unsigned logggingInterestLevel, unsigned channelCount, unsigned repetitionCount, enum ca_preemptive_callback_select select)
Definition: acctst.c:3398
ca_preemptive_callback_select
Definition: cadef.h:175
appendNumberFlag
Definition: caDiagnostics.h:19
int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
const std::string pname
int catime(const char *channelName, unsigned channelCount, enum appendNumberFlag appNF)
Definition: catime.c:531