- Introduced a new trace facility
- Fixed performance problems in many protocol drivers. SKIPPED: psi/julprot.c psi/phytron.c psi/pmacprot.c psi/polterwrite.c psi/spss7.c
This commit is contained in:
2
devser.h
2
devser.h
@ -167,10 +167,12 @@ char * DevList(DevSer * devser);
|
||||
* \param devser The device serializer
|
||||
* \param avg The average response time
|
||||
* \param max The maximum response time
|
||||
* \param maxCount how often the communication took longer then max/2.
|
||||
* \param errCount The count of communication errors detected so far.
|
||||
* \param errFlag A flag if the device is in an error state or not
|
||||
*/
|
||||
void DevStatistics(DevSer *devser, double *avg, double *max,
|
||||
int *maxCount,
|
||||
long *errCount, int *errFlag);
|
||||
/**
|
||||
* \brief Get Ascon invocation statistics. This can help to stop
|
||||
|
Reference in New Issue
Block a user