- Introduced a state filed into first generation objects
- Fixed some issues with error returns not being properly handled in devexec - Fixed a bug in motorlist which caused limit checks to fail - Fixed an issue with the TDCHM not properly updating the counter values on finish - Readded getHipadabaPar in ChainCallback as this caused a problem in ei - Made tasdrive ignore sgu, sgl when out of plane not allowed
This commit is contained in:
@@ -209,7 +209,7 @@ static int SinqHttpConfigure(pHistDriver self, SConnection * pCon,
|
||||
|
||||
status = StringDictGet(pOpt,"tricsswap", buffer, sizeof(buffer));
|
||||
if(status == 1){
|
||||
pPriv->tricsswap = 1;
|
||||
pPriv->tricsswap = atoi(buffer);
|
||||
}
|
||||
/*
|
||||
actually do configure
|
||||
@@ -596,6 +596,8 @@ static int SinqHttpGetHistogram(pHistDriver self, SConnection * pCon,
|
||||
|
||||
if(pPriv->tricsswap == 1){
|
||||
swapTrics(data, self->data, end-start);
|
||||
} else if(pPriv->tricsswap == 2) {
|
||||
memcpy(data,hmdata,(end-start)*sizeof(HistInt));
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user