- Connections write timeouts were incorrectly handled in asynnetc. Fixed.
- Implemented the desired run/drive behaviour: drive waits for what it started run starts, and success waits for everything to finish. This required changes to a lot of files. - Fixed a bug in remob which supressed required messages
This commit is contained in:
4
drive.h
4
drive.h
@ -12,8 +12,8 @@
|
||||
|
||||
int Drive(SConnection * pCon, SicsInterp * pSics, char *name, float fNew);
|
||||
|
||||
int Start2Run(SConnection * pCon, SicsInterp * pSics, char *name, float
|
||||
fNew);
|
||||
int Start2Run(SConnection * pCon, SicsInterp * pSics, char *name,
|
||||
int level, float fNew);
|
||||
|
||||
int DriveWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
Reference in New Issue
Block a user