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 #include <sys/time.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 LIBCOM_API void convertDoubleToWakeTime(double timeout,
21  struct timespec *wakeTime);
22 
23 #ifdef __cplusplus
24 }
25 #endif /* __cplusplus */
26 
27 #endif /* ifndef osdTimeh */
28 
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