diff --git a/documentation/areaDetectorDoc.html b/documentation/areaDetectorDoc.html
index 63dacac..a3f6995 100755
--- a/documentation/areaDetectorDoc.html
+++ b/documentation/areaDetectorDoc.html
@@ -12,7 +12,7 @@
Release 1-9
- December XXX, 2012
+ February XXX, 2013
Mark Rivers
@@ -1020,6 +1020,110 @@
|
waveform |
+
+ |
+ Array pool status |
+
+
+ |
+ NDPoolMaxMemory |
+
+ asynFloat64 |
+
+ r/o |
+
+ The maximum number of NDArrayPool memory bytes that can be allocated. 0=unlimited.
+ |
+
+ POOL_MAX_MEMORY |
+
+ $(P)$(R)PoolMaxMem |
+
+ ai |
+
+
+ |
+ NDPoolUsedMemory |
+
+ asynFloat64 |
+
+ r/o |
+
+ The number of NDArrayPool memory bytes currently allocated. The SCAN rate of this
+ record controls the scanning of all of the dynamic NDArrayPool status records.
+ |
+
+ POOL_USED_MEMORY |
+
+ $(P)$(R)PoolUsedMem |
+
+ ai |
+
+
+ |
+ NDPoolMaxBuffers |
+
+ asynInt32 |
+
+ r/o |
+
+ The maximum number of NDArrayPool buffers that can be allocated. 0=unlimited. |
+
+ POOL_MAX_BUFFERS |
+
+ $(P)$(R)PoolMaxBuffers |
+
+ longin |
+
+
+ |
+ NDPoolAllocBuffers |
+
+ asynInt32 |
+
+ r/o |
+
+ The number of NDArrayPool buffers currently allocated. |
+
+ POOL_ALLOC_BUFFERS |
+
+ $(P)$(R)PoolAllocBuffers |
+
+ longin |
+
+
+ |
+ NDPoolFreeBuffers |
+
+ asynInt32 |
+
+ r/o |
+
+ The number of NDArrayPool buffers currently allocated but free. |
+
+ POOL_FREE_BUFFERS |
+
+ $(P)$(R)PoolFreeBuffers |
+
+ longin |
+
+
+ |
+ N.A. |
+
+ N.A. |
+
+ r/o |
+
+ The number of NDArrayPool buffers currently in use. This is calculated as NDPoolAllocBuffers
+ - NDPoolFreeBuffers. |
+
+ N.A. |
+
+ $(P)$(R)PoolUsedBuffers |
+
+ calc |
+
|
Debugging control |