- 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:
3
psi.c
3
psi.c
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user