- DMC McStas simulation working
SKIPPED: psi/amorstat.c psi/nxamor.c psi/pimotor.c psi/polterwrite.c
This commit is contained in:
2
mcstas.w
2
mcstas.w
@ -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:
|
||||
|
Reference in New Issue
Block a user