From b98c08debc2e847c9f092b22e4e9e5fe075cbc7c Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 5 Sep 2008 19:36:29 +0000 Subject: [PATCH] Major enhancement; moved plugin and driver documention to separate files git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@7579 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorDoc.html | 1618 ++++++++++------------------ 1 file changed, 562 insertions(+), 1056 deletions(-) diff --git a/documentation/areaDetectorDoc.html b/documentation/areaDetectorDoc.html index e88be26..390487e 100755 --- a/documentation/areaDetectorDoc.html +++ b/documentation/areaDetectorDoc.html @@ -1,6 +1,6 @@ -EPICS Support for Area Detectors +areaDetector: EPICS Area Detector Support @@ -21,62 +21,44 @@ Overview
  • Architecture -
  • - asynPortDriver -
  • - NDArray -
  • - NDArrayPool -
  • - asynNDArrayDriver -
  • - ADDriver -
  • - simDetector -
  • - Prosilica driver -
  • - NDPluginDriver -
  • - NDPluginStdArrays -
  • - NDPluginROI -
  • - NDPluginFile -
  • - EPICS records +
  • Implementation details +
  • + Plugins + +
  • Detector drivers + -
  • - EPICS startup script -
  • - MEDM Screens -
  • - IDL Image Display Client -
  • - Performance measurements -
  • - Hardware notes -
  • - Restrictions

     

    @@ -118,10 +100,9 @@ The goals of this module are:

    Architecture

    -The architecture of the areaDetector module is shown in Figure 1. +The architecture of the areaDetector module is shown below. -

    Figure 1. Architecture of areaDetector module.

    -
    +
    From the bottom to the top this architecture consists of the following: