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:
committed by
Douglas Clowes
parent
36f76e9486
commit
a7ebdff308
7
site_ansto/anstoutil.h
Normal file
7
site_ansto/anstoutil.h
Normal 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
|
||||
Reference in New Issue
Block a user