Documented new parameters NDFileWriteStatus and NDFileWriteMessage

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14246 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2011-12-03 19:58:41 +00:00
parent 0e9a5b3c0d
commit 5c34d2d7ee

View File

@@ -10,9 +10,9 @@
<h1>
areaDetector: EPICS Area Detector Support</h1>
<h2>
Release 1-7</h2>
Release 1-8</h2>
<h2>
August 9, 2011</h2>
December 3, 2011</h2>
<h2>
Mark Rivers</h2>
<h2>
@@ -810,6 +810,40 @@
mbbo<br />
mbbi</td>
</tr>
<tr>
<td>
NDFileWriteStatus</td>
<td>
asynInt32</td>
<td>
r/o</td>
<td>
File write status. Gives status information on last file open or file write operation.
Values are WriteOK (0) and WriteError (1).</td>
<td>
WRITE_STATUS</td>
<td>
$(P)$(R)FileWriteStatus</td>
<td>
mbbi</td>
</tr>
<tr>
<td>
NDFileWriteMessage</td>
<td>
asynOctet</td>
<td>
r/o</td>
<td>
File write error message. An error message string if the previous file open or file
write operation resulted in an error.</td>
<td>
WRITE_MESSAGE</td>
<td>
$(P)$(R)FileWriteMessage</td>
<td>
waveform</td>
</tr>
<tr>
<td>
NDFileCapture</td>