/home/epics/devel/areaDetector/1-5/ADApp/pluginSrc/NDPluginFile.h File Reference

#include <epicsTypes.h>
#include <epicsMutex.h>
#include "NDPluginDriver.h"

Go to the source code of this file.

Classes

class  NDPluginFile
 Base class for NDArray file writing plugins; actual file writing plugins inherit from this class. More...

Defines

#define NDFileModeRead   0x01
 Mask to open file for reading.
#define NDFileModeWrite   0x02
 Mask to open file for writing.
#define NDFileModeAppend   0x04
 Mask to open file for appending.
#define NDFileModeMultiple   0x08
 Mask to open file to read or write multiple NDArrays in a single file.

Typedefs

typedef int NDFileOpenMode_t

Enumerations

enum  NDPluginFileParam_t { NDPluginFileLastParam }
 Enums for plugin-specific parameters. More...


Define Documentation

#define NDFileModeAppend   0x04

Mask to open file for appending.

#define NDFileModeMultiple   0x08

Mask to open file to read or write multiple NDArrays in a single file.

#define NDFileModeRead   0x01

Mask to open file for reading.

#define NDFileModeWrite   0x02

Mask to open file for writing.


Typedef Documentation

typedef int NDFileOpenMode_t


Enumeration Type Documentation

Enums for plugin-specific parameters.

There are currently no specific parameters for this driver yet. It uses the NDStdDriverParam_t params.

Enumerator:
NDPluginFileLastParam 


Generated on Tue Aug 25 16:53:03 2009 for areaDetector by  doxygen 1.5.7.1