This is Unofficial EPICS BASE Doxygen Site
epicsSignal.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_epicsSignal_H
11 #define INC_epicsSignal_H
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #include "libComAPI.h"
18 
26 struct epicsThreadOSD;
27 
32 LIBCOM_API void epicsStdCall epicsSignalInstallSigHupIgnore ( void );
33 
38 LIBCOM_API void epicsStdCall epicsSignalInstallSigPipeIgnore ( void );
39 
44 LIBCOM_API void epicsStdCall epicsSignalInstallSigAlarmIgnore ( void );
46 LIBCOM_API void epicsStdCall epicsSignalRaiseSigAlarm ( struct epicsThreadOSD * );
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /* INC_epicsSignal_H */
LIBCOM_API void epicsStdCall epicsSignalInstallSigPipeIgnore(void)
Definition: osdSignal.cpp:17
LIBCOM_API void epicsStdCall epicsSignalRaiseSigAlarm(struct epicsThreadOSD *)
Definition: osdSignal.cpp:19
LIBCOM_API void epicsStdCall epicsSignalInstallSigAlarmIgnore(void)
Definition: osdSignal.cpp:18
LIBCOM_API void epicsStdCall epicsSignalInstallSigHupIgnore(void)
Definition: osdSignal.cpp:16