From c0b20f40b3be7aa22d050c60c6807c787ed4281d Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 3 Jan 2013 23:44:40 +0000 Subject: [PATCH] More updates for R1-9 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15849 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index f4069d6..0af05ef 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -49,6 +49,8 @@ that uses pasynCommonSyncIO to force connection to the port and address. The code cannot rely on autoconnect, because there might be no queued requests to a given port address, only interrupt callbacks. +
  • Changed the names of the plugin threads from "NDPluginTask" to portName+"_Plugin" + to make them more meaningful.
  • NDPluginStats: Changes to allow centroid and profile calculations for 1-D arrays.
  • @@ -61,8 +63,14 @@ 4-3-0. Modified the files in this distribution to eliminate all compiler warnings on Windows, Linux, and Darwin. Sent these changes back to the Nexus developers, so hopefully they will be in the next Nexus release as well. -
  • NDFileNetCDF: Fixed bug that caused invalid files to be written on big-endian - machines, e.g. vxWorks.
  • +
  • NDFileNetCDF: + +
  • NDFileDummy: Added NDFileHDF5Register and NDFileNullRegister, needed for running areaDetector on vxWorks.