- TDC histogram memory driver sort of working
- New class for scripting datafiles - SANS-II almost complete initialization file
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#ifndef SICSINTERPRETER
|
||||
#define SICSINTERPRETER
|
||||
#include "Scommon.h"
|
||||
#include <tcl.h>
|
||||
/* M.Z. */
|
||||
#include "definealias.i"
|
||||
|
||||
@ -141,5 +142,10 @@ typedef struct __SINTER
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
void *FindDrivable(SicsInterp *pics, char *name);
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
Get a copy of the Tcl interpreter
|
||||
------------------------------------------------------------------------*/
|
||||
Tcl_Interp *InterpGetTcl(SicsInterp *pSics);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user