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: