From 66b64343b34e12a3c554ecb65ac540c1fb80ff1f Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 26 Feb 2013 21:21:19 +0000 Subject: [PATCH] Added NDArrayPool status PVs git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15995 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorDoc.html | 106 ++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) 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