From 482fae3ac1b6474b6cd7aebd578b5367841725fd Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 7 Aug 2008 22:09:38 +0000 Subject: [PATCH] epicsTimeEventDeviceTime, devLib. --- documentation/RELEASE_NOTES.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 6372db683..c9f4340ba 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,23 @@

Changes between 3.14.9 and 3.14.10

+

epicsTimeEventDeviceTime support for soft channel input records

+ +

The Soft Channel device support for all input record types now supports the +fetching of the timestamp along with the data when the record's TSE field is set +to epicsTimeEventDeviceTime (-2). This works for both DB and CA links. However +the timestamp will only be fetched if the record's TSEL link is not set, so you +can't point TSEL to another record to read the -2 value into TSE (that's because +to make this work properly would require that the TSEL link be read twice every +time the record processes; once in the soft channel device support, and again +when the record type calls recGblGetTimeStamp().

+ +

devLib: CR/CSR Support added

+ +

Thanks to Eric Bjorklund for providing a patch to devLib that gives access to +the CR/CSR address space (for those on a VME64 CPU with appropriate support from +your BSP).

+

ascaStats, dbcaStats, seqcaStats

Query routines have been added that count CA client connections made by