From 6c12d03c375fff3c039117d2b5a60def2b3a462a Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 4 Aug 2009 16:27:59 +0000 Subject: [PATCH] Added documentation on configuration commands git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9164 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/NDPluginFile.html | 42 ++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/documentation/NDPluginFile.html b/documentation/NDPluginFile.html index 1572930..ee0f92b 100755 --- a/documentation/NDPluginFile.html +++ b/documentation/NDPluginFile.html @@ -93,9 +93,22 @@ (longin).

- The NDFileNetJPEG class + The NDFileJPEG class documentation describes this class in detail.

+

+ The NDFileJPEG plugin is created with the NDFileJPEGConfigure command, either from + C/C++ or from the EPICS IOC shell.

+
NDFileJPEGConfigure (const char *portName, int queueSize, int blockingCallbacks, 
+                     const char *NDArrayPort, int NDArrayAddr, size_t maxMemory, 
+                     int priority, int stackSize)
+  
+

+ For details on the meaning of the parameters to this function refer to the detailed + documentation on the NDFileJPEGConfigure function in the + NDFileJPEG.cpp documentation and in the documentation for the constructor + for the NDFileJPEG class. +

TIFF file plugin

@@ -115,6 +128,19 @@ The NDFileNetTIFF class documentation describes this class in detail.

+

+ The NDFileTIFF plugin is created with the NDFileTIFFConfigure command, either from + C/C++ or from the EPICS IOC shell.

+
NDFileTIFFConfigure (const char *portName, int queueSize, int blockingCallbacks, 
+                     const char *NDArrayPort, int NDArrayAddr, size_t maxMemory, 
+                     int priority, int stackSize)
+  
+

+ For details on the meaning of the parameters to this function refer to the detailed + documentation on the NDFileTIFFConfigure function in the + NDFileTIFF.cpp documentation and in the documentation for the constructor + for the NDFileTIFF class. +

netCDF file plugin

@@ -141,6 +167,20 @@ The NDFileNetCDF class documentation describes this class in detail.

+

+ The NDFileNetCDF plugin is created with the NDFileNetCDFConfigure command, either + from C/C++ or from the EPICS IOC shell.

+
NDFileNetCDFConfigure (const char *portName, int queueSize, int blockingCallbacks, 
+                       const char *NDArrayPort, int NDArrayAddr, size_t maxMemory, 
+                       int priority, int stackSize)
+  
+

+ For details on the meaning of the parameters to this function refer to the detailed + documentation on the NDFileNetCDFConfigure function in the + NDFileNetCDF.cpp documentation and in the documentation for the constructor + for the NDFileNetCDF + class. +

The following is the header contents of a netCDF file produced by this plugin. This information was produced with the following command: