Changes for parameters moved to ADStdDriverParams.h

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@7855 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2008-11-18 04:48:52 +00:00
parent 3beea8c2c2
commit a828e27850
+3 -10
View File
@@ -59,12 +59,6 @@ typedef enum {
NDFileFormatNetCDF,
} NDPluginFileFormat_t;
typedef enum {
NDPluginFileModeSingle,
NDPluginFileModeCapture,
NDPluginFileModeStream
} NDPluginFileMode_t;
...
class NDPluginFile : public NDPluginDriver {
public:
@@ -147,14 +141,13 @@ public:
<p>
The following is the MEDM screen that provides access to the parameters in NDPluginDriver.h
and NDPluginFile.h through records in NDPluginBase.template and NDFile.template.
This is the MEDM screen that is used to control the saving of images to disk for
drivers that do not support saving files to disk themselves.
This is the MEDM screen that is used to control the saving of images to disk.
</p>
<div style="text-align: center">
<h3>
NDFile.adl</h3>
NDPluginFile.adl</h3>
<p>
<img alt="NDFile.png" src="NDFile.png" /></p>
<img alt="NDPluginFile.png" src="NDPluginFile.png" /></p>
</div>
<h2 id="netCDF">
netCDF file contents</h2>