Add timestamp stringing support.

This commit is contained in:
W. Eric Norum
2004-01-11 16:20:22 +00:00
parent 2d77802856
commit 3f77bcdc08

View File

@@ -16,6 +16,19 @@
<h2>Changes since 3.14.4</h2>
</center>
<h4>Stringin record time-stamp soft device support</h4>
Add simple device support for converting time to nicely-formatted string using
INP field as epicsTimeToStrftime format string:
<pre>
record(stringin, "$(user):now")
{
field(DESC, "Current time and date")
field(DTYP, "Soft Timestamp")
field(INP, "@%Y-%m-%d %H:%M:%S.%03f")
}
</pre>
<h4>Channel Access Portable Server</h4>
<p>Fixed failure occurring if client disconnected while asynchronous PV