- Fixed a couple of compiler found bugs generated by the new C compiler

- Added support to tasinit for status display part of tas-application
This commit is contained in:
cvs
2001-01-15 10:05:43 +00:00
parent d3b8f38ced
commit e64773949d
26 changed files with 155 additions and 55 deletions

6
tas.w
View File

@@ -45,6 +45,7 @@ typedef struct {
int addCount;
int iFileNO;
int iFast;
char scanVar[80];
}TASdata, *pTASdata;
@}
\begin{description}
@@ -64,6 +65,8 @@ variables. This can be 0 for simple variables or 1 for a motor.
\item[iFileNO] is the number of the current data file.
\item[iFast] is a flag denoting a fast scan. In a fast scan there is
no wait for the motors to finish driving.
\item[scanVar] memorizes the first scan variable with a step of greater
zero.
\end{description}
The constants for the parameters are defined in the header file.
@@ -189,8 +192,9 @@ These are mainly the interpreter interface functions:
#define OUT 90
#define LOC 91
#define SWUNIT 92
#define SINFO 93
#define MAXPAR 93
#define MAXPAR 94
#define MAXADD 20
/* --------------------- data structure -------------------------------*/