- Extended sicshdbadapter to attach a node to the target of any

drivable. Required a new event in devexec.c
- Fixed the phytron driver to handle speed well
- Added a protocol driver for the TCP/IP bridge to the SLS magnets
This commit is contained in:
koennecke
2010-03-25 10:02:48 +00:00
parent 364abf90cf
commit 410166572b
5 changed files with 294 additions and 5 deletions

3
psi.c
View File

@ -20,8 +20,8 @@
Markus Zolliker, Jan 2010
-----------------------------------------------------------------------*/
#include <tcl.h>
#include "site.h"
#include "sics.h"
#include "site.h"
#include <motor.h>
#include <site.h>
#include "ecbdriv.h"
@ -69,6 +69,7 @@ void SiteInit(void)
INIT(AddPfeifferProtocoll);
INIT(AddTermProtocoll);
INIT(AddPhytronProtocoll);
INIT(AddSLSEchoProtocoll);
}