Created anstoutil to share the getParam function.

Modified motor_dmc2280 and counterdiv to use anstoutil

r1033 | ffr | 2006-07-25 16:48:14 +1000 (Tue, 25 Jul 2006) | 3 lines
This commit is contained in:
Ferdi Franceschini
2006-07-25 16:48:14 +10:00
committed by Douglas Clowes
parent 36f76e9486
commit a7ebdff308
5 changed files with 166 additions and 59 deletions

7
site_ansto/anstoutil.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef ANSTOUTIL_H
#define ANSTOUTIL_H
#define _REQUIRED 1
#define _OPTIONAL 0
#define ERRLEN 256
/*@observer@*/ char *getParam(/*@dependent@*/SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
#endif