- 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:
koennecke
2013-05-23 08:54:55 +00:00
parent 966f8e30a8
commit 32baca27f3
3 changed files with 21 additions and 1 deletions

View File

@ -319,6 +319,9 @@ static int TDCCountStatus(pHistDriver self, SConnection * pCon)
leave it for now.
*/
if (status == HWIdle || status == HWFault) {
if(tdc->counter != NULL){
tdc->counter->pDriv->ReadValues(tdc->counter->pDriv);
}
InvokeCallBack(tdc->counter->pCall,COUNTEND,NULL);
tdcstatus = disableTdc(tdc);
if (tdcstatus != 1) {