diff --git a/documentation/areaDetectorDoc.html b/documentation/areaDetectorDoc.html
index ac67d80..4a90c23 100755
--- a/documentation/areaDetectorDoc.html
+++ b/documentation/areaDetectorDoc.html
@@ -10,9 +10,9 @@
areaDetector: EPICS Area Detector Support
- Release 1-7
+ Release 1-8
- August 9, 2011
+ December 3, 2011
Mark Rivers
@@ -810,6 +810,40 @@
mbbo
mbbi
+
+ |
+ NDFileWriteStatus |
+
+ asynInt32 |
+
+ r/o |
+
+ File write status. Gives status information on last file open or file write operation.
+ Values are WriteOK (0) and WriteError (1). |
+
+ WRITE_STATUS |
+
+ $(P)$(R)FileWriteStatus |
+
+ mbbi |
+
+
+ |
+ NDFileWriteMessage |
+
+ asynOctet |
+
+ r/o |
+
+ File write error message. An error message string if the previous file open or file
+ write operation resulted in an error. |
+
+ WRITE_MESSAGE |
+
+ $(P)$(R)FileWriteMessage |
+
+ waveform |
+
|
NDFileCapture |