This is Unofficial EPICS BASE Doxygen Site
osdTime.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Saskatchewan
3 * EPICS BASE is distributed subject to a Software License Agreement found
4 * in file LICENSE that is included with this distribution.
5 \*************************************************************************/
6 
7 /*
8  * Author: Eric Norum
9  */
10 
11 #ifndef osdTimeh
12 #define osdTimeh
13 
14 /*
15  * We need this include file since the POSIX version
16  * causes `struct timespec' to be defined in more than one place.
17  */
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif /* __cplusplus */
22 
23 LIBCOM_API void epicsStdCall
24  convertDoubleToWakeTime(double timeout,struct timespec *wakeTime);
25 
26 #ifdef __cplusplus
27 }
28 #endif /* __cplusplus */
29 
30 #endif /* ifndef osdTimeh */
31 
double timeout
Definition: pvutils.cpp:25
LIBCOM_API void convertDoubleToWakeTime(double timeout, struct timespec *wakeTime)
Definition: osdTime.cpp:68
Defined by POSIX Real Time.
Definition: osdTime.h:21