- First commit of the new UB based TAS calculation. A milestone has been
reached: it handles one test case correctly back and forth - Fixed oscillation code - Added a feature for switching off automatic updates in nxupdate Autoamtic updates cause problems when scanning...
This commit is contained in:
@@ -33,6 +33,7 @@ object:
|
||||
time_t nextUpdate;
|
||||
int iEnd;
|
||||
SConnection *pCon;
|
||||
int onOff;
|
||||
}NXupdate, *pNXupdate;
|
||||
@}
|
||||
The fields:
|
||||
@@ -49,6 +50,7 @@ the NeXus file.
|
||||
\item[iEnd] A flag which becomes 1 when counting ends and makes the
|
||||
UpdateTask to stop.
|
||||
\item[pCon] The connection for which we are updating.
|
||||
\item[onOff] A switch to switch automatic updates on or off.
|
||||
\end{description}
|
||||
|
||||
This object has no public C interface. There is only ainterpreter
|
||||
|
||||
Reference in New Issue
Block a user