#include <epicsTypes.h>
#include <epicsMutex.h>
#include "NDPluginDriver.h"
Go to the source code of this file.
Define Documentation
#define FILEPLUGIN_DESTINATION "FilePluginDestination" |
#define FILEPLUGIN_NAME "FilePluginFileName" |
#define FILEPLUGIN_NUMBER "FilePluginFileNumber" |
#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.
#define NUM_NDPLUGIN_FILE_PARAMS 0 |
Typedef Documentation