git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@7415 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
54 lines
2.0 KiB
HTML
Executable File
54 lines
2.0 KiB
HTML
Executable File
<html>
|
|
|
|
<head>
|
|
<title>areaDetectorReleaseNotes.html</title>
|
|
</head>
|
|
|
|
<h1 align="center">areaDetector Release Notes</h1>
|
|
<h2 align="center">Release 1-2 (xxx-June-2008)</h2>
|
|
<ul>
|
|
<li>Renamed asynParamBase to asynPortDriver.
|
|
<li>Renamed NDArrayBase to NDArrayDriver
|
|
<li>Renamed NDPluginBase to NDPluginDriver
|
|
<li>Renamed NDArrayBuff to NDArrayPool, now in NDArray.cpp.
|
|
<li>Renamed ADDriverBase to ADDriver
|
|
<li>Removed ADUtils
|
|
<li>The asynHandle interface in asyn was renamed to asynGenericPointer,
|
|
many changes to incorporate this.
|
|
<li>Removed separate readback parameters in drivers and template files
|
|
<li>Changed from mbbi/mbbo records to bi/bo records where possible now
|
|
that the asynInt32 interface supports bi/bo records.
|
|
<li>Base class constructor no longer initializes all asyn interfaces,
|
|
only the selected ones.
|
|
<li>NDArray pool is no longer global, each server creates its own pool if needed.
|
|
<li>Implemented real routines for writeInt32, writeFloat64, and writeOctet in asynPortDriver.cpp,
|
|
removed them from ADDriver.cpp where they were not needed.
|
|
</ul>
|
|
|
|
|
|
<h2 align="center">Release 1-1 (10-May-2008)</h2>
|
|
<ul>
|
|
<li>Major rewrite. Converted device drivers and plugins from C to C++ with
|
|
C++ base classes that handle many of the details of asyn and of
|
|
callbacks and threading for plugins.
|
|
<li>Everything except device drivers and top-level EPICS databases and
|
|
channel access clients are now fully N-dimensional, not restricted to
|
|
2-D.
|
|
<li>NDPluginFile now uses netCDF format, which is a portable self-describing
|
|
binary file format.
|
|
<li>Added NDPluginROI which implements region-of-interest.
|
|
</ul>
|
|
|
|
<h2 align="center">Release 1-0 (11-Apr-2008)</h2>
|
|
<ul>
|
|
<li>Initial release, still many things remaining to be done.
|
|
</ul>
|
|
|
|
<address>
|
|
Suggestions and Comments to: <br>
|
|
<a href="mailto:rivers@cars.uchicago.edu">Mark Rivers </a>:
|
|
(rivers@cars.uchicago.edu) <br>
|
|
</address>
|
|
</body>
|
|
</html>
|