- 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:
koennecke
2005-02-23 10:11:18 +00:00
parent ef1de4589c
commit 28ddbc420d
39 changed files with 1274 additions and 130 deletions

View File

@ -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