Include tclCall.h

This commit is contained in:
MarkRivers
2005-12-08 00:00:15 +00:00
parent b147b80293
commit 1e034e83d5
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -2,9 +2,9 @@
FILENAME... NewportRegister.cc
USAGE... Register Newport motor device driver shell commands.
Version: $Revision: 1.7 $
Version: $Revision: 1.8 $
Modified By: $Author: rivers $
Last Modified: $Date: 2005-09-12 19:40:40 $
Last Modified: $Date: 2005-12-07 23:59:21 $
*/
/*****************************************************************
@@ -20,6 +20,7 @@ of this distribution.
#include <iocsh.h>
#include "NewportRegister.h"
#include "tclCall.h"
#include "epicsExport.h"
extern "C"
+3 -3
View File
@@ -2,9 +2,9 @@
FILENAME... NewportRegister.h
USAGE... This file contains function prototypes for Newport IOC shell commands.
Version: $Revision: 1.5 $
Version: $Revision: 1.6 $
Modified By: $Author: rivers $
Last Modified: $Date: 2005-09-12 19:40:40 $
Last Modified: $Date: 2005-12-08 00:00:15 $
*/
/*
@@ -38,6 +38,7 @@ Last Modified: $Date: 2005-09-12 19:40:40 $
#include "motor.h"
#include "motordrvCom.h"
#include "tclCall.h"
/* Function prototypes. */
extern RTN_STATUS MM3000Setup(int, int);
@@ -54,4 +55,3 @@ extern RTN_STATUS XPSC8NameConfig(int, int, int, int, int, \
const char *, const char *);
extern RTN_STATUS xpsgathering(int);
extern RTN_STATUS tclcall(const char *,const char *,const char *);