- Added a means to overload or define drivable interfaces in tcl

This commit is contained in:
cvs
2003-09-03 14:01:02 +00:00
parent 790d5c217a
commit ee81bcc3b7
8 changed files with 846 additions and 10 deletions

3
ofac.c
View File

@ -99,6 +99,7 @@
#include "gpibcontroller.h"
#include "nxscript.h"
#include "tclintimpl.h"
#include "tcldrivable.h"
#include "sicsdata.h"
#include "site.h"
/*----------------------- Server options creation -------------------------*/
@ -268,6 +269,8 @@
AddCommand(pInter,"MakeGPIB",MakeGPIB,NULL,NULL);
AddCommand(pInter,"MakeNXScript",MakeNXScript,NULL,NULL);
AddCommand(pInter,"MakeTclInt",MakeTclInt,NULL,NULL);
AddCommand(pInter,"TclReplaceDrivable",TclReplaceDrivable,NULL,NULL);
AddCommand(pInter,"DrivableInvoke", TclDrivableInvoke,NULL,NULL);
/*
install site specific commands