From d665b671d98318a578b282a45d193b755278e2d7 Mon Sep 17 00:00:00 2001
From: Marty Kraimer recGblGetTimeStamp dbCommon.dbd If TSE is -1 then recGblGetTimeStamp does not retrieve time. This allows device/driver support to set the time. Field UDF now has a promptgroup. This allows users to set UDF false via
+DCTs. errlog errlog no longer contains an atexit that calls errlogFlush. This did not
+work on all operating systems. cantProceed, iocsh, and ca_task_exit all
+call errlogFlush. Other applications may also have to call if before
+terminating. mbboRecord mbboRecord now implements method cvt_dbaddr for the VAL field. If no state
+vales or state strings are defined then it sets field_type and dbr_field_type
+to DBF_USHORT. timeStamp changes Changes have been made to: epicsTime.h now has the definitions: These are values for the TSE field of dbCommon. If the TSEL field refers to the TIME
+field of a record then recGblGetTimeStamp sets
+TIME equal to the time it gets from the record the
+TSEL references. This works for both database and channel
+access links. In this case field TSE is not used. aiRecord and aoRecord: Setting eoff=egul Instead of init_record executing code like It now executes: aoRecord has a similar change This was done so that old device support which does not implement
+special_linconv still works. CA puts to disabled record If a CA client issues a put to a disabled record then, when the record is ena
-bled, database puts to the record will not make the record process until a CA pu
-t is again issued. This is fixed. If a CA client issues a put to a disabled record then, when the record is
+ena bled, database puts to the record will not make the record process until
+a CA pu t is again issued. This is fixed. TPRO - trace processingMMM DD 2002
+Changes since beta1
+
+
+
+#define epicsTimeEventBestTime -1
+#define epicsTimeEventDeviceTime -2
+
+
+
+
+
+
+
if ((pai->linr == menuConvertLINEAR) && pdset->special_linconv) {
pai->eoff = pai->egul;
- }
-
+ }
if ((pai->eslo==1.0) && (pai->eoff==0.0)) {
pai->eoff = pai->egul;
- }
-
+ }
+
devAiSoftRaw and devAoSoftRaw