areaDetector
3-13
EPICS areaDetector framework
|
This is the complete list of members for NDArrayPool, including all inherited members.
alloc(int ndims, size_t *dims, NDDataType_t dataType, size_t dataSize, void *pData) | NDArrayPool | |
convert(NDArray *pIn, NDArray **ppOut, NDDataType_t dataTypeOut, NDDimension_t *outDims) | NDArrayPool | |
convert(NDArray *pIn, NDArray **ppOut, NDDataType_t dataTypeOut) | NDArrayPool | |
copy(NDArray *pIn, NDArray *pOut, bool copyData, bool copyDimensions=true, bool copyDataType=true) | NDArrayPool | |
createArray() | NDArrayPool | protectedvirtual |
emptyFreeList() | NDArrayPool | |
frameFree(void *ptr) | NDArrayPool | virtual |
frameMalloc(size_t size) | NDArrayPool | virtual |
getMaxMemory() | NDArrayPool | |
getMemorySize() | NDArrayPool | |
getNumBuffers() | NDArrayPool | |
getNumFree() | NDArrayPool | |
NDArrayPool(class asynNDArrayDriver *pDriver, size_t maxMemory) | NDArrayPool | |
onAllocateArray(NDArray *pArray) | NDArrayPool | protectedvirtual |
onReleaseArray(NDArray *pArray) | NDArrayPool | protectedvirtual |
onReserveArray(NDArray *pArray) | NDArrayPool | protectedvirtual |
release(NDArray *pArray) | NDArrayPool | |
report(FILE *fp, int details) | NDArrayPool | |
reserve(NDArray *pArray) | NDArrayPool | |
setDefaultFrameMemoryFunctions(MallocFunc_t newMalloc, FreeFunc_t newFree) | NDArrayPool | static |
~NDArrayPool() | NDArrayPool | inlinevirtual |