AcqData_t | Structure defining the data acquisition parameters for the Perkin Elmer detector |
ADDriver | Class from which areaDetector drivers are directly derived |
adsc | Driver for ADSC detectors (Q4, Q4r, Q210, Q210r, Q270, Q315, Q315r) |
AdscSensor_t | ADSC sensor structure |
asynNDArrayDriver | This is the class from which NDArray drivers are derived; implements the asynGenericPointer functions for NDArray objects |
asynPortDriver | Base class for asyn port drivers; handles most of the bookkeeping for writing an asyn port driver with standard asyn interfaces and a parameter library |
badPixel | Bad pixel structure for Pilatus detector |
CHwHeaderInfo | |
CHwHeaderInfoEx | |
FirewireWinDCAM | Main driver class inherited from areaDetectors ADDriver class |
FPGAType | |
jpegDestMgr | Expanded data destination object for JPEG output |
mar345 | Driver for mar345 online image plate detector; communicates with the mar345dtb program over a TCP/IP socket |
marCCD | Driver for marCCD (Rayonix) CCD detector; communicates with the marCCD program over a TCP/IP socket with the marccd_server_socket program that they distribute |
NDArray | N-dimensional array class; each array has a set of dimensions, a data type, pointer to data, and optional attributes |
NDArrayInfo | Structure returned by NDArray::getInfo |
NDArrayPool | Manages a free list (pool) of NDArray objects |
NDAttribute | NDAttribute class; an attribute has a name, description, source type, source string, data type, and value |
NDAttributeList | NDAttributeList class; this is a linked list of attributes |
NDAttributeListNode | Structure used by the EPICS ellLib library for linked lists of C++ objects |
NDAttrValue | Union defining the values in an NDAttribute object |
NDDimension | Structure defining a dimension of an NDArray |
NDFileJPEG | Writes NDArrays in the JPEG file format, which is a lossy compression format |
NDFileNetCDF | Writes NDArrays to files in the netCDF file format |
NDFileNexus | Writes NDArrays in the NeXus file format |
NDFileTIFF | Writes NDArrays in the TIFF file format |
NDOverlay | Structure defining an overlay |
NDPluginColorConvert | Convert NDArrays from one NDColorMode to another |
NDPluginDriver | Class from which actual plugin drivers are derived; derived from asynNDArrayDriver |
NDPluginFile | Base class for NDArray file writing plugins; actual file writing plugins inherit from this class |
NDPluginOverlay | Overlay graphics on top of an image |
NDPluginProcess | Does image processing operations |
NDPluginROI | Extract Regions-Of-Interest (ROI) from NDArray data; the plugin can be a source of NDArray callbacks for other plugins, passing these sub-arrays |
NDPluginStats | Does image statistics |
NDPluginStdArrays | Converts NDArray callback data into standard asyn arrays (asynInt8Array, asynInt16Array, asynInt32Array, asynFloat32Array or asynFloat64Array); normally used for putting NDArray data in EPICS waveform records |
NDPluginTransform | Perform transformations (rotations, flips) on NDArrays |
NDStats | |
NDTransform | Structure that defines the elements of a transformation |
NDTransformIndex_t | Structure to define a pair of indices |
paramAttribute | Attribute that gets its value from an asynNDArrayDriver driver parameter |
paramList | Class to support parameter library (also called parameter list); set and get values indexed by parameter number (pasynUser->reason) and do asyn callbacks when parameters change |
paramVal | Structure for storing parameter value in parameter library |
PerkinElmer | Driver for the Perkin Elmer flat panel amorphous silicon detectors |
pilatusDetector | Driver for Dectris Pilatus pixel array detectors using their camserver server over TCP/IP socket |
prosilica | Driver for Prosilica GigE and CameraLink cameras using their PvApi library |
PVAttribute | Attribute that gets its value from an EPICS PV |
pvCam | |
roper | Driver for Roper (Princeton Instrument and Photometrics) cameras using the COM interface to WinView or WinSpec |
simDetector | Simulation detector driver; demonstrates most of the features that areaDetector drivers can support |
WinHeaderType | |
WinImageHeaderType | |