- Removed old code
- Extended tasker to support task groups - Added task functions for motors and counters - Modifed devexec to use the new task functions - Modified TAS to treat the monochromator separatly - Coded a EIGER monochromator module to reflect even more new requirements - Added EPICS counters and motors - Modified multicounter to be better performing SKIPPED: psi/eigermono.c psi/make_gen psi/makefile_linux psi/psi.c psi/sinqhttp.c
This commit is contained in:
12
event.h
12
event.h
@@ -1,5 +1,5 @@
|
||||
|
||||
#line 103 "event.w"
|
||||
#line 108 "event.w"
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
E V E N T
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
int Text2Event(char *pText);
|
||||
|
||||
#line 116 "event.w"
|
||||
#line 121 "event.w"
|
||||
|
||||
|
||||
|
||||
@@ -49,8 +49,10 @@
|
||||
#define STEND 22
|
||||
#define NEWTARGET 23
|
||||
#define DIMCHANGE 24
|
||||
#define IPAUSE 25
|
||||
#define CONTINUE 26
|
||||
|
||||
#line 118 "event.w"
|
||||
#line 123 "event.w"
|
||||
|
||||
|
||||
/*----------------- event data structure for the NEWTARGET event ---------*/
|
||||
@@ -60,7 +62,7 @@ typedef struct {
|
||||
} NewTarget, *pNewTarget;
|
||||
/*--------------- Signals for the Signalfunction of each task ------------*/
|
||||
|
||||
#line 85 "event.w"
|
||||
#line 90 "event.w"
|
||||
|
||||
#define SICSINT 300
|
||||
#define SICSBROADCAST 301
|
||||
@@ -69,6 +71,6 @@ typedef struct {
|
||||
#define COMLOG 304
|
||||
#define CRONLIST 305
|
||||
|
||||
#line 126 "event.w"
|
||||
#line 131 "event.w"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user