Main INDEX
Monthly INDEX
PREV
NEXT
Make New Entry,
Make Followup Entry
User name saw
Log entry time 14:53:51 on February 09, 2011
Entry number 346219
keyword=Minor change to 1190 readout in ROC5
In the readoutlist for ROC5 (bb_roc5.crl), I changed the definition of
the variable nwrds1190 from:
variable nwrds1190
to
int nwrds1190;
"variable" means unsigned int in CRL, having the effect that the
readoutlist previouisly would not recognize an error (< 0) returned from
the tdc1190ReadBlock function.