This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
NTPTime_Init
void NTPTime_Init(int priority)
Definition:
osiNTPTime.c:121
NTPTime_Report
int NTPTime_Report(int level)
Definition:
osiNTPTime.c:253
dummy
epics::pvData::PVStructurePtr dummy
Definition:
pvAccess.cpp:72
NTPTime_Shutdown
void NTPTime_Shutdown(void *dummy)
Definition:
osiNTPTime.c:129
modules
libcom
src
osi
osiNTPTime.h
Generated by
1.8.11