![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "osiSock.h"
#include "cantProceed.h"
#include "epicsTime.h"
#include "generalTimeSup.h"
Go to the source code of this file.
Macros | |
#define | EPICS_EXPOSE_LIBCOM_MONOTONIC_PRIVATE |
#define | TIME_INIT |
Functions | |
int | osdTimeGetCurrent (epicsTimeStamp *pDest) |
int | epicsTime_gmtime (const time_t *pAnsiTime, struct tm *pTM) |
Break down a time_t into a struct tm in the UTC timezone. More... | |
int | epicsTime_localtime (const time_t *clock, struct tm *result) |
Break down a time_t into a struct tm in the local timezone. More... | |
LIBCOM_API void | convertDoubleToWakeTime (double timeout, struct timespec *wakeTime) |
#define EPICS_EXPOSE_LIBCOM_MONOTONIC_PRIVATE |
Definition at line 16 of file osdTime.cpp.
#define TIME_INIT |
Definition at line 30 of file osdTime.cpp.
LIBCOM_API void convertDoubleToWakeTime | ( | double | timeout, |
struct timespec * | wakeTime | ||
) |
Definition at line 91 of file osdTime.cpp.
int epicsTime_gmtime | ( | const time_t * | pAnsiTime, |
struct tm * | pTM | ||
) |
Break down a time_t
into a struct tm
in the UTC timezone.
Definition at line 66 of file osdTime.cpp.
int epicsTime_localtime | ( | const time_t * | clock, |
struct tm * | result | ||
) |
Break down a time_t
into a struct tm
in the local timezone.
Definition at line 78 of file osdTime.cpp.
int osdTimeGetCurrent | ( | epicsTimeStamp * | pDest | ) |
Definition at line 34 of file osdTime.cpp.