This is Unofficial EPICS BASE Doxygen Site
osiNTPTime.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * EPICS BASE is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 
8 #ifndef INC_osiNTPTime_H
9 #define INC_osiNTPTime_H
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 void NTPTime_Init(int priority);
16 void NTPTime_Shutdown(void *dummy);
17 int NTPTime_Report(int level);
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif
void NTPTime_Init(int priority)
Definition: osiNTPTime.c:121
int NTPTime_Report(int level)
Definition: osiNTPTime.c:253
epics::pvData::PVStructurePtr dummy
Definition: pvAccess.cpp:72
void NTPTime_Shutdown(void *dummy)
Definition: osiNTPTime.c:129