- Added a SICS to Hipadaba adapter
- Added a separate polling module to SICS
This commit is contained in:
16
event.h
16
event.h
@ -1,5 +1,5 @@
|
||||
|
||||
#line 89 "event.w"
|
||||
#line 96 "event.w"
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
E V E N T
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
int Text2Event(char *pText);
|
||||
|
||||
#line 102 "event.w"
|
||||
#line 109 "event.w"
|
||||
|
||||
|
||||
|
||||
@ -42,14 +42,16 @@
|
||||
#define BATCHAREA 15
|
||||
#define BATCHEND 16
|
||||
#define DRIVSTAT 17
|
||||
#define STATUS 18
|
||||
#define POSITION 19 /* Position event for motors - ffr */
|
||||
#line 104 "event.w"
|
||||
#define STATUS 18
|
||||
#define POSITION 19
|
||||
#define HDBVAL 20
|
||||
|
||||
#line 111 "event.w"
|
||||
|
||||
|
||||
/*--------------- Signals for the Signalfunction of each task ------------*/
|
||||
|
||||
#line 73 "event.w"
|
||||
#line 80 "event.w"
|
||||
|
||||
#define SICSINT 300
|
||||
#define SICSBROADCAST 301
|
||||
@ -57,6 +59,6 @@
|
||||
#define TOKENRELEASE 303
|
||||
#define COMLOG 304
|
||||
|
||||
#line 107 "event.w"
|
||||
#line 114 "event.w"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user