- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
5
exeman.i
5
exeman.i
@ -1,5 +1,5 @@
|
||||
|
||||
#line 195 "exe.w"
|
||||
#line 196 "exe.w"
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
Internal header file for the exe manager module. Do not edit. This
|
||||
@ -18,7 +18,8 @@ typedef struct __EXEMAN{
|
||||
int runList;
|
||||
pExeBuf uploadBuffer;
|
||||
int echo;
|
||||
SConnection *runCon;
|
||||
}ExeMan, *pExeMan;
|
||||
|
||||
#line 200 "exe.w"
|
||||
#line 201 "exe.w"
|
||||
|
||||
|
Reference in New Issue
Block a user