From 6c12d03c375fff3c039117d2b5a60def2b3a462a Mon Sep 17 00:00:00 2001
From: rivers
- 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. +
+ 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. +
+ 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: