- DMC McStas simulation working

SKIPPED:
	psi/amorstat.c
	psi/nxamor.c
	psi/pimotor.c
	psi/polterwrite.c
This commit is contained in:
koennecke
2005-07-05 07:06:15 +00:00
parent 9e0447b7dd
commit 96e8cdb2d5
22 changed files with 916 additions and 137 deletions

View File

@ -68,6 +68,7 @@ deemed advisable to separate this logic into a separate module. The McStas contr
pStringDict scripts;
int updateIntervall;
int pid;
float monitorScale;
int lastError;
char errorText[256];
CounterMode mode;
@ -75,6 +76,7 @@ deemed advisable to separate this logic into a separate module. The McStas contr
time_t lastUpdate;
time_t startTime;
time_t stopTime;
time_t lastMonitorRead;
}McStasController, *pMcStasController;
@}
The fields are: