- Added a protocol driver for the munich sputter machine

- Added a multicountsersec to teplace hmcontrol and multicounter
- Fixed a case sensitivity bug in haddcheck
- Made oscillate work with second generation motors for POLDI
- Added a time stamper to trace. Now there will be time stamps in trace files which allow
  to correlate things from the master log with the trace.
- Updated polterwrite.
- Updated testprot to work with the behave test
This commit is contained in:
koennecke
2013-11-04 12:55:16 +00:00
parent f0872ae16b
commit b526c0541a
4 changed files with 184 additions and 1 deletions

1
psi.c
View File

@ -73,6 +73,7 @@ void SiteInit(void)
INIT(AddSeaClientProtocol);
INIT(AddDumProtocol);
INIT(AddJVLProtocoll);
INIT(AddSputterProtocoll);
}