- Added a means to overload or define drivable interfaces in tcl
This commit is contained in:
3
ofac.c
3
ofac.c
@ -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
|
||||
|
Reference in New Issue
Block a user