PSI sics-cvs-psi-complete-tree-post-site-support

This commit is contained in:
2004-03-09 15:18:11 +00:00
committed by Douglas Clowes
parent 6373f6b0fb
commit ae77364de2
196 changed files with 8344 additions and 3485 deletions

View File

@@ -59,6 +59,7 @@
#include "HistMem.h"
#include "udpquieck.h"
#include "evcontroller.h"
#include "nxscript.h"
#define DMCDETNAM "DMC-BF3-Detector"
@@ -74,9 +75,19 @@
pCon = (SConnection *)pData;
SCWrite(pCon,text,eError);
}
/*-----------------------------------------------------------------------*/
char *SNXMakeFileName(SicsInterp *pSics, SConnection *pCon)
{
char *pPtr = NULL;
pPtr = makeFilename(pSics,pCon);
if(pPtr == NULL)
{
pPtr = strdup("emergency.hdf");
}
return pPtr;
}
/*------------------------------------------------------------------------*/
char *SNXMakeFileName(SicsInterp *pSics, SConnection *pCon)
char *SNXMakeFileNameOld(SicsInterp *pSics, SConnection *pCon)
{
pSicsVariable pPath = NULL, pPref = NULL, pEnd = NULL;
char *pRes = NULL;