- Added Sycamore protocol and command context to SICS
- Added sinfo to SICS - Added driver for TCP/IP Astrium velocity selector - Added driver for TCP/IP Astrium chopper controller
This commit is contained in:
@ -599,7 +599,7 @@ static int TASScanPoint(pScanData self, int iPoint)
|
||||
static void fixPowder(unsigned char tasTargetMask[20]){
|
||||
char *pPtr = NULL;
|
||||
|
||||
pPtr = Tcl_GetVar(pServ->pSics->pTcl,"powder",TCL_GLOBAL_ONLY);
|
||||
pPtr = (char *)Tcl_GetVar(pServ->pSics->pTcl,"powder",TCL_GLOBAL_ONLY);
|
||||
if(pPtr){
|
||||
if(strstr(pPtr,"1") != NULL){
|
||||
tasTargetMask[2] = 0;
|
||||
|
Reference in New Issue
Block a user