- Added separate drivable motors for four circle H, K, L
- Added a listen mode to commandlog in order to support the batchEditor - Some small fixes to exe* for BatchEditor
This commit is contained in:
9
event.h
9
event.h
@ -1,5 +1,5 @@
|
||||
|
||||
#line 88 "event.w"
|
||||
#line 89 "event.w"
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
E V E N T
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
int Text2Event(char *pText);
|
||||
|
||||
#line 101 "event.w"
|
||||
#line 102 "event.w"
|
||||
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
#define BATCHEND 16
|
||||
#define DRIVSTAT 17
|
||||
|
||||
#line 103 "event.w"
|
||||
#line 104 "event.w"
|
||||
|
||||
|
||||
/*--------------- Signals for the Signalfunction of each task ------------*/
|
||||
@ -54,7 +54,8 @@
|
||||
#define SICSBROADCAST 301
|
||||
#define TOKENGRAB 302
|
||||
#define TOKENRELEASE 303
|
||||
#define COMLOG 304
|
||||
|
||||
#line 106 "event.w"
|
||||
#line 107 "event.w"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user