This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
* Author: Eric Norum
8
*/
9
10
#ifndef osdTimeh
11
#define osdTimeh
12
13
#include <sys/time.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
19
LIBCOM_API
void
convertDoubleToWakeTime
(
double
timeout
,
20
struct
timespec
*wakeTime);
21
22
#ifdef __cplusplus
23
}
24
#endif
/* __cplusplus */
25
26
#endif
/* ifndef osdTimeh */
27
timeout
double timeout
Definition:
pvutils.cpp:25
convertDoubleToWakeTime
LIBCOM_API void convertDoubleToWakeTime(double timeout, struct timespec *wakeTime)
Definition:
osdTime.cpp:68
timespec
Defined by POSIX Real Time.
Definition:
osdTime.h:21
modules
libcom
src
osi
os
Darwin
osdTime.h
Generated by
1.8.11