- Funny things with header files...
SKIPPED: psi/dornier2.c psi/makefile_linux
This commit is contained in:
25
nxupdate.i
Normal file
25
nxupdate.i
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
Automatic update of NeXus files a scheduled time intervalls.
|
||||
For more information see nxudpate.tex.
|
||||
|
||||
Internal, automatically generated file, do not modify. Modify in
|
||||
nxudpate.w
|
||||
|
||||
copyright: see file COPYRIGHT
|
||||
|
||||
Mark Koennecke, December 2003
|
||||
----------------------------------------------------------------------*/
|
||||
|
||||
typedef struct __NXUPDATE {
|
||||
pObjectDescriptor pDes;
|
||||
char *startScript;
|
||||
char *updateScript;
|
||||
char *linkScript;
|
||||
int updateIntervall;
|
||||
time_t nextUpdate;
|
||||
int iEnd;
|
||||
SConnection *pCon;
|
||||
}NXupdate, *pNXupdate;
|
||||
|
||||
|
Reference in New Issue
Block a user